#B9A24E

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

Shades of Husk #B9A24E

Tints of Husk #B9A24E

Color information

#B9A24E (or 0xB9A24E) is unknown color: approx Husk. HEX triplet: B9, A2 and 4E. RGB value is (185,162,78). Sum of RGB (Red+Green+Blue) = 185+162+78=425 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.53% from 425); Green value is 162 (63.67% from 255 or 38.12% from 425); Blue value is 78 (30.86% from 255 or 18.35% from 425); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A24E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A24E is #465DB1. Grayscale: #9F9F9F. Windows color (decimal): -4611506 or 5153465. OLE color: 5153465.

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

Color convert

RGB18516278-
CMYK00.120.580.27
HSL47.1º43.32%51.57%-
HSV(B)47.1º57.84%72.55%-
XYZ34.336.7112.48-
YUV159.382.12146.33-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.53%
GREEN value IS 162 (63.67% from 255) = 38.12%
BLUE value IS 78 (30.86% from 255) = 18.35%
R=43.53%
G=38.12%
B=18.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851627800.120.580.2747.143.3251.57
HexB9A24E0C3A1B2f2b34
Octal2712421160147233575364
Binary101110011010001010011100110011101011011101111101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A24E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A24E; }

 p { color: rgb(185,162,78); }

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

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

 a { background-color: rgb(185,162,78); }

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

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

 span { border-color: rgb(185,162,78); }

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