#BA9E4E

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

Shades of Husk #BA9E4E

Tints of Husk #BA9E4E

Color information

#BA9E4E (or 0xBA9E4E) is unknown color: approx Husk. HEX triplet: BA, 9E and 4E. RGB value is (186,158,78). Sum of RGB (Red+Green+Blue) = 186+158+78=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 158 (62.11% from 255 or 37.44% from 422); Blue value is 78 (30.86% from 255 or 18.48% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9E4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9E4E is #4561B1. Grayscale: #9D9D9D. Windows color (decimal): -4546994 or 5152442. OLE color: 5152442.

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

Color convert

RGB18615878-
CMYK00.150.580.27
HSL44.44º43.9%51.76%-
HSV(B)44.44º58.06%72.94%-
XYZ33.8535.4412.26-
YUV157.2583.28148.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.08%
GREEN value IS 158 (62.11% from 255) = 37.44%
BLUE value IS 78 (30.86% from 255) = 18.48%
R=44.08%
G=37.44%
B=18.48%

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
Decimal1861587800.150.580.2744.4443.951.76
HexBA9E4E0F3A1B2c2c34
Octal2722361160177233545464
Binary101110101001111010011100111111101011011101100101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9E4E; }

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

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

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

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

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

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

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

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