#B8A04A

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

Shades of Husk #B8A04A

Tints of Husk #B8A04A

Color information

#B8A04A (or 0xB8A04A) is unknown color: approx Husk. HEX triplet: B8, A0 and 4A. RGB value is (184,160,74). Sum of RGB (Red+Green+Blue) = 184+160+74=418 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.02% from 418); Green value is 160 (62.89% from 255 or 38.28% from 418); Blue value is 74 (29.30% from 255 or 17.70% from 418); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A04A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8A04A is #475FB5. Grayscale: #9D9D9D. Windows color (decimal): -4677558 or 4890808. OLE color: 4890808.

HSL color Cylindrical-coordinate representation of color #B8A04A: hue angle of 46.91º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B8A04A is Cyan = 0, Magento = 0.13, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB18416074-
CMYK00.130.600.28
HSL46.91º43.65%50.59%-
HSV(B)46.91º59.78%72.16%-
XYZ33.5735.8311.62-
YUV157.3780.95146.99-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.02%
GREEN value IS 160 (62.89% from 255) = 38.28%
BLUE value IS 74 (29.30% from 255) = 17.70%
R=44.02%
G=38.28%
B=17.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841607400.130.600.2846.9143.6550.59
HexB8A04A0D3C1C2f2c33
Octal2702401120157434575463
Binary101110001010000010010100110111110011100101111101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A04A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A04A; }

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

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

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

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

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

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

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

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