#B4A352

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

Shades of Husk #B4A352

Tints of Husk #B4A352

Color information

#B4A352 (or 0xB4A352) is unknown color: approx Husk. HEX triplet: B4, A3 and 52. RGB value is (180,163,82). Sum of RGB (Red+Green+Blue) = 180+163+82=425 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.35% from 425); Green value is 163 (64.06% from 255 or 38.35% from 425); Blue value is 82 (32.42% from 255 or 19.29% from 425); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A352 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A352 is #4B5CAD. Grayscale: #9F9F9F. Windows color (decimal): -4938926 or 5415860. OLE color: 5415860.

HSL color Cylindrical-coordinate representation of color #B4A352: hue angle of 49.59º 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 #B4A352 is Cyan = 0, Magento = 0.09, Yellow = 0.54 and Black (K on CMYK) = 0.29.

Color convert

RGB18016382-
CMYK00.090.540.29
HSL49.59º39.52%51.37%-
HSV(B)49.59º54.44%70.59%-
XYZ33.4436.5113.27-
YUV158.8584.63143.09-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.35%
GREEN value IS 163 (64.06% from 255) = 38.35%
BLUE value IS 82 (32.42% from 255) = 19.29%
R=42.35%
G=38.35%
B=19.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801638200.090.540.2949.5939.5251.37
HexB4A35209361D322833
Octal2642431220116635625063
Binary101101001010001110100100100111011011101110010101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A352; }

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

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

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

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

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

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

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

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