#B4A057

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

Shades of Husk #B4A057

Tints of Husk #B4A057

Color information

#B4A057 (or 0xB4A057) is unknown color: approx Husk. HEX triplet: B4, A0 and 57. RGB value is (180,160,87). Sum of RGB (Red+Green+Blue) = 180+160+87=427 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.15% from 427); Green value is 160 (62.89% from 255 or 37.47% from 427); Blue value is 87 (34.38% from 255 or 20.37% from 427); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A057 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A057 is #4B5FA8. Grayscale: #9D9D9D. Windows color (decimal): -4939689 or 5742772. OLE color: 5742772.

HSL color Cylindrical-coordinate representation of color #B4A057: hue angle of 47.1º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B4A057 is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB18016087-
CMYK00.110.520.29
HSL47.1º38.27%52.35%-
HSV(B)47.1º51.67%70.59%-
XYZ33.1135.5314.13-
YUV157.6688.13143.94-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.15%
GREEN value IS 160 (62.89% from 255) = 37.47%
BLUE value IS 87 (34.38% from 255) = 20.37%
R=42.15%
G=37.47%
B=20.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801608700.110.520.2947.138.2752.35
HexB4A0570B341D2f2634
Octal2642401270136435574664
Binary101101001010000010101110101111010011101101111100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A057; }

 p { color: rgb(180,160,87); }

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

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

 a { background-color: rgb(180,160,87); }

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

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

 span { border-color: rgb(180,160,87); }

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