#BB8C49

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

Shades of Tussock #BB8C49

Tints of Tussock #BB8C49

Color information

#BB8C49 (or 0xBB8C49) is unknown color: approx Tussock. HEX triplet: BB, 8C and 49. RGB value is (187,140,73). Sum of RGB (Red+Green+Blue) = 187+140+73=400 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.75% from 400); Green value is 140 (55.08% from 255 or 35% from 400); Blue value is 73 (28.91% from 255 or 18.25% from 400); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8C49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8C49 is #4473B6. Grayscale: #929292. Windows color (decimal): -4486071 or 4820155. OLE color: 4820155.

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

Color convert

RGB18714073-
CMYK00.250.610.27
HSL35.26º45.6%50.98%-
HSV(B)35.26º60.96%73.33%-
XYZ31.0729.810.42-
YUV146.4286.57156.95-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.75%
GREEN value IS 140 (55.08% from 255) = 35%
BLUE value IS 73 (28.91% from 255) = 18.25%
R=46.75%
G=35%
B=18.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871407300.250.610.2735.2645.650.98
HexBB8C490193D1B232e33
Octal2732141110317533435663
Binary1011101110001100100100101100111110111011100011101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8C49; }

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

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

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

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

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

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

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

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