#BAA054

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

Shades of Husk #BAA054

Tints of Husk #BAA054

Color information

#BAA054 (or 0xBAA054) is unknown color: approx Husk. HEX triplet: BA, A0 and 54. RGB value is (186,160,84). Sum of RGB (Red+Green+Blue) = 186+160+84=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 160 (62.89% from 255 or 37.21% from 430); Blue value is 84 (33.20% from 255 or 19.53% from 430); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA054 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA054 is #455FAB. Grayscale: #9F9F9F. Windows color (decimal): -4546476 or 5546170. OLE color: 5546170.

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

Color convert

RGB18616084-
CMYK00.140.550.27
HSL44.71º42.5%52.94%-
HSV(B)44.71º54.84%72.94%-
XYZ34.4236.2213.56-
YUV159.1185.61147.18-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.26%
GREEN value IS 160 (62.89% from 255) = 37.21%
BLUE value IS 84 (33.20% from 255) = 19.53%
R=43.26%
G=37.21%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861608400.140.550.2744.7142.552.94
HexBAA0540E371B2d2a35
Octal2722401240166733555265
Binary101110101010000010101000111011011111011101101101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA054; }

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

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

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

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

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

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

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

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