#BB864D

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

Shades of Tussock #BB864D

Tints of Tussock #BB864D

Color information

#BB864D (or 0xBB864D) is unknown color: approx Tussock. HEX triplet: BB, 86 and 4D. RGB value is (187,134,77). Sum of RGB (Red+Green+Blue) = 187+134+77=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 134 (52.73% from 255 or 33.67% from 398); Blue value is 77 (30.47% from 255 or 19.35% from 398); Max value from RGB is 187 - color contains mainly: red. Hex color #BB864D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB864D is #4479B2. Grayscale: #8F8F8F. Windows color (decimal): -4487603 or 5080763. OLE color: 5080763.

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

Color convert

RGB18713477-
CMYK00.280.590.27
HSL31.09º44.72%51.76%-
HSV(B)31.09º58.82%73.33%-
XYZ30.3628.1510.85-
YUV143.3590.56159.13-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.98%
GREEN value IS 134 (52.73% from 255) = 33.67%
BLUE value IS 77 (30.47% from 255) = 19.35%
R=46.98%
G=33.67%
B=19.35%

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
Decimal1871347700.280.590.2731.0944.7251.76
HexBB864D01C3B1B1f2d34
Octal2732061150347333375564
Binary101110111000011010011010111001110111101111111101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB864D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB864D; }

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

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

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

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

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

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

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

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