#B4A04A

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

Shades of Husk #B4A04A

Tints of Husk #B4A04A

Color information

#B4A04A (or 0xB4A04A) is unknown color: approx Husk. HEX triplet: B4, A0 and 4A. RGB value is (180,160,74). Sum of RGB (Red+Green+Blue) = 180+160+74=414 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.48% from 414); Green value is 160 (62.89% from 255 or 38.65% from 414); Blue value is 74 (29.30% from 255 or 17.87% from 414); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A04A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A04A is #4B5FB5. Grayscale: #9C9C9C. Windows color (decimal): -4939702 or 4890804. OLE color: 4890804.

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

Color convert

RGB18016074-
CMYK00.110.590.29
HSL48.68º41.73%49.8%-
HSV(B)48.68º58.89%70.59%-
XYZ32.6335.3411.58-
YUV156.1881.63144.99-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.48%
GREEN value IS 160 (62.89% from 255) = 38.65%
BLUE value IS 74 (29.30% from 255) = 17.87%
R=43.48%
G=38.65%
B=17.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801607400.110.590.2948.6841.7349.8
HexB4A04A0B3B1D312a32
Octal2642401120137335615262
Binary101101001010000010010100101111101111101110001101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A04A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A04A; }

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

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

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

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

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

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

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

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