#B9874A

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

Shades of Tussock #B9874A

Tints of Tussock #B9874A

Color information

#B9874A (or 0xB9874A) is unknown color: approx Tussock. HEX triplet: B9, 87 and 4A. RGB value is (185,135,74). Sum of RGB (Red+Green+Blue) = 185+135+74=394 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.95% from 394); Green value is 135 (53.12% from 255 or 34.26% from 394); Blue value is 74 (29.30% from 255 or 18.78% from 394); Max value from RGB is 185 - color contains mainly: red. Hex color #B9874A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9874A is #4678B5. Grayscale: #8F8F8F. Windows color (decimal): -4618422 or 4884409. OLE color: 4884409.

HSL color Cylindrical-coordinate representation of color #B9874A: hue angle of 32.97º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B9874A is Cyan = 0, Magento = 0.27, Yellow = 0.6 and Black (K on CMYK) = 0.27.

Color convert

RGB18513574-
CMYK00.270.60.27
HSL32.97º44.22%50.78%-
HSV(B)32.97º60%72.55%-
XYZ29.9128.1410.33-
YUV14389.06157.96-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.95%
GREEN value IS 135 (53.12% from 255) = 34.26%
BLUE value IS 74 (29.30% from 255) = 18.78%
R=46.95%
G=34.26%
B=18.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.6
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851357400.270.60.2732.9744.2250.78
HexB9874A01B3C1B212c33
Octal2712071120337433415463
Binary1011100110000111100101001101111110011011100001101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9874A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9874A; }

 p { color: rgb(185,135,74); }

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

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

 a { background-color: rgb(185,135,74); }

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

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

 span { border-color: rgb(185,135,74); }

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