#BA4244

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

Shades of Mahogany #BA4244

Tints of Mahogany #BA4244

Color information

#BA4244 (or 0xBA4244) is unknown color: approx Mahogany. HEX triplet: BA, 42 and 44. RGB value is (186,66,68). Sum of RGB (Red+Green+Blue) = 186+66+68=320 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.12% from 320); Green value is 66 (26.17% from 255 or 20.62% from 320); Blue value is 68 (26.95% from 255 or 21.25% from 320); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4244 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4244 is #45BDBB. Grayscale: #666666. Windows color (decimal): -4570556 or 4473530. OLE color: 4473530.

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

Color convert

RGB1866668-
CMYK00.650.630.27
HSL359º47.62%49.41%-
HSV(B)359º64.52%72.94%-
XYZ23.2414.757.09-
YUV102.11108.76187.84-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 58.12%
GREEN value IS 66 (26.17% from 255) = 20.62%
BLUE value IS 68 (26.95% from 255) = 21.25%
R=58.12%
G=20.62%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186666800.650.630.2735947.6249.41
HexBA42440413F1B1673031
Octal272102104010177335476061
Binary10111010100001010001000100000111111111011101100111110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4244; }

 p { color: rgb(186,66,68); }

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

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

 a { background-color: rgb(186,66,68); }

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

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

 span { border-color: rgb(186,66,68); }

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