#BB8E48

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

Shades of Tussock #BB8E48

Tints of Tussock #BB8E48

Color information

#BB8E48 (or 0xBB8E48) is unknown color: approx Tussock. HEX triplet: BB, 8E and 48. RGB value is (187,142,72). Sum of RGB (Red+Green+Blue) = 187+142+72=401 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.63% from 401); Green value is 142 (55.86% from 255 or 35.41% from 401); Blue value is 72 (28.52% from 255 or 17.96% from 401); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8E48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8E48 is #4471B7. Grayscale: #939393. Windows color (decimal): -4485560 or 4755131. OLE color: 4755131.

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

Color convert

RGB18714272-
CMYK00.240.610.27
HSL36.52º45.82%50.78%-
HSV(B)36.52º61.5%73.33%-
XYZ31.3430.3810.34-
YUV147.4885.41156.19-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.63%
GREEN value IS 142 (55.86% from 255) = 35.41%
BLUE value IS 72 (28.52% from 255) = 17.96%
R=46.63%
G=35.41%
B=17.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871427200.240.610.2736.5245.8250.78
HexBB8E480183D1B252e33
Octal2732161100307533455663
Binary1011101110001110100100001100011110111011100101101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8E48; }

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

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

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

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

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

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

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

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