#BA4042

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

Shades of Mahogany #BA4042

Tints of Mahogany #BA4042

Color information

#BA4042 (or 0xBA4042) is unknown color: approx Mahogany. HEX triplet: BA, 40 and 42. RGB value is (186,64,66). Sum of RGB (Red+Green+Blue) = 186+64+66=316 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.86% from 316); Green value is 64 (25.39% from 255 or 20.25% from 316); Blue value is 66 (26.17% from 255 or 20.89% from 316); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4042 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4042 is #45BFBD. Grayscale: #646464. Windows color (decimal): -4571070 or 4341946. OLE color: 4341946.

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

Color convert

RGB1866466-
CMYK00.660.650.27
HSL359.02º48.8%49.02%-
HSV(B)359.02º65.59%72.94%-
XYZ23.0714.56.74-
YUV100.71108.42188.84-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 58.86%
GREEN value IS 64 (25.39% from 255) = 20.25%
BLUE value IS 66 (26.17% from 255) = 20.89%
R=58.86%
G=20.25%
B=20.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186646600.660.650.27359.0248.849.02
HexBA4042042411B1673131
Octal2721001020102101335476161
Binary101110101000000100001001000010100000111011101100111110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4042; }

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

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

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

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

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

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

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

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