#B0A04D

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

Shades of Husk #B0A04D

Tints of Husk #B0A04D

Color information

#B0A04D (or 0xB0A04D) is unknown color: approx Husk. HEX triplet: B0, A0 and 4D. RGB value is (176,160,77). Sum of RGB (Red+Green+Blue) = 176+160+77=413 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.62% from 413); Green value is 160 (62.89% from 255 or 38.74% from 413); Blue value is 77 (30.47% from 255 or 18.64% from 413); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A04D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A04D is #4F5FB2. Grayscale: #9B9B9B. Windows color (decimal): -5201843 or 5087408. OLE color: 5087408.

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

Color convert

RGB17616077-
CMYK00.090.560.31
HSL50.3º39.13%49.61%-
HSV(B)50.3º56.25%69.02%-
XYZ31.8134.9112.08-
YUV155.3283.8142.75-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.62%
GREEN value IS 160 (62.89% from 255) = 38.74%
BLUE value IS 77 (30.47% from 255) = 18.64%
R=42.62%
G=38.74%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761607700.090.560.3150.339.1349.61
HexB0A04D09381F322732
Octal2602401150117037624762
Binary101100001010000010011010100111100011111110010100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A04D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A04D; }

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

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

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

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

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

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

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

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