#BA4546

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

Shades of Mahogany #BA4546

Tints of Mahogany #BA4546

Color information

#BA4546 (or 0xBA4546) is unknown color: approx Mahogany. HEX triplet: BA, 45 and 46. RGB value is (186,69,70). Sum of RGB (Red+Green+Blue) = 186+69+70=325 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.23% from 325); Green value is 69 (27.34% from 255 or 21.23% from 325); Blue value is 70 (27.73% from 255 or 21.54% from 325); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4546 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4546 is #45BAB9. Grayscale: #686868. Windows color (decimal): -4569786 or 4605370. OLE color: 4605370.

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

Color convert

RGB1866970-
CMYK00.630.620.27
HSL359.49º45.88%50%-
HSV(B)359.49º62.9%72.94%-
XYZ23.4815.147.48-
YUV104.1108.76186.42-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.23%
GREEN value IS 69 (27.34% from 255) = 21.23%
BLUE value IS 70 (27.73% from 255) = 21.54%
R=57.23%
G=21.23%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186697000.630.620.27359.4945.8850
HexBA454603F3E1B1672e32
Octal27210510607776335475662
Binary1011101010001011000110011111111111011011101100111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4546; }

 p { color: rgb(186,69,70); }

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

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

 a { background-color: rgb(186,69,70); }

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

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

 span { border-color: rgb(186,69,70); }

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