#BA7E35

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

Shades of Mandalay #BA7E35

Tints of Mandalay #BA7E35

Color information

#BA7E35 (or 0xBA7E35) is unknown color: approx Mandalay. HEX triplet: BA, 7E and 35. RGB value is (186,126,53). Sum of RGB (Red+Green+Blue) = 186+126+53=365 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.96% from 365); Green value is 126 (49.61% from 255 or 34.52% from 365); Blue value is 53 (21.09% from 255 or 14.52% from 365); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7E35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7E35 is #4581CA. Grayscale: #878787. Windows color (decimal): -4555211 or 3505850. OLE color: 3505850.

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

Color convert

RGB18612653-
CMYK00.320.720.27
HSL32.93º55.65%46.86%-
HSV(B)32.93º71.51%72.94%-
XYZ28.3525.626.82-
YUV135.6281.38163.94-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.96%
GREEN value IS 126 (49.61% from 255) = 34.52%
BLUE value IS 53 (21.09% from 255) = 14.52%
R=50.96%
G=34.52%
B=14.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861265300.320.720.2732.9355.6546.86
HexBA7E35020481B21382f
Octal2721766504011033417057
Binary1011101011111101101010100000100100011011100001111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7E35; }

 p { color: rgb(186,126,53); }

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

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

 a { background-color: rgb(186,126,53); }

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

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

 span { border-color: rgb(186,126,53); }

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