#BA9C4D

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

Shades of Husk #BA9C4D

Tints of Husk #BA9C4D

Color information

#BA9C4D (or 0xBA9C4D) is unknown color: approx Husk. HEX triplet: BA, 9C and 4D. RGB value is (186,156,77). Sum of RGB (Red+Green+Blue) = 186+156+77=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 156 (61.33% from 255 or 37.23% from 419); Blue value is 77 (30.47% from 255 or 18.38% from 419); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9C4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9C4D is #4563B2. Grayscale: #9C9C9C. Windows color (decimal): -4547507 or 5086394. OLE color: 5086394.

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

Color convert

RGB18615677-
CMYK00.160.590.27
HSL43.49º44.13%51.57%-
HSV(B)43.49º58.6%72.94%-
XYZ33.4834.7511.96-
YUV155.9683.44149.42-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.39%
GREEN value IS 156 (61.33% from 255) = 37.23%
BLUE value IS 77 (30.47% from 255) = 18.38%
R=44.39%
G=37.23%
B=18.38%

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
Decimal1861567700.160.590.2743.4944.1351.57
HexBA9C4D0103B1B2b2c34
Octal2722341150207333535464
Binary1011101010011100100110101000011101111011101011101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9C4D; }

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

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

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

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

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

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

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

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