#BAA24A

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

Shades of Husk #BAA24A

Tints of Husk #BAA24A

Color information

#BAA24A (or 0xBAA24A) is unknown color: approx Husk. HEX triplet: BA, A2 and 4A. RGB value is (186,162,74). Sum of RGB (Red+Green+Blue) = 186+162+74=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 162 (63.67% from 255 or 38.39% from 422); Blue value is 74 (29.30% from 255 or 17.54% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA24A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA24A is #455DB5. Grayscale: #9F9F9F. Windows color (decimal): -4545974 or 4891322. OLE color: 4891322.

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

Color convert

RGB18616274-
CMYK00.130.600.27
HSL47.14º44.8%50.98%-
HSV(B)47.14º60.22%72.94%-
XYZ34.4136.7711.76-
YUV159.1479.95147.16-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.08%
GREEN value IS 162 (63.67% from 255) = 38.39%
BLUE value IS 74 (29.30% from 255) = 17.54%
R=44.08%
G=38.39%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861627400.130.600.2747.1444.850.98
HexBAA24A0D3C1B2f2d33
Octal2722421120157433575563
Binary101110101010001010010100110111110011011101111101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA24A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA24A; }

 p { color: rgb(186,162,74); }

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

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

 a { background-color: rgb(186,162,74); }

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

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

 span { border-color: rgb(186,162,74); }

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