#BA9A4E

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

Shades of Husk #BA9A4E

Tints of Husk #BA9A4E

Color information

#BA9A4E (or 0xBA9A4E) is unknown color: approx Husk. HEX triplet: BA, 9A and 4E. RGB value is (186,154,78). Sum of RGB (Red+Green+Blue) = 186+154+78=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 154 (60.55% from 255 or 36.84% from 418); Blue value is 78 (30.86% from 255 or 18.66% from 418); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9A4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9A4E is #4565B1. Grayscale: #9B9B9B. Windows color (decimal): -4548018 or 5151418. OLE color: 5151418.

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

Color convert

RGB18615478-
CMYK00.170.580.27
HSL42.22º43.9%51.76%-
HSV(B)42.22º58.06%72.94%-
XYZ33.1834.112.04-
YUV154.984.6150.18-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.50%
GREEN value IS 154 (60.55% from 255) = 36.84%
BLUE value IS 78 (30.86% from 255) = 18.66%
R=44.50%
G=36.84%
B=18.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861547800.170.580.2742.2243.951.76
HexBA9A4E0113A1B2a2c34
Octal2722321160217233525464
Binary1011101010011010100111001000111101011011101010101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9A4E; }

 p { color: rgb(186,154,78); }

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

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

 a { background-color: rgb(186,154,78); }

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

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

 span { border-color: rgb(186,154,78); }

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