#B9A34F

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

Shades of Husk #B9A34F

Tints of Husk #B9A34F

Color information

#B9A34F (or 0xB9A34F) is unknown color: approx Husk. HEX triplet: B9, A3 and 4F. RGB value is (185,163,79). Sum of RGB (Red+Green+Blue) = 185+163+79=427 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.33% from 427); Green value is 163 (64.06% from 255 or 38.17% from 427); Blue value is 79 (31.25% from 255 or 18.50% from 427); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A34F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A34F is #465CB0. Grayscale: #A0A0A0. Windows color (decimal): -4611249 or 5219257. OLE color: 5219257.

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

Color convert

RGB18516379-
CMYK00.120.570.27
HSL47.55º43.09%51.76%-
HSV(B)47.55º57.3%72.55%-
XYZ34.5237.0712.73-
YUV16082.29145.83-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.33%
GREEN value IS 163 (64.06% from 255) = 38.17%
BLUE value IS 79 (31.25% from 255) = 18.50%
R=43.33%
G=38.17%
B=18.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851637900.120.570.2747.5543.0951.76
HexB9A34F0C391B302b34
Octal2712431170147133605364
Binary101110011010001110011110110011100111011110000101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A34F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A34F; }

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

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

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

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

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

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

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

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