#BA8431

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

Shades of Mandalay #BA8431

Tints of Mandalay #BA8431

Color information

#BA8431 (or 0xBA8431) is unknown color: approx Mandalay. HEX triplet: BA, 84 and 31. RGB value is (186,132,49). Sum of RGB (Red+Green+Blue) = 186+132+49=367 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.68% from 367); Green value is 132 (51.95% from 255 or 35.97% from 367); Blue value is 49 (19.53% from 255 or 13.35% from 367); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8431 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8431 is #457BCE. Grayscale: #8B8B8B. Windows color (decimal): -4553679 or 3245242. OLE color: 3245242.

HSL color Cylindrical-coordinate representation of color #BA8431: hue angle of 36.35º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA8431 is Cyan = 0, Magento = 0.29, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB18613249-
CMYK00.290.740.27
HSL36.35º58.3%46.08%-
HSV(B)36.35º73.66%72.94%-
XYZ29.0627.166.62-
YUV138.6877.39161.75-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.68%
GREEN value IS 132 (51.95% from 255) = 35.97%
BLUE value IS 49 (19.53% from 255) = 13.35%
R=50.68%
G=35.97%
B=13.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861324900.290.740.2736.3558.346.08
HexBA843101D4A1B243a2e
Octal2722046103511233447256
Binary1011101010000100110001011101100101011011100100111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8431; }

 p { color: rgb(186,132,49); }

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

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

 a { background-color: rgb(186,132,49); }

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

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

 span { border-color: rgb(186,132,49); }

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