#B0A049

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

Shades of Husk #B0A049

Tints of Husk #B0A049

Color information

#B0A049 (or 0xB0A049) is unknown color: approx Husk. HEX triplet: B0, A0 and 49. RGB value is (176,160,73). Sum of RGB (Red+Green+Blue) = 176+160+73=409 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.03% from 409); Green value is 160 (62.89% from 255 or 39.12% from 409); Blue value is 73 (28.91% from 255 or 17.85% from 409); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A049 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A049 is #4F5FB6. Grayscale: #9B9B9B. Windows color (decimal): -5201847 or 4825264. OLE color: 4825264.

HSL color Cylindrical-coordinate representation of color #B0A049: hue angle of 50.68º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B0A049 is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB17616073-
CMYK00.090.590.31
HSL50.68º41.37%48.82%-
HSV(B)50.68º58.52%69.02%-
XYZ31.6834.8511.36-
YUV154.8781.8143.07-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.03%
GREEN value IS 160 (62.89% from 255) = 39.12%
BLUE value IS 73 (28.91% from 255) = 17.85%
R=43.03%
G=39.12%
B=17.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761607300.090.590.3150.6841.3748.82
HexB0A049093B1F332931
Octal2602401110117337635161
Binary101100001010000010010010100111101111111110011101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A049; }

 p { color: rgb(176,160,73); }

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

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

 a { background-color: rgb(176,160,73); }

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

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

 span { border-color: rgb(176,160,73); }

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