#baa049

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

Shades of Husk #BAA049

Tints of Husk #BAA049

Color information

#BAA049 (or 0xBAA049) is unknown color: approx Husk. HEX triplet: BA, A0 and 49. RGB value is (186,160,73). Sum of RGB (Red+Green+Blue) = 186+160+73=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 160 (62.89% from 255 or 38.19% from 419); Blue value is 73 (28.91% from 255 or 17.42% from 419); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA049 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA049 is #455FB6. Grayscale: #9E9E9E. Windows color (decimal): -4546487 or 4825274. OLE color: 4825274.

HSL color Cylindrical-coordinate representation of color #BAA049: hue angle of 46.19º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BAA049 is Cyan = 0, Magento = 0.14, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB18616073-
CMYK00.140.610.27
HSL46.19º45.02%50.78%-
HSV(B)46.19º60.75%72.94%-
XYZ34.0236.0611.47-
YUV157.8680.11148.07-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.39%
GREEN value IS 160 (62.89% from 255) = 38.19%
BLUE value IS 73 (28.91% from 255) = 17.42%
R=44.39%
G=38.19%
B=17.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861607300.140.610.2746.1945.0250.78
HexBAA0490E3D1B2e2d33
Octal2722401110167533565563
Binary101110101010000010010010111011110111011101110101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #baa049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #baa049; }

 p { color: rgb(186,160,73); }

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

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

 a { background-color: rgb(186,160,73); }

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

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

 span { border-color: rgb(186,160,73); }

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