#B4A04E

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

Shades of Husk #B4A04E

Tints of Husk #B4A04E

Color information

#B4A04E (or 0xB4A04E) is unknown color: approx Husk. HEX triplet: B4, A0 and 4E. RGB value is (180,160,78). Sum of RGB (Red+Green+Blue) = 180+160+78=418 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.06% from 418); Green value is 160 (62.89% from 255 or 38.28% from 418); Blue value is 78 (30.86% from 255 or 18.66% from 418); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A04E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A04E is #4B5FB1. Grayscale: #9C9C9C. Windows color (decimal): -4939698 or 5152948. OLE color: 5152948.

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

Color convert

RGB18016078-
CMYK00.110.570.29
HSL48.24º40.48%50.59%-
HSV(B)48.24º56.67%70.59%-
XYZ32.7735.3912.31-
YUV156.6383.63144.67-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.06%
GREEN value IS 160 (62.89% from 255) = 38.28%
BLUE value IS 78 (30.86% from 255) = 18.66%
R=43.06%
G=38.28%
B=18.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801607800.110.570.2948.2440.4850.59
HexB4A04E0B391D302833
Octal2642401160137135605063
Binary101101001010000010011100101111100111101110000101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A04E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A04E; }

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

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

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

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

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

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

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

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