#BA4041

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

Shades of Mahogany #BA4041

Tints of Mahogany #BA4041

Color information

#BA4041 (or 0xBA4041) is unknown color: approx Mahogany. HEX triplet: BA, 40 and 41. RGB value is (186,64,65). Sum of RGB (Red+Green+Blue) = 186+64+65=315 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.05% from 315); Green value is 64 (25.39% from 255 or 20.32% from 315); Blue value is 65 (25.78% from 255 or 20.63% from 315); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4041 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4041 is #45BFBE. Grayscale: #646464. Windows color (decimal): -4571071 or 4276410. OLE color: 4276410.

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

Color convert

RGB1866465-
CMYK00.660.650.27
HSL359.51º48.8%49.02%-
HSV(B)359.51º65.59%72.94%-
XYZ23.0414.496.58-
YUV100.59107.92188.92-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 59.05%
GREEN value IS 64 (25.39% from 255) = 20.32%
BLUE value IS 65 (25.78% from 255) = 20.63%
R=59.05%
G=20.32%
B=20.63%

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
Decimal186646500.660.650.27359.5148.849.02
HexBA4041042411B1683131
Octal2721001010102101335506161
Binary101110101000000100000101000010100000111011101101000110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4041; }

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

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

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

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

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

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

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

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