#BA9D4E

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

Shades of Husk #BA9D4E

Tints of Husk #BA9D4E

Color information

#BA9D4E (or 0xBA9D4E) is unknown color: approx Husk. HEX triplet: BA, 9D and 4E. RGB value is (186,157,78). Sum of RGB (Red+Green+Blue) = 186+157+78=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 157 (61.72% from 255 or 37.29% from 421); Blue value is 78 (30.86% from 255 or 18.53% from 421); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9D4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9D4E is #4562B1. Grayscale: #9D9D9D. Windows color (decimal): -4547250 or 5152186. OLE color: 5152186.

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

Color convert

RGB18615778-
CMYK00.160.580.27
HSL43.89º43.9%51.76%-
HSV(B)43.89º58.06%72.94%-
XYZ33.6835.112.21-
YUV156.6683.61148.92-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.18%
GREEN value IS 157 (61.72% from 255) = 37.29%
BLUE value IS 78 (30.86% from 255) = 18.53%
R=44.18%
G=37.29%
B=18.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861577800.160.580.2743.8943.951.76
HexBA9D4E0103A1B2c2c34
Octal2722351160207233545464
Binary1011101010011101100111001000011101011011101100101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9D4E; }

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

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

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

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

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

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

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

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