#B4A24D

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

Shades of Husk #B4A24D

Tints of Husk #B4A24D

Color information

#B4A24D (or 0xB4A24D) is unknown color: approx Husk. HEX triplet: B4, A2 and 4D. RGB value is (180,162,77). Sum of RGB (Red+Green+Blue) = 180+162+77=419 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.96% from 419); Green value is 162 (63.67% from 255 or 38.66% from 419); Blue value is 77 (30.47% from 255 or 18.38% from 419); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A24D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A24D is #4B5DB2. Grayscale: #9E9E9E. Windows color (decimal): -4939187 or 5087924. OLE color: 5087924.

HSL color Cylindrical-coordinate representation of color #B4A24D: hue angle of 49.51º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B4A24D is Cyan = 0, Magento = 0.1, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB18016277-
CMYK00.10.570.29
HSL49.51º40.71%50.39%-
HSV(B)49.51º57.22%70.59%-
XYZ33.0836.0812.24-
YUV157.6982.46143.91-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.96%
GREEN value IS 162 (63.67% from 255) = 38.66%
BLUE value IS 77 (30.47% from 255) = 18.38%
R=42.96%
G=38.66%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801627700.10.570.2949.5140.7150.39
HexB4A24D0A391D322932
Octal2642421150127135625162
Binary101101001010001010011010101011100111101110010101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A24D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A24D; }

 p { color: rgb(180,162,77); }

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

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

 a { background-color: rgb(180,162,77); }

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

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

 span { border-color: rgb(180,162,77); }

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