#BB8E4E

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

Shades of Tussock #BB8E4E

Tints of Tussock #BB8E4E

Color information

#BB8E4E (or 0xBB8E4E) is unknown color: approx Tussock. HEX triplet: BB, 8E and 4E. RGB value is (187,142,78). Sum of RGB (Red+Green+Blue) = 187+142+78=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 142 (55.86% from 255 or 34.89% from 407); Blue value is 78 (30.86% from 255 or 19.16% from 407); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8E4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8E4E is #4471B1. Grayscale: #949494. Windows color (decimal): -4485554 or 5148347. OLE color: 5148347.

HSL color Cylindrical-coordinate representation of color #BB8E4E: hue angle of 35.23º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BB8E4E is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB18714278-
CMYK00.240.580.27
HSL35.23º44.49%51.96%-
HSV(B)35.23º58.29%73.33%-
XYZ31.5430.4611.42-
YUV148.1688.41155.7-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.95%
GREEN value IS 142 (55.86% from 255) = 34.89%
BLUE value IS 78 (30.86% from 255) = 19.16%
R=45.95%
G=34.89%
B=19.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871427800.240.580.2735.2344.4951.96
HexBB8E4E0183A1B232c34
Octal2732161160307233435464
Binary1011101110001110100111001100011101011011100011101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8E4E; }

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

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

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

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

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

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

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

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