#BA393D

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

Shades of Mahogany #BA393D

Tints of Mahogany #BA393D

Color information

#BA393D (or 0xBA393D) is unknown color: approx Mahogany. HEX triplet: BA, 39 and 3D. RGB value is (186,57,61). Sum of RGB (Red+Green+Blue) = 186+57+61=304 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.18% from 304); Green value is 57 (22.66% from 255 or 18.75% from 304); Blue value is 61 (24.22% from 255 or 20.07% from 304); Max value from RGB is 186 - color contains mainly: red. Hex color #BA393D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA393D is #45C6C2. Grayscale: #606060. Windows color (decimal): -4572867 or 4012474. OLE color: 4012474.

HSL color Cylindrical-coordinate representation of color #BA393D: hue angle of 358.14º 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 #BA393D is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB1865761-
CMYK00.690.670.27
HSL358.14º53.09%47.65%-
HSV(B)358.14º69.35%72.94%-
XYZ22.5613.75.87-
YUV96.03108.24192.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 61.18%
GREEN value IS 57 (22.66% from 255) = 18.75%
BLUE value IS 61 (24.22% from 255) = 20.07%
R=61.18%
G=18.75%
B=20.07%

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
Decimal186576100.690.670.27358.1453.0947.65
HexBA393D045431B1663530
Octal27271750105103335466560
Binary1011101011100111110101000101100001111011101100110110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA393D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA393D; }

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

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

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

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

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

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

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

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