#BAA149

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

Shades of Husk #BAA149

Tints of Husk #BAA149

Color information

#BAA149 (or 0xBAA149) is unknown color: approx Husk. HEX triplet: BA, A1 and 49. RGB value is (186,161,73). Sum of RGB (Red+Green+Blue) = 186+161+73=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 161 (63.28% from 255 or 38.33% from 420); Blue value is 73 (28.91% from 255 or 17.38% from 420); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA149 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA149 is #455EB6. Grayscale: #9E9E9E. Windows color (decimal): -4546231 or 4825530. OLE color: 4825530.

HSL color Cylindrical-coordinate representation of color #BAA149: hue angle of 46.73º 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 #BAA149 is Cyan = 0, Magento = 0.13, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB18616173-
CMYK00.130.610.27
HSL46.73º45.02%50.78%-
HSV(B)46.73º60.75%72.94%-
XYZ34.236.4111.53-
YUV158.4479.78147.66-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.29%
GREEN value IS 161 (63.28% from 255) = 38.33%
BLUE value IS 73 (28.91% from 255) = 17.38%
R=44.29%
G=38.33%
B=17.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861617300.130.610.2746.7345.0250.78
HexBAA1490D3D1B2f2d33
Octal2722411110157533575563
Binary101110101010000110010010110111110111011101111101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA149; }

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

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

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

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

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

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

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

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