#B2A24F

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

Shades of Husk #B2A24F

Tints of Husk #B2A24F

Color information

#B2A24F (or 0xB2A24F) is unknown color: approx Husk. HEX triplet: B2, A2 and 4F. RGB value is (178,162,79). Sum of RGB (Red+Green+Blue) = 178+162+79=419 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.48% from 419); Green value is 162 (63.67% from 255 or 38.66% from 419); Blue value is 79 (31.25% from 255 or 18.85% from 419); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A24F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A24F is #4D5DB0. Grayscale: #9D9D9D. Windows color (decimal): -5070257 or 5218994. OLE color: 5218994.

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

Color convert

RGB17816279-
CMYK00.090.560.30
HSL50.3º39.13%50.39%-
HSV(B)50.3º55.62%69.8%-
XYZ32.6935.8712.6-
YUV157.3283.8142.75-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.48%
GREEN value IS 162 (63.67% from 255) = 38.66%
BLUE value IS 79 (31.25% from 255) = 18.85%
R=42.48%
G=38.66%
B=18.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.56
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781627900.090.560.3050.339.1350.39
HexB2A24F09381E322732
Octal2622421170117036624762
Binary101100101010001010011110100111100011110110010100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A24F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A24F; }

 p { color: rgb(178,162,79); }

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

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

 a { background-color: rgb(178,162,79); }

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

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

 span { border-color: rgb(178,162,79); }

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