#BA353B

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

Shades of Mahogany #BA353B

Tints of Mahogany #BA353B

Color information

#BA353B (or 0xBA353B) is unknown color: approx Mahogany. HEX triplet: BA, 35 and 3B. RGB value is (186,53,59). Sum of RGB (Red+Green+Blue) = 186+53+59=298 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.42% from 298); Green value is 53 (21.09% from 255 or 17.79% from 298); Blue value is 59 (23.44% from 255 or 19.80% from 298); Max value from RGB is 186 - color contains mainly: red. Hex color #BA353B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA353B is #45CAC4. Grayscale: #5D5D5D. Windows color (decimal): -4573893 or 3880378. OLE color: 3880378.

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

Color convert

RGB1865359-
CMYK00.720.680.27
HSL357.29º55.65%46.86%-
HSV(B)357.29º71.51%72.94%-
XYZ22.3113.35.53-
YUV93.45108.56194.01-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 62.42%
GREEN value IS 53 (21.09% from 255) = 17.79%
BLUE value IS 59 (23.44% from 255) = 19.80%
R=62.42%
G=17.79%
B=19.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186535900.720.680.27357.2955.6546.86
HexBA353B048441B165382f
Octal27265730110104335457057
Binary1011101011010111101101001000100010011011101100101111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA353B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA353B; }

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

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

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

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

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

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

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

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