FARBE #BBBE41

HEX: #BBBE41 RGB: (187,190,65)

Farbeninformationen

#BBBE41 enthält hauptsächlich rote und grüne Farbe. Für #BBBE41 ist eine «websichere» Webfarbe #CCCC33 (oder kurz #CC3).

Farbmodelle RGB

Die Farbe #BBBE41 wird in RGB als (187,190,65) definiert.

RGB: (187,190,65) (73%, 75%, 25%)

Kanäle in RGB und Sättigung

R 187 von 255 = 73%
G 190 von 255 = 75%
B 65 von 255 = 25%

187
190
65

R + G + B ~ 58%. #BBBE41 mittlere Farbe (nicht dunkel und nicht hell).

Farbverhältnis in prozentualer Angabe

R + G + B = 187 + 190 + 65 = 442 (100%)
R 187 von 442 ~ 42.31%
G 190 von 442 ~ 42.99%
B 65 von 442 ~ 14.71'%

%42.31
%42.99
%14.71

Farbmodell CMYK

Die Farbe #BBBE41 wird in CMYK als (2,0,66,25) definiert.

  • Cyan hat einen Wert von 1.58%
  • Magenta hat einen Wert von 0.00%
  • Gelb hat einen Wert von 65.79%
  • Schlüsselfarbe hat einen Wert von 25.49%

CMYK: (2,0,66,25)
C2M0Y66K25 (2%, 0%, 66%, 25%)
(0.02 / 0.00 / 0.66 / 0.25)

CMYK-Kanäle in Prozent

%1.58
%0
%65.79
%25.49

Farbcodes

Farbe #BBBE41 in den populären Farbmodellen.

BB BE 41
RGB 187 190 65
HSL 61° 49.02% 50.00%
HSB/HSV 61° 65.79% 74.51%
CMYK 1.58% 0.00% 65.79%
25.49%

Die Farbe #BBBE41 in den populären Zahlensystemen.

Hexadezimal BB BE 41
Dezimal 187 190 65
Binär 10111011 10111110 1000001
Oktal 273 276 101

Farbtöne

Dunkle Töne der Farbe #BBBE41

#BBBE41
(187,190,65)
#AAAD3C
(170,173,60)
#999C37
(153,156,55)
#888B32
(136,139,50)
#777A2D
(119,122,45)
#666928
(102,105,40)
#555823
(85,88,35)
#44471E
(68,71,30)
#333619
(51,54,25)
#222514
(34,37,20)
#11140F
(17,20,15)
#000000
(0,0,0)

Helle Töne der Farbe #BBBE41

#BBBE41
(187,190,65)
#C1C352
(193,195,82)
#C7C863
(199,200,99)
#CDCD74
(205,205,116)
#D3D285
(211,210,133)
#D9D796
(217,215,150)
#DFDCA7
(223,220,167)
#E5E1B8
(229,225,184)
#EBE6C9
(235,230,201)
#F1EBDA
(241,235,218)
#F7F0EB
(247,240,235)
#FFFFFF
(255,255,255)

CSS3-Stile

Beispiele css- und html für Elemente in der Farbe #BBBE41. Bitte benutzen Sie auch rgb(187,190,65) statt hex-Code.

Textfarbe

.myTextColor { color: #BBBE41; }

<p style="color:#BBBE41">This sample text font color is #BBBE41.</p>

Die Farbe dieses Textes ist #BBBE41.

Hintergrundfarbe

.myBgColor { background-color: #BBBE41; }

<div style="background-color:#BBBE41">Inner text</div>

Der Hintergrund von diesem div ist in Farbe #BBBE41.

Grenzfarbe

.myBorderColor { border: 1px solid #BBBE41; }

<div style="border:3px solid #BBBE41">Div</div>

Die Grenzen von diesem div sind in Farbe #BBBE41.

Transparenz

.myOpacity80 { color: #BBBE41; opacity: 0.8; }

<p style="color:#BBBE41;opacity:0.8;">80%</p>

Text in Farbe #BBBE41 und mit Transparenz 100% | 80% | 50% | 30%.

Hintergrund mit Transparenzgrad 100%.
Hintergrund mit Transparenzgrad 80%.
Hintergrund mit Transparenzgrad 50%.
Hintergrund mit Transparenzgrad 30%.

Farbe des Textschattens

.textShadow {text-shadow: 3px 3px 1px #BBBE41;}

<p style="text-shadow: 3px 3px 1px #BBBE41">Text here.</p>

Dieser Text hat den Schatten in Farbe #BBBE41.


.textShadow {text-shadow: 3px 3px 1px #BBBE41', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BBBE41, 5px 5px 20px red">Text here.</p>

Dieser Text hat den Schatten in Grundfarbe #BBBE41 und zusätzlichem Rot.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BBBE41, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BBBE41, Direction=45, Strength=4)">Text</p>

This text has shadow with #BBBE41 and red colors in old Internet Explorer.

Farbe des Schattens vom div-Element

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BBBE41;
-webkit-box-shadow: 1px 1px 3px 2px #BBBE41;
box-shadow: 1px 1px 3px 2px #BBBE41;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BBBE41; -webkit-box-shadow: 1px 1px 3px 2px #BBBE41; box-shadow:1px 1px 3px 2px #BBBE41;">
Div content here
</div>

Dieses div hat den Schatten in Farbe #BBBE41.

Beispiele

Farbenbeispiel auf dem schwarzen Hintergrund

Dieser Text ist in der Farbe #BBBE41 auf dem schwarzen Hintergrund.


Farbenbeispiel auf dem weißen Hintergrund

Dieser Text ist in Farbe #BBBE41 auf dem weißen Hintergrund.


Beispiel eines schwarzen Textes auf dem Hintergrund in Farbe #BBBE41

Dieser Text ist schwarz auf dem Hintergrund in Farbe #BBBE41.


Beispiel eines weißen Textes auf dem Hintergrund in Farbe #BBBE41

Dieser Text ist weiß auf dem Hintergrund in Farbe #BBBE41.


Ähnliche Farben

Kontrastfarbe

Kontrastfarbe für #hex ist #4441BE.


I love getcolorcode.com

Farbtriade

1 #41BBBE und #BE41BB kombiniert mit #BBBE41 sind eine Farbtriade.

2 #41BEBB und #BEBB41 kombiniert mit #BBBE41 sind eine Farbtriade.