#baa050

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

Shades of Husk #BAA050

Tints of Husk #BAA050

Color information

#BAA050 (or 0xBAA050) is unknown color: approx Husk. HEX triplet: BA, A0 and 50. RGB value is (186,160,80). Sum of RGB (Red+Green+Blue) = 186+160+80=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 160 (62.89% from 255 or 37.56% from 426); Blue value is 80 (31.64% from 255 or 18.78% from 426); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA050 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA050 is #455FAF. Grayscale: #9F9F9F. Windows color (decimal): -4546480 or 5284026. OLE color: 5284026.

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

Color convert

RGB18616080-
CMYK00.140.570.27
HSL45.28º43.44%52.16%-
HSV(B)45.28º56.99%72.94%-
XYZ34.2736.1612.76-
YUV158.6583.61147.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.66%
GREEN value IS 160 (62.89% from 255) = 37.56%
BLUE value IS 80 (31.64% from 255) = 18.78%
R=43.66%
G=37.56%
B=18.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861608000.140.570.2745.2843.4452.16
HexBAA0500E391B2d2b34
Octal2722401200167133555364
Binary101110101010000010100000111011100111011101101101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #baa050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #baa050; }

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

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

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

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

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

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

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

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