#B9A047

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

Shades of Husk #B9A047

Tints of Husk #B9A047

Color information

#B9A047 (or 0xB9A047) is unknown color: approx Husk. HEX triplet: B9, A0 and 47. RGB value is (185,160,71). Sum of RGB (Red+Green+Blue) = 185+160+71=416 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.47% from 416); Green value is 160 (62.89% from 255 or 38.46% from 416); Blue value is 71 (28.12% from 255 or 17.07% from 416); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A047 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A047 is #465FB8. Grayscale: #9D9D9D. Windows color (decimal): -4612025 or 4694201. OLE color: 4694201.

HSL color Cylindrical-coordinate representation of color #B9A047: hue angle of 46.84º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B9A047 is Cyan = 0, Magento = 0.14, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB18516071-
CMYK00.140.620.27
HSL46.84º44.88%50.2%-
HSV(B)46.84º61.62%72.55%-
XYZ33.7235.9111.12-
YUV157.3379.28147.74-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.47%
GREEN value IS 160 (62.89% from 255) = 38.46%
BLUE value IS 71 (28.12% from 255) = 17.07%
R=44.47%
G=38.46%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851607100.140.620.2746.8444.8850.2
HexB9A0470E3E1B2f2d32
Octal2712401070167633575562
Binary101110011010000010001110111011111011011101111101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A047; }

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

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

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

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

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

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

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

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