#BA9E52

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

Shades of Husk #BA9E52

Tints of Husk #BA9E52

Color information

#BA9E52 (or 0xBA9E52) is unknown color: approx Husk. HEX triplet: BA, 9E and 52. RGB value is (186,158,82). Sum of RGB (Red+Green+Blue) = 186+158+82=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 158 (62.11% from 255 or 37.09% from 426); Blue value is 82 (32.42% from 255 or 19.25% from 426); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9E52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9E52 is #4561AD. Grayscale: #9E9E9E. Windows color (decimal): -4546990 or 5414586. OLE color: 5414586.

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

Color convert

RGB18615882-
CMYK00.150.560.27
HSL43.85º42.98%52.55%-
HSV(B)43.85º55.91%72.94%-
XYZ3435.513.04-
YUV157.7185.28148.18-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.66%
GREEN value IS 158 (62.11% from 255) = 37.09%
BLUE value IS 82 (32.42% from 255) = 19.25%
R=43.66%
G=37.09%
B=19.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861588200.150.560.2743.8542.9852.55
HexBA9E520F381B2c2b35
Octal2722361220177033545365
Binary101110101001111010100100111111100011011101100101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9E52; }

 p { color: rgb(186,158,82); }

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

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

 a { background-color: rgb(186,158,82); }

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

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

 span { border-color: rgb(186,158,82); }

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