#BA9C4C

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

Shades of Husk #BA9C4C

Tints of Husk #BA9C4C

Color information

#BA9C4C (or 0xBA9C4C) is unknown color: approx Husk. HEX triplet: BA, 9C and 4C. RGB value is (186,156,76). Sum of RGB (Red+Green+Blue) = 186+156+76=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 156 (61.33% from 255 or 37.32% from 418); Blue value is 76 (30.08% from 255 or 18.18% from 418); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9C4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9C4C is #4563B3. Grayscale: #9C9C9C. Windows color (decimal): -4547508 or 5020858. OLE color: 5020858.

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

Color convert

RGB18615676-
CMYK00.160.590.27
HSL43.64º44.35%51.37%-
HSV(B)43.64º59.14%72.94%-
XYZ33.4434.7411.78-
YUV155.8582.94149.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.50%
GREEN value IS 156 (61.33% from 255) = 37.32%
BLUE value IS 76 (30.08% from 255) = 18.18%
R=44.50%
G=37.32%
B=18.18%

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
Decimal1861567600.160.590.2743.6444.3551.37
HexBA9C4C0103B1B2c2c33
Octal2722341140207333545463
Binary1011101010011100100110001000011101111011101100101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9C4C; }

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

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

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

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

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

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

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

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