#BA8233

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

Shades of Mandalay #BA8233

Tints of Mandalay #BA8233

Color information

#BA8233 (or 0xBA8233) is unknown color: approx Mandalay. HEX triplet: BA, 82 and 33. RGB value is (186,130,51). Sum of RGB (Red+Green+Blue) = 186+130+51=367 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.68% from 367); Green value is 130 (51.17% from 255 or 35.42% from 367); Blue value is 51 (20.31% from 255 or 13.90% from 367); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8233 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8233 is #457DCC. Grayscale: #8A8A8A. Windows color (decimal): -4554189 or 3375802. OLE color: 3375802.

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

Color convert

RGB18613051-
CMYK00.300.730.27
HSL35.11º56.96%46.47%-
HSV(B)35.11º72.58%72.94%-
XYZ28.8326.646.76-
YUV137.7479.05162.42-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.68%
GREEN value IS 130 (51.17% from 255) = 35.42%
BLUE value IS 51 (20.31% from 255) = 13.90%
R=50.68%
G=35.42%
B=13.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861305100.300.730.2735.1156.9646.47
HexBA823301E491B23392e
Octal2722026303611133437156
Binary1011101010000010110011011110100100111011100011111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8233; }

 p { color: rgb(186,130,51); }

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

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

 a { background-color: rgb(186,130,51); }

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

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

 span { border-color: rgb(186,130,51); }

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