#B9A14D

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

Shades of Husk #B9A14D

Tints of Husk #B9A14D

Color information

#B9A14D (or 0xB9A14D) is unknown color: approx Husk. HEX triplet: B9, A1 and 4D. RGB value is (185,161,77). Sum of RGB (Red+Green+Blue) = 185+161+77=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 161 (63.28% from 255 or 38.06% from 423); Blue value is 77 (30.47% from 255 or 18.20% from 423); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A14D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A14D is #465EB2. Grayscale: #9E9E9E. Windows color (decimal): -4611763 or 5087673. OLE color: 5087673.

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

Color convert

RGB18516177-
CMYK00.130.580.27
HSL46.67º43.55%51.37%-
HSV(B)46.67º58.38%72.55%-
XYZ34.0936.3412.24-
YUV158.681.95146.83-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.74%
GREEN value IS 161 (63.28% from 255) = 38.06%
BLUE value IS 77 (30.47% from 255) = 18.20%
R=43.74%
G=38.06%
B=18.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851617700.130.580.2746.6743.5551.37
HexB9A14D0D3A1B2f2c33
Octal2712411150157233575463
Binary101110011010000110011010110111101011011101111101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A14D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A14D; }

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

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

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

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

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

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

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

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