#BB8949

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

Shades of Tussock #BB8949

Tints of Tussock #BB8949

Color information

#BB8949 (or 0xBB8949) is unknown color: approx Tussock. HEX triplet: BB, 89 and 49. RGB value is (187,137,73). Sum of RGB (Red+Green+Blue) = 187+137+73=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 137 (53.91% from 255 or 34.51% from 397); Blue value is 73 (28.91% from 255 or 18.39% from 397); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8949 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8949 is #4476B6. Grayscale: #909090. Windows color (decimal): -4486839 or 4819387. OLE color: 4819387.

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

Color convert

RGB18713773-
CMYK00.270.610.27
HSL33.68º45.6%50.98%-
HSV(B)33.68º60.96%73.33%-
XYZ30.6428.9410.27-
YUV144.6587.57158.2-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.10%
GREEN value IS 137 (53.91% from 255) = 34.51%
BLUE value IS 73 (28.91% from 255) = 18.39%
R=47.10%
G=34.51%
B=18.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871377300.270.610.2733.6845.650.98
HexBB894901B3D1B222e33
Octal2732111110337533425663
Binary1011101110001001100100101101111110111011100010101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8949; }

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

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

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

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

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

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

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

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