#BB8847

Color #BB8847 Tussock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tussock #BB8847

Tints of Tussock #BB8847

Color information

#BB8847 (or 0xBB8847) is unknown color: approx Tussock. HEX triplet: BB, 88 and 47. RGB value is (187,136,71). Sum of RGB (Red+Green+Blue) = 187+136+71=394 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.46% from 394); Green value is 136 (53.52% from 255 or 34.52% from 394); Blue value is 71 (28.12% from 255 or 18.02% from 394); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8847 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8847 is #4477B8. Grayscale: #909090. Windows color (decimal): -4487097 or 4688059. OLE color: 4688059.

HSL color Cylindrical-coordinate representation of color #BB8847: hue angle of 33.62º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BB8847 is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB18713671-
CMYK00.270.620.27
HSL33.62º46.03%50.59%-
HSV(B)33.62º62.03%73.33%-
XYZ30.4428.639.88-
YUV143.8486.9158.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 47.46%
GREEN value IS 136 (53.52% from 255) = 34.52%
BLUE value IS 71 (28.12% from 255) = 18.02%
R=47.46%
G=34.52%
B=18.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871367100.270.620.2733.6246.0350.59
HexBB884701B3E1B222e33
Octal2732101070337633425663
Binary1011101110001000100011101101111111011011100010101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8847; }

 p { color: rgb(187,136,71); }

 H1.HeaderClassName
 {
   color: #BB8847;
 }
 .AnyTagClassName
 {
   color: #BB8847;
 }
</style>
background-color css

<style>
 a { background-color: #BB8847; }

 a { background-color: rgb(187,136,71); }

 div.DivClassName
 {
   background-color: #BB8847;
 }
 .BgClassName
 {
   background-color: #BB8847;
 }
</style>
border-color css

<style>
 span { border-color: #BB8847; }

 span { border-color: rgb(187,136,71); }

 td.TdClassName
 {
   border-color: #BB8847;
 }
 .TagClassName
 {
   border-color: #BB8847;
 }
</style>