#BA9D53

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

Shades of Husk #BA9D53

Tints of Husk #BA9D53

Color information

#BA9D53 (or 0xBA9D53) is unknown color: approx Husk. HEX triplet: BA, 9D and 53. RGB value is (186,157,83). Sum of RGB (Red+Green+Blue) = 186+157+83=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 157 (61.72% from 255 or 36.85% from 426); Blue value is 83 (32.81% from 255 or 19.48% from 426); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9D53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9D53 is #4562AC. Grayscale: #9D9D9D. Windows color (decimal): -4547245 or 5479866. OLE color: 5479866.

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

Color convert

RGB18615783-
CMYK00.160.550.27
HSL43.11º42.74%52.75%-
HSV(B)43.11º55.38%72.94%-
XYZ33.8735.1813.19-
YUV157.2386.11148.52-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.66%
GREEN value IS 157 (61.72% from 255) = 36.85%
BLUE value IS 83 (32.81% from 255) = 19.48%
R=43.66%
G=36.85%
B=19.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861578300.160.550.2743.1142.7452.75
HexBA9D53010371B2b2b35
Octal2722351230206733535365
Binary1011101010011101101001101000011011111011101011101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9D53; }

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

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

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

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

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

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

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

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