#BA2E36

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

Shades of Mahogany #BA2E36

Tints of Mahogany #BA2E36

Color information

#BA2E36 (or 0xBA2E36) is unknown color: approx Mahogany. HEX triplet: BA, 2E and 36. RGB value is (186,46,54). Sum of RGB (Red+Green+Blue) = 186+46+54=286 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.03% from 286); Green value is 46 (18.36% from 255 or 16.08% from 286); Blue value is 54 (21.48% from 255 or 18.88% from 286); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2E36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2E36 is #45D1C9. Grayscale: #585858. Windows color (decimal): -4575690 or 3550906. OLE color: 3550906.

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

Color convert

RGB1864654-
CMYK00.750.710.27
HSL356.57º60.34%45.49%-
HSV(B)356.57º75.27%72.94%-
XYZ21.8912.664.78-
YUV88.77108.38197.35-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 65.03%
GREEN value IS 46 (18.36% from 255) = 16.08%
BLUE value IS 54 (21.48% from 255) = 18.88%
R=65.03%
G=16.08%
B=18.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186465400.750.710.27356.5760.3445.49
HexBA2E3604B471B1653c2d
Octal27256660113107335457455
Binary1011101010111011011001001011100011111011101100101111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2E36; }

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

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

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

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

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

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

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

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