#B9914D

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

Shades of Tussock #B9914D

Tints of Tussock #B9914D

Color information

#B9914D (or 0xB9914D) is unknown color: approx Tussock. HEX triplet: B9, 91 and 4D. RGB value is (185,145,77). Sum of RGB (Red+Green+Blue) = 185+145+77=407 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.45% from 407); Green value is 145 (57.03% from 255 or 35.63% from 407); Blue value is 77 (30.47% from 255 or 18.92% from 407); Max value from RGB is 185 - color contains mainly: red. Hex color #B9914D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9914D is #466EB2. Grayscale: #959595. Windows color (decimal): -4615859 or 5083577. OLE color: 5083577.

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

Color convert

RGB18514577-
CMYK00.220.580.27
HSL37.78º43.55%51.37%-
HSV(B)37.78º58.38%72.55%-
XYZ31.4731.111.37-
YUV149.2187.25153.53-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.45%
GREEN value IS 145 (57.03% from 255) = 35.63%
BLUE value IS 77 (30.47% from 255) = 18.92%
R=45.45%
G=35.63%
B=18.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851457700.220.580.2737.7843.5551.37
HexB9914D0163A1B262c33
Octal2712211150267233465463
Binary1011100110010001100110101011011101011011100110101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9914D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9914D; }

 p { color: rgb(185,145,77); }

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

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

 a { background-color: rgb(185,145,77); }

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

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

 span { border-color: rgb(185,145,77); }

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