#BA8329

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

Shades of Mandalay #BA8329

Tints of Mandalay #BA8329

Color information

#BA8329 (or 0xBA8329) is unknown color: approx Mandalay. HEX triplet: BA, 83 and 29. RGB value is (186,131,41). Sum of RGB (Red+Green+Blue) = 186+131+41=358 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.96% from 358); Green value is 131 (51.56% from 255 or 36.59% from 358); Blue value is 41 (16.41% from 255 or 11.45% from 358); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8329 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8329 is #457CD6. Grayscale: #898989. Windows color (decimal): -4553943 or 2720698. OLE color: 2720698.

HSL color Cylindrical-coordinate representation of color #BA8329: hue angle of 37.24º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA8329 is Cyan = 0, Magento = 0.30, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB18613141-
CMYK00.300.780.27
HSL37.24º63.88%44.51%-
HSV(B)37.24º77.96%72.94%-
XYZ28.7726.835.76-
YUV137.1873.72162.82-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.96%
GREEN value IS 131 (51.56% from 255) = 36.59%
BLUE value IS 41 (16.41% from 255) = 11.45%
R=51.96%
G=36.59%
B=11.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861314100.300.780.2737.2463.8844.51
HexBA832901E4E1B25402d
Octal27220351036116334510055
Binary10111010100000111010010111101001110110111001011000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8329; }

 p { color: rgb(186,131,41); }

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

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

 a { background-color: rgb(186,131,41); }

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

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

 span { border-color: rgb(186,131,41); }

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