#BA7E2B

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

Shades of Mandalay #BA7E2B

Tints of Mandalay #BA7E2B

Color information

#BA7E2B (or 0xBA7E2B) is unknown color: approx Mandalay. HEX triplet: BA, 7E and 2B. RGB value is (186,126,43). Sum of RGB (Red+Green+Blue) = 186+126+43=355 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.39% from 355); Green value is 126 (49.61% from 255 or 35.49% from 355); Blue value is 43 (17.19% from 255 or 12.11% from 355); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7E2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7E2B is #4581D4. Grayscale: #868686. Windows color (decimal): -4555221 or 2850490. OLE color: 2850490.

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

Color convert

RGB18612643-
CMYK00.320.770.27
HSL34.83º62.45%44.9%-
HSV(B)34.83º76.88%72.94%-
XYZ28.1525.545.73-
YUV134.4876.38164.75-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.39%
GREEN value IS 126 (49.61% from 255) = 35.49%
BLUE value IS 43 (17.19% from 255) = 12.11%
R=52.39%
G=35.49%
B=12.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861264300.320.770.2734.8362.4544.9
HexBA7E2B0204D1B233e2d
Octal2721765304011533437655
Binary1011101011111101010110100000100110111011100011111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7E2B; }

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

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

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

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

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

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

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

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