#BB864C

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

Shades of Tussock #BB864C

Tints of Tussock #BB864C

Color information

#BB864C (or 0xBB864C) is unknown color: approx Tussock. HEX triplet: BB, 86 and 4C. RGB value is (187,134,76). Sum of RGB (Red+Green+Blue) = 187+134+76=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 134 (52.73% from 255 or 33.75% from 397); Blue value is 76 (30.08% from 255 or 19.14% from 397); Max value from RGB is 187 - color contains mainly: red. Hex color #BB864C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB864C is #4479B3. Grayscale: #8F8F8F. Windows color (decimal): -4487604 or 5015227. OLE color: 5015227.

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

Color convert

RGB18713476-
CMYK00.280.590.27
HSL31.35º44.94%51.57%-
HSV(B)31.35º59.36%73.33%-
XYZ30.3228.1410.67-
YUV143.2390.06159.22-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.10%
GREEN value IS 134 (52.73% from 255) = 33.75%
BLUE value IS 76 (30.08% from 255) = 19.14%
R=47.10%
G=33.75%
B=19.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871347600.280.590.2731.3544.9451.57
HexBB864C01C3B1B1f2d34
Octal2732061140347333375564
Binary101110111000011010011000111001110111101111111101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB864C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB864C; }

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

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

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

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

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

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

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

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