#BA9D4C

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

Shades of Husk #BA9D4C

Tints of Husk #BA9D4C

Color information

#BA9D4C (or 0xBA9D4C) is unknown color: approx Husk. HEX triplet: BA, 9D and 4C. RGB value is (186,157,76). Sum of RGB (Red+Green+Blue) = 186+157+76=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 157 (61.72% from 255 or 37.47% from 419); Blue value is 76 (30.08% from 255 or 18.14% from 419); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9D4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9D4C is #4562B3. Grayscale: #9C9C9C. Windows color (decimal): -4547252 or 5021114. OLE color: 5021114.

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

Color convert

RGB18615776-
CMYK00.160.590.27
HSL44.18º44.35%51.37%-
HSV(B)44.18º59.14%72.94%-
XYZ33.6135.0711.84-
YUV156.4482.61149.09-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.39%
GREEN value IS 157 (61.72% from 255) = 37.47%
BLUE value IS 76 (30.08% from 255) = 18.14%
R=44.39%
G=37.47%
B=18.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861577600.160.590.2744.1844.3551.37
HexBA9D4C0103B1B2c2c33
Octal2722351140207333545463
Binary1011101010011101100110001000011101111011101100101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9D4C; }

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

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

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

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

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

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

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

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