#B9874B

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

Shades of Tussock #B9874B

Tints of Tussock #B9874B

Color information

#B9874B (or 0xB9874B) is unknown color: approx Tussock. HEX triplet: B9, 87 and 4B. RGB value is (185,135,75). Sum of RGB (Red+Green+Blue) = 185+135+75=395 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.84% from 395); Green value is 135 (53.12% from 255 or 34.18% from 395); Blue value is 75 (29.69% from 255 or 18.99% from 395); Max value from RGB is 185 - color contains mainly: red. Hex color #B9874B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9874B is #4678B4. Grayscale: #8F8F8F. Windows color (decimal): -4618421 or 4949945. OLE color: 4949945.

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

Color convert

RGB18513575-
CMYK00.270.590.27
HSL32.73º44%50.98%-
HSV(B)32.73º59.46%72.55%-
XYZ29.9428.1510.51-
YUV143.1189.56157.88-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.84%
GREEN value IS 135 (53.12% from 255) = 34.18%
BLUE value IS 75 (29.69% from 255) = 18.99%
R=46.84%
G=34.18%
B=18.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851357500.270.590.2732.734450.98
HexB9874B01B3B1B212c33
Octal2712071130337333415463
Binary1011100110000111100101101101111101111011100001101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9874B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9874B; }

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

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

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

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

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

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

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

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