#B9954F

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

Shades of Tussock #B9954F

Tints of Tussock #B9954F

Color information

#B9954F (or 0xB9954F) is unknown color: approx Tussock. HEX triplet: B9, 95 and 4F. RGB value is (185,149,79). Sum of RGB (Red+Green+Blue) = 185+149+79=413 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.79% from 413); Green value is 149 (58.59% from 255 or 36.08% from 413); Blue value is 79 (31.25% from 255 or 19.13% from 413); Max value from RGB is 185 - color contains mainly: red. Hex color #B9954F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9954F is #466AB0. Grayscale: #989898. Windows color (decimal): -4614833 or 5215673. OLE color: 5215673.

HSL color Cylindrical-coordinate representation of color #B9954F: hue angle of 39.62º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B9954F is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB18514979-
CMYK00.190.570.27
HSL39.62º43.09%51.76%-
HSV(B)39.62º57.3%72.55%-
XYZ32.1732.3711.95-
YUV151.7886.93151.69-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.79%
GREEN value IS 149 (58.59% from 255) = 36.08%
BLUE value IS 79 (31.25% from 255) = 19.13%
R=44.79%
G=36.08%
B=19.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851497900.190.570.2739.6243.0951.76
HexB9954F013391B282b34
Octal2712251170237133505364
Binary1011100110010101100111101001111100111011101000101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9954F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9954F; }

 p { color: rgb(185,149,79); }

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

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

 a { background-color: rgb(185,149,79); }

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

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

 span { border-color: rgb(185,149,79); }

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