#BB8C48

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

Shades of Tussock #BB8C48

Tints of Tussock #BB8C48

Color information

#BB8C48 (or 0xBB8C48) is unknown color: approx Tussock. HEX triplet: BB, 8C and 48. RGB value is (187,140,72). Sum of RGB (Red+Green+Blue) = 187+140+72=399 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.87% from 399); Green value is 140 (55.08% from 255 or 35.09% from 399); Blue value is 72 (28.52% from 255 or 18.05% from 399); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8C48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8C48 is #4473B7. Grayscale: #929292. Windows color (decimal): -4486072 or 4754619. OLE color: 4754619.

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

Color convert

RGB18714072-
CMYK00.250.610.27
HSL35.48º45.82%50.78%-
HSV(B)35.48º61.5%73.33%-
XYZ31.0429.7910.24-
YUV146.386.07157.03-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.87%
GREEN value IS 140 (55.08% from 255) = 35.09%
BLUE value IS 72 (28.52% from 255) = 18.05%
R=46.87%
G=35.09%
B=18.05%

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
Decimal1871407200.250.610.2735.4845.8250.78
HexBB8C480193D1B232e33
Octal2732141100317533435663
Binary1011101110001100100100001100111110111011100011101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8C48; }

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

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

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

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

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

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

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

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