#BB8A47

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

Shades of Tussock #BB8A47

Tints of Tussock #BB8A47

Color information

#BB8A47 (or 0xBB8A47) is unknown color: approx Tussock. HEX triplet: BB, 8A and 47. RGB value is (187,138,71). Sum of RGB (Red+Green+Blue) = 187+138+71=396 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.22% from 396); Green value is 138 (54.30% from 255 or 34.85% from 396); Blue value is 71 (28.12% from 255 or 17.93% from 396); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8A47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8A47 is #4475B8. Grayscale: #919191. Windows color (decimal): -4486585 or 4688571. OLE color: 4688571.

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

Color convert

RGB18713871-
CMYK00.260.620.27
HSL34.66º46.03%50.59%-
HSV(B)34.66º62.03%73.33%-
XYZ30.7229.29.98-
YUV145.0186.23157.95-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.22%
GREEN value IS 138 (54.30% from 255) = 34.85%
BLUE value IS 71 (28.12% from 255) = 17.93%
R=47.22%
G=34.85%
B=17.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871387100.260.620.2734.6646.0350.59
HexBB8A4701A3E1B232e33
Octal2732121070327633435663
Binary1011101110001010100011101101011111011011100011101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8A47; }

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

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

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

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

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

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

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

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