#BA4243

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

Shades of Mahogany #BA4243

Tints of Mahogany #BA4243

Color information

#BA4243 (or 0xBA4243) is unknown color: approx Mahogany. HEX triplet: BA, 42 and 43. RGB value is (186,66,67). Sum of RGB (Red+Green+Blue) = 186+66+67=319 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.31% from 319); Green value is 66 (26.17% from 255 or 20.69% from 319); Blue value is 67 (26.56% from 255 or 21.00% from 319); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4243 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4243 is #45BDBC. Grayscale: #666666. Windows color (decimal): -4570557 or 4407994. OLE color: 4407994.

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

Color convert

RGB1866667-
CMYK00.650.640.27
HSL359.5º47.62%49.41%-
HSV(B)359.5º64.52%72.94%-
XYZ23.2114.746.93-
YUV101.99108.26187.92-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 58.31%
GREEN value IS 66 (26.17% from 255) = 20.69%
BLUE value IS 67 (26.56% from 255) = 21.00%
R=58.31%
G=20.69%
B=21.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186666700.650.640.27359.547.6249.41
HexBA4243041401B1683031
Octal2721021030101100335506061
Binary101110101000010100001101000001100000011011101101000110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4243; }

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

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

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

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

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

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

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

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