#BB8E49

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

Shades of Tussock #BB8E49

Tints of Tussock #BB8E49

Color information

#BB8E49 (or 0xBB8E49) is unknown color: approx Tussock. HEX triplet: BB, 8E and 49. RGB value is (187,142,73). Sum of RGB (Red+Green+Blue) = 187+142+73=402 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.52% from 402); Green value is 142 (55.86% from 255 or 35.32% from 402); Blue value is 73 (28.91% from 255 or 18.16% from 402); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8E49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8E49 is #4471B6. Grayscale: #939393. Windows color (decimal): -4485559 or 4820667. OLE color: 4820667.

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

Color convert

RGB18714273-
CMYK00.240.610.27
HSL36.32º45.6%50.98%-
HSV(B)36.32º60.96%73.33%-
XYZ31.3730.3910.52-
YUV147.5985.91156.11-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.52%
GREEN value IS 142 (55.86% from 255) = 35.32%
BLUE value IS 73 (28.91% from 255) = 18.16%
R=46.52%
G=35.32%
B=18.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871427300.240.610.2736.3245.650.98
HexBB8E490183D1B242e33
Octal2732161110307533445663
Binary1011101110001110100100101100011110111011100100101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8E49; }

 p { color: rgb(187,142,73); }

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

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

 a { background-color: rgb(187,142,73); }

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

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

 span { border-color: rgb(187,142,73); }

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