#B9864E

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

Shades of Tussock #B9864E

Tints of Tussock #B9864E

Color information

#B9864E (or 0xB9864E) is unknown color: approx Tussock. HEX triplet: B9, 86 and 4E. RGB value is (185,134,78). Sum of RGB (Red+Green+Blue) = 185+134+78=397 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.60% from 397); Green value is 134 (52.73% from 255 or 33.75% from 397); Blue value is 78 (30.86% from 255 or 19.65% from 397); Max value from RGB is 185 - color contains mainly: red. Hex color #B9864E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9864E is #4679B1. Grayscale: #8F8F8F. Windows color (decimal): -4618674 or 5146297. OLE color: 5146297.

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

Color convert

RGB18513478-
CMYK00.280.580.27
HSL31.4º43.32%51.57%-
HSV(B)31.4º57.84%72.55%-
XYZ29.9127.9111.02-
YUV142.8691.4158.05-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.60%
GREEN value IS 134 (52.73% from 255) = 33.75%
BLUE value IS 78 (30.86% from 255) = 19.65%
R=46.60%
G=33.75%
B=19.65%

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
Decimal1851347800.280.580.2731.443.3251.57
HexB9864E01C3A1B1f2b34
Octal2712061160347233375364
Binary101110011000011010011100111001110101101111111101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9864E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9864E; }

 p { color: rgb(185,134,78); }

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

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

 a { background-color: rgb(185,134,78); }

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

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

 span { border-color: rgb(185,134,78); }

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