#B9874C

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

Shades of Tussock #B9874C

Tints of Tussock #B9874C

Color information

#B9874C (or 0xB9874C) is unknown color: approx Tussock. HEX triplet: B9, 87 and 4C. RGB value is (185,135,76). Sum of RGB (Red+Green+Blue) = 185+135+76=396 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.72% from 396); Green value is 135 (53.12% from 255 or 34.09% from 396); Blue value is 76 (30.08% from 255 or 19.19% from 396); Max value from RGB is 185 - color contains mainly: red. Hex color #B9874C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9874C is #4678B3. Grayscale: #8F8F8F. Windows color (decimal): -4618420 or 5015481. OLE color: 5015481.

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

Color convert

RGB18513576-
CMYK00.270.590.27
HSL32.48º43.78%51.18%-
HSV(B)32.48º58.92%72.55%-
XYZ29.9828.1610.69-
YUV143.2290.06157.8-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.72%
GREEN value IS 135 (53.12% from 255) = 34.09%
BLUE value IS 76 (30.08% from 255) = 19.19%
R=46.72%
G=34.09%
B=19.19%

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
Decimal1851357600.270.590.2732.4843.7851.18
HexB9874C01B3B1B202c33
Octal2712071140337333405463
Binary1011100110000111100110001101111101111011100000101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9874C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9874C; }

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

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

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

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

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

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

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

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