#B4A152

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

Shades of Husk #B4A152

Tints of Husk #B4A152

Color information

#B4A152 (or 0xB4A152) is unknown color: approx Husk. HEX triplet: B4, A1 and 52. RGB value is (180,161,82). Sum of RGB (Red+Green+Blue) = 180+161+82=423 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.55% from 423); Green value is 161 (63.28% from 255 or 38.06% from 423); Blue value is 82 (32.42% from 255 or 19.39% from 423); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A152 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A152 is #4B5EAD. Grayscale: #9E9E9E. Windows color (decimal): -4939438 or 5415348. OLE color: 5415348.

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

Color convert

RGB18016182-
CMYK00.110.540.29
HSL48.37º39.52%51.37%-
HSV(B)48.37º54.44%70.59%-
XYZ33.0935.813.15-
YUV157.6885.29143.92-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.55%
GREEN value IS 161 (63.28% from 255) = 38.06%
BLUE value IS 82 (32.42% from 255) = 19.39%
R=42.55%
G=38.06%
B=19.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801618200.110.540.2948.3739.5251.37
HexB4A1520B361D302833
Octal2642411220136635605063
Binary101101001010000110100100101111011011101110000101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A152; }

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

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

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

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

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

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

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

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