#B9A34E

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

Shades of Husk #B9A34E

Tints of Husk #B9A34E

Color information

#B9A34E (or 0xB9A34E) is unknown color: approx Husk. HEX triplet: B9, A3 and 4E. RGB value is (185,163,78). Sum of RGB (Red+Green+Blue) = 185+163+78=426 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.43% from 426); Green value is 163 (64.06% from 255 or 38.26% from 426); Blue value is 78 (30.86% from 255 or 18.31% from 426); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A34E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A34E is #465CB1. Grayscale: #A0A0A0. Windows color (decimal): -4611250 or 5153721. OLE color: 5153721.

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

Color convert

RGB18516378-
CMYK00.120.580.27
HSL47.66º43.32%51.57%-
HSV(B)47.66º57.84%72.55%-
XYZ34.4837.0612.54-
YUV159.8981.79145.91-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.43%
GREEN value IS 163 (64.06% from 255) = 38.26%
BLUE value IS 78 (30.86% from 255) = 18.31%
R=43.43%
G=38.26%
B=18.31%

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
Decimal1851637800.120.580.2747.6643.3251.57
HexB9A34E0C3A1B302b34
Octal2712431160147233605364
Binary101110011010001110011100110011101011011110000101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A34E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A34E; }

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

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

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

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

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

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

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

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