#BB8B49

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

Shades of Tussock #BB8B49

Tints of Tussock #BB8B49

Color information

#BB8B49 (or 0xBB8B49) is unknown color: approx Tussock. HEX triplet: BB, 8B and 49. RGB value is (187,139,73). Sum of RGB (Red+Green+Blue) = 187+139+73=399 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.87% from 399); Green value is 139 (54.69% from 255 or 34.84% from 399); Blue value is 73 (28.91% from 255 or 18.30% from 399); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8B49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8B49 is #4474B6. Grayscale: #929292. Windows color (decimal): -4486327 or 4819899. OLE color: 4819899.

HSL color Cylindrical-coordinate representation of color #BB8B49: hue angle of 34.74º 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 #BB8B49 is Cyan = 0, Magento = 0.26, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB18713973-
CMYK00.260.610.27
HSL34.74º45.6%50.98%-
HSV(B)34.74º60.96%73.33%-
XYZ30.9329.5110.37-
YUV145.8386.9157.37-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.87%
GREEN value IS 139 (54.69% from 255) = 34.84%
BLUE value IS 73 (28.91% from 255) = 18.30%
R=46.87%
G=34.84%
B=18.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871397300.260.610.2734.7445.650.98
HexBB8B4901A3D1B232e33
Octal2732131110327533435663
Binary1011101110001011100100101101011110111011100011101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8B49; }

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

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

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

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

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

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

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

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