#BB864F

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

Shades of Tussock #BB864F

Tints of Tussock #BB864F

Color information

#BB864F (or 0xBB864F) is unknown color: approx Tussock. HEX triplet: BB, 86 and 4F. RGB value is (187,134,79). Sum of RGB (Red+Green+Blue) = 187+134+79=400 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.75% from 400); Green value is 134 (52.73% from 255 or 33.5% from 400); Blue value is 79 (31.25% from 255 or 19.75% from 400); Max value from RGB is 187 - color contains mainly: red. Hex color #BB864F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB864F is #4479B0. Grayscale: #8F8F8F. Windows color (decimal): -4487601 or 5211835. OLE color: 5211835.

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

Color convert

RGB18713479-
CMYK00.280.580.27
HSL30.56º44.26%52.16%-
HSV(B)30.56º57.75%73.33%-
XYZ30.4328.1811.23-
YUV143.5891.56158.97-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.75%
GREEN value IS 134 (52.73% from 255) = 33.5%
BLUE value IS 79 (31.25% from 255) = 19.75%
R=46.75%
G=33.5%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871347900.280.580.2730.5644.2652.16
HexBB864F01C3A1B1f2c34
Octal2732061170347233375464
Binary101110111000011010011110111001110101101111111101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB864F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB864F; }

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

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

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

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

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

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

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

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