#BA9A53

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

Shades of Husk #BA9A53

Tints of Husk #BA9A53

Color information

#BA9A53 (or 0xBA9A53) is unknown color: approx Husk. HEX triplet: BA, 9A and 53. RGB value is (186,154,83). Sum of RGB (Red+Green+Blue) = 186+154+83=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 154 (60.55% from 255 or 36.41% from 423); Blue value is 83 (32.81% from 255 or 19.62% from 423); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9A53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9A53 is #4565AC. Grayscale: #9B9B9B. Windows color (decimal): -4548013 or 5479098. OLE color: 5479098.

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

Color convert

RGB18615483-
CMYK00.170.550.27
HSL41.36º42.74%52.75%-
HSV(B)41.36º55.38%72.94%-
XYZ33.3734.1713.02-
YUV155.4787.1149.77-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.97%
GREEN value IS 154 (60.55% from 255) = 36.41%
BLUE value IS 83 (32.81% from 255) = 19.62%
R=43.97%
G=36.41%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861548300.170.550.2741.3642.7452.75
HexBA9A53011371B292b35
Octal2722321230216733515365
Binary1011101010011010101001101000111011111011101001101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9A53; }

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

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

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

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

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

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

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

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