#B9A04F

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

Shades of Husk #B9A04F

Tints of Husk #B9A04F

Color information

#B9A04F (or 0xB9A04F) is unknown color: approx Husk. HEX triplet: B9, A0 and 4F. RGB value is (185,160,79). Sum of RGB (Red+Green+Blue) = 185+160+79=424 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.63% from 424); Green value is 160 (62.89% from 255 or 37.74% from 424); Blue value is 79 (31.25% from 255 or 18.63% from 424); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A04F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A04F is #465FB0. Grayscale: #9E9E9E. Windows color (decimal): -4612017 or 5218489. OLE color: 5218489.

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

Color convert

RGB18516079-
CMYK00.140.570.27
HSL45.85º43.09%51.76%-
HSV(B)45.85º57.3%72.55%-
XYZ33.9936.0212.56-
YUV158.2483.28147.09-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.63%
GREEN value IS 160 (62.89% from 255) = 37.74%
BLUE value IS 79 (31.25% from 255) = 18.63%
R=43.63%
G=37.74%
B=18.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851607900.140.570.2745.8543.0951.76
HexB9A04F0E391B2e2b34
Octal2712401170167133565364
Binary101110011010000010011110111011100111011101110101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A04F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A04F; }

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

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

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

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

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

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

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

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