#BA9F4E

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

Shades of Husk #BA9F4E

Tints of Husk #BA9F4E

Color information

#BA9F4E (or 0xBA9F4E) is unknown color: approx Husk. HEX triplet: BA, 9F and 4E. RGB value is (186,159,78). Sum of RGB (Red+Green+Blue) = 186+159+78=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 159 (62.5% from 255 or 37.59% from 423); Blue value is 78 (30.86% from 255 or 18.44% from 423); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9F4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9F4E is #4560B1. Grayscale: #9E9E9E. Windows color (decimal): -4546738 or 5152698. OLE color: 5152698.

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

Color convert

RGB18615978-
CMYK00.150.580.27
HSL45º43.9%51.76%-
HSV(B)45º58.06%72.94%-
XYZ34.0235.7912.32-
YUV157.8482.95148.09-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.97%
GREEN value IS 159 (62.5% from 255) = 37.59%
BLUE value IS 78 (30.86% from 255) = 18.44%
R=43.97%
G=37.59%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861597800.150.580.274543.951.76
HexBA9F4E0F3A1B2d2c34
Octal2722371160177233555464
Binary101110101001111110011100111111101011011101101101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9F4E; }

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

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

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

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

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

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

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

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