#B4A252

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

Shades of Husk #B4A252

Tints of Husk #B4A252

Color information

#B4A252 (or 0xB4A252) is unknown color: approx Husk. HEX triplet: B4, A2 and 52. RGB value is (180,162,82). Sum of RGB (Red+Green+Blue) = 180+162+82=424 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.45% from 424); Green value is 162 (63.67% from 255 or 38.21% from 424); Blue value is 82 (32.42% from 255 or 19.34% from 424); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A252 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A252 is #4B5DAD. Grayscale: #9E9E9E. Windows color (decimal): -4939182 or 5415604. OLE color: 5415604.

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

Color convert

RGB18016282-
CMYK00.10.540.29
HSL48.98º39.52%51.37%-
HSV(B)48.98º54.44%70.59%-
XYZ33.2736.1513.21-
YUV158.2684.96143.5-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.45%
GREEN value IS 162 (63.67% from 255) = 38.21%
BLUE value IS 82 (32.42% from 255) = 19.34%
R=42.45%
G=38.21%
B=19.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801628200.10.540.2948.9839.5251.37
HexB4A2520A361D312833
Octal2642421220126635615063
Binary101101001010001010100100101011011011101110001101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A252; }

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

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

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

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

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

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

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

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