#BA8229

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

Shades of Mandalay #BA8229

Tints of Mandalay #BA8229

Color information

#BA8229 (or 0xBA8229) is unknown color: approx Mandalay. HEX triplet: BA, 82 and 29. RGB value is (186,130,41). Sum of RGB (Red+Green+Blue) = 186+130+41=357 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.10% from 357); Green value is 130 (51.17% from 255 or 36.41% from 357); Blue value is 41 (16.41% from 255 or 11.48% from 357); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8229 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8229 is #457DD6. Grayscale: #898989. Windows color (decimal): -4554199 or 2720442. OLE color: 2720442.

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

Color convert

RGB18613041-
CMYK00.300.780.27
HSL36.83º63.88%44.51%-
HSV(B)36.83º77.96%72.94%-
XYZ28.6326.565.72-
YUV136.674.05163.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.10%
GREEN value IS 130 (51.17% from 255) = 36.41%
BLUE value IS 41 (16.41% from 255) = 11.48%
R=52.10%
G=36.41%
B=11.48%

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
Decimal1861304100.300.780.2736.8363.8844.51
HexBA822901E4E1B25402d
Octal27220251036116334510055
Binary10111010100000101010010111101001110110111001011000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8229; }

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

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

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

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

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

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

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

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