#BB8549

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

Shades of Tussock #BB8549

Tints of Tussock #BB8549

Color information

#BB8549 (or 0xBB8549) is unknown color: approx Tussock. HEX triplet: BB, 85 and 49. RGB value is (187,133,73). Sum of RGB (Red+Green+Blue) = 187+133+73=393 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.58% from 393); Green value is 133 (52.34% from 255 or 33.84% from 393); Blue value is 73 (28.91% from 255 or 18.58% from 393); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8549 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8549 is #447AB6. Grayscale: #8E8E8E. Windows color (decimal): -4487863 or 4818363. OLE color: 4818363.

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

Color convert

RGB18713373-
CMYK00.290.610.27
HSL31.58º45.6%50.98%-
HSV(B)31.58º60.96%73.33%-
XYZ30.0827.8210.09-
YUV142.3188.89159.88-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.58%
GREEN value IS 133 (52.34% from 255) = 33.84%
BLUE value IS 73 (28.91% from 255) = 18.58%
R=47.58%
G=33.84%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871337300.290.610.2731.5845.650.98
HexBB854901D3D1B202e33
Octal2732051110357533405663
Binary1011101110000101100100101110111110111011100000101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8549; }

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

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

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

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

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

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

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

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