FARBE #BBAB6E

HEX: #BBAB6E
RGB: (187,171,110)

Farbeninformationen

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

Farbmodelle RGB

Die Farbe #BBAB6E wird in RGB als (187,171,110) definiert.

  • Rot hat einen Wert von 187;
  • Grün hat einen Wert von 171;
  • Blau hat einen Wert von 110.
RGB:
(187,171,110)
(73%,67%,43%)

Kanäle in RGB und Sättigung

R 187 von 255 = 73%
G 171 von 255 = 67%
B 110 von 255 = 43%

187
171
110

R + G + B ~ 61%. #BBAB6E ziemlich helle Farbe.

Farbverhältnis in prozentualer Angabe

R + G + B =
187 + 171 + 110 = 468 (100%)
R 187 von 468 ~ 39.96%
G 171 von 468 ~ 36.54%
B 110 von 468 ~ 23.5%

%39.96
%36.54
%23.5

Farbmodell CMYK

Die Farbe #BBAB6E wird in CMYK als (0,9,41,27) definiert.

  • Cyan hat einen Wert von 0.00%
  • Magenta hat einen Wert von 8.56%
  • Gelb hat einen Wert von 41.18%
  • Schlüsselfarbe hat einen Wert von 26.67%
CMYK:
(0,9,41,27)
C0M9Y41K27 
(0%,9%,41%,27%)
(0.00/0.09/0.41/0.27)	

CMYK-Kanäle in Prozent

%0
%8.56
%41.18
%26.67

Farbcodes

Farbe #BBAB6E in den populären Farbmodellen.

BBAB6E
RGB187171110
HSL48°36.15%58.24%
HSB/HSV48°41.18%73.33%
CMYK0.00%8.56%41.18%
26.67%

Die Farbe #BBAB6E in den populären Zahlensystemen.

HexadezimalBBAB6E
Dezimal187171110
Binär10111011101010111101110
Oktal273253156

Farbtöne

Dunkle Töne der Farbe #BBAB6E

#BBAB6E
(187,171,110)
#AA9C64
(170,156,100)
#998D5A
(153,141,90)
#887E50
(136,126,80)
#776F46
(119,111,70)
#66603C
(102,96,60)
#555132
(85,81,50)
#444228
(68,66,40)
#33331E
(51,51,30)
#222414
(34,36,20)
#11150A
(17,21,10)
#000000
(0,0,0)

Helle Töne der Farbe #BBAB6E

#BBAB6E
(187,171,110)
#C1B27B
(193,178,123)
#C7B988
(199,185,136)
#CDC095
(205,192,149)
#D3C7A2
(211,199,162)
#D9CEAF
(217,206,175)
#DFD5BC
(223,213,188)
#E5DCC9
(229,220,201)
#EBE3D6
(235,227,214)
#F1EAE3
(241,234,227)
#F7F1F0
(247,241,240)
#FFFFFF
(255,255,255)

CSS3-Stile

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

Textfarbe

.myTextColor { color: #BBAB6E; }

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

Die Farbe dieses Textes ist #BBAB6E.


Hintergrundfarbe

.myBgColor { background-color: #BBAB6E; }

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

Der Hintergrund von diesem div ist in Farbe #BBAB6E.


Grenzfarbe

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

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

Die Grenzen von diesem div sind in Farbe #BBAB6E.


Transparenz

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

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

Text in Farbe #BBAB6E 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 #BBAB6E;}

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

Dieser Text hat den Schatten in Farbe #BBAB6E.

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

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

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


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

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

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


Farbe des Schattens vom div-Element

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BBAB6E;
-webkit-box-shadow: 1px 1px 3px 2px #BBAB6E;
box-shadow:1px 1px 3px 2px #BBAB6E;">
Div content here</div>
Dieses div hat den Schatten in Farbe #BBAB6E.

Beispiele

Farbenbeispiel auf dem schwarzen Hintergrund

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


Farbenbeispiel auf dem weißen Hintergrund

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



Beispiel eines schwarzen Textes auf dem Hintergrund in Farbe #BBAB6E

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


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

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