#B9954C

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

Shades of Tussock #B9954C

Tints of Tussock #B9954C

Color information

#B9954C (or 0xB9954C) is unknown color: approx Tussock. HEX triplet: B9, 95 and 4C. RGB value is (185,149,76). Sum of RGB (Red+Green+Blue) = 185+149+76=410 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.12% from 410); Green value is 149 (58.59% from 255 or 36.34% from 410); Blue value is 76 (30.08% from 255 or 18.54% from 410); Max value from RGB is 185 - color contains mainly: red. Hex color #B9954C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9954C is #466AB3. Grayscale: #979797. Windows color (decimal): -4614836 or 5019065. OLE color: 5019065.

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

Color convert

RGB18514976-
CMYK00.190.590.27
HSL40.18º43.78%51.18%-
HSV(B)40.18º58.92%72.55%-
XYZ32.0632.3311.39-
YUV151.4485.43151.94-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.12%
GREEN value IS 149 (58.59% from 255) = 36.34%
BLUE value IS 76 (30.08% from 255) = 18.54%
R=45.12%
G=36.34%
B=18.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851497600.190.590.2740.1843.7851.18
HexB9954C0133B1B282c33
Octal2712251140237333505463
Binary1011100110010101100110001001111101111011101000101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9954C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9954C; }

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

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

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

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

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

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

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

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