#BB8A4C

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

Shades of Tussock #BB8A4C

Tints of Tussock #BB8A4C

Color information

#BB8A4C (or 0xBB8A4C) is unknown color: approx Tussock. HEX triplet: BB, 8A and 4C. RGB value is (187,138,76). Sum of RGB (Red+Green+Blue) = 187+138+76=401 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.63% from 401); Green value is 138 (54.30% from 255 or 34.41% from 401); Blue value is 76 (30.08% from 255 or 18.95% from 401); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8A4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8A4C is #4475B3. Grayscale: #919191. Windows color (decimal): -4486580 or 5016251. OLE color: 5016251.

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

Color convert

RGB18713876-
CMYK00.260.590.27
HSL33.51º44.94%51.57%-
HSV(B)33.51º59.36%73.33%-
XYZ30.8929.2610.86-
YUV145.5888.73157.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.63%
GREEN value IS 138 (54.30% from 255) = 34.41%
BLUE value IS 76 (30.08% from 255) = 18.95%
R=46.63%
G=34.41%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871387600.260.590.2733.5144.9451.57
HexBB8A4C01A3B1B222d34
Octal2732121140327333425564
Binary1011101110001010100110001101011101111011100010101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8A4C; }

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

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

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

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

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

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

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

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