#BA7D36

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

Shades of Mandalay #BA7D36

Tints of Mandalay #BA7D36

Color information

#BA7D36 (or 0xBA7D36) is unknown color: approx Mandalay. HEX triplet: BA, 7D and 36. RGB value is (186,125,54). Sum of RGB (Red+Green+Blue) = 186+125+54=365 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.96% from 365); Green value is 125 (49.22% from 255 or 34.25% from 365); Blue value is 54 (21.48% from 255 or 14.79% from 365); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7D36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7D36 is #4582C9. Grayscale: #878787. Windows color (decimal): -4555466 or 3571130. OLE color: 3571130.

HSL color Cylindrical-coordinate representation of color #BA7D36: hue angle of 32.27º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BA7D36 is Cyan = 0, Magento = 0.33, Yellow = 0.71 and Black (K on CMYK) = 0.27.

Color convert

RGB18612554-
CMYK00.330.710.27
HSL32.27º55%47.06%-
HSV(B)32.27º70.97%72.94%-
XYZ28.2525.376.9-
YUV135.1582.21164.27-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.96%
GREEN value IS 125 (49.22% from 255) = 34.25%
BLUE value IS 54 (21.48% from 255) = 14.79%
R=50.96%
G=34.25%
B=14.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861255400.330.710.2732.275547.06
HexBA7D36021471B20372f
Octal2721756604110733406757
Binary1011101011111011101100100001100011111011100000110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7D36; }

 p { color: rgb(186,125,54); }

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

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

 a { background-color: rgb(186,125,54); }

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

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

 span { border-color: rgb(186,125,54); }

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