#BA9A4D

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

Shades of Husk #BA9A4D

Tints of Husk #BA9A4D

Color information

#BA9A4D (or 0xBA9A4D) is unknown color: approx Husk. HEX triplet: BA, 9A and 4D. RGB value is (186,154,77). Sum of RGB (Red+Green+Blue) = 186+154+77=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 154 (60.55% from 255 or 36.93% from 417); Blue value is 77 (30.47% from 255 or 18.47% from 417); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9A4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9A4D is #4565B2. Grayscale: #9B9B9B. Windows color (decimal): -4548019 or 5085882. OLE color: 5085882.

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

Color convert

RGB18615477-
CMYK00.170.590.27
HSL42.39º44.13%51.57%-
HSV(B)42.39º58.6%72.94%-
XYZ33.1434.0911.85-
YUV154.7984.1150.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.60%
GREEN value IS 154 (60.55% from 255) = 36.93%
BLUE value IS 77 (30.47% from 255) = 18.47%
R=44.60%
G=36.93%
B=18.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861547700.170.590.2742.3944.1351.57
HexBA9A4D0113B1B2a2c34
Octal2722321150217333525464
Binary1011101010011010100110101000111101111011101010101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9A4D; }

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

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

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

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

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

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

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

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