#B4A056

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

Shades of Husk #B4A056

Tints of Husk #B4A056

Color information

#B4A056 (or 0xB4A056) is unknown color: approx Husk. HEX triplet: B4, A0 and 56. RGB value is (180,160,86). Sum of RGB (Red+Green+Blue) = 180+160+86=426 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.25% from 426); Green value is 160 (62.89% from 255 or 37.56% from 426); Blue value is 86 (33.98% from 255 or 20.19% from 426); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A056 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A056 is #4B5FA9. Grayscale: #9D9D9D. Windows color (decimal): -4939690 or 5677236. OLE color: 5677236.

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

Color convert

RGB18016086-
CMYK00.110.520.29
HSL47.23º38.52%52.16%-
HSV(B)47.23º52.22%70.59%-
XYZ33.0735.5213.92-
YUV157.5487.63144.02-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.25%
GREEN value IS 160 (62.89% from 255) = 37.56%
BLUE value IS 86 (33.98% from 255) = 20.19%
R=42.25%
G=37.56%
B=20.19%

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
Decimal1801608600.110.520.2947.2338.5252.16
HexB4A0560B341D2f2734
Octal2642401260136435574764
Binary101101001010000010101100101111010011101101111100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A056; }

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

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

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

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

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

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

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

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