#BA393E

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

Shades of Mahogany #BA393E

Tints of Mahogany #BA393E

Color information

#BA393E (or 0xBA393E) is unknown color: approx Mahogany. HEX triplet: BA, 39 and 3E. RGB value is (186,57,62). Sum of RGB (Red+Green+Blue) = 186+57+62=305 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.98% from 305); Green value is 57 (22.66% from 255 or 18.69% from 305); Blue value is 62 (24.61% from 255 or 20.33% from 305); Max value from RGB is 186 - color contains mainly: red. Hex color #BA393E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA393E is #45C6C1. Grayscale: #606060. Windows color (decimal): -4572866 or 4078010. OLE color: 4078010.

HSL color Cylindrical-coordinate representation of color #BA393E: hue angle of 357.67º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA393E is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB1865762-
CMYK00.690.670.27
HSL357.67º53.09%47.65%-
HSV(B)357.67º69.35%72.94%-
XYZ22.5813.716.01-
YUV96.14108.74192.09-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 60.98%
GREEN value IS 57 (22.66% from 255) = 18.69%
BLUE value IS 62 (24.61% from 255) = 20.33%
R=60.98%
G=18.69%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186576200.690.670.27357.6753.0947.65
HexBA393E045431B1663530
Octal27271760105103335466560
Binary1011101011100111111001000101100001111011101100110110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA393E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA393E; }

 p { color: rgb(186,57,62); }

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

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

 a { background-color: rgb(186,57,62); }

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

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

 span { border-color: rgb(186,57,62); }

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