#B4A552

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

Shades of Husk #B4A552

Tints of Husk #B4A552

Color information

#B4A552 (or 0xB4A552) is unknown color: approx Husk. HEX triplet: B4, A5 and 52. RGB value is (180,165,82). Sum of RGB (Red+Green+Blue) = 180+165+82=427 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.15% from 427); Green value is 165 (64.84% from 255 or 38.64% from 427); Blue value is 82 (32.42% from 255 or 19.20% from 427); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A552 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A552 is #4B5AAD. Grayscale: #A0A0A0. Windows color (decimal): -4938414 or 5416372. OLE color: 5416372.

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

Color convert

RGB18016582-
CMYK00.080.540.29
HSL50.82º39.52%51.37%-
HSV(B)50.82º54.44%70.59%-
XYZ33.837.2213.39-
YUV160.0283.97142.25-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.15%
GREEN value IS 165 (64.84% from 255) = 38.64%
BLUE value IS 82 (32.42% from 255) = 19.20%
R=42.15%
G=38.64%
B=19.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801658200.080.540.2950.8239.5251.37
HexB4A55208361D332833
Octal2642451220106635635063
Binary101101001010010110100100100011011011101110011101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A552; }

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

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

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

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

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

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

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

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