#BA2729

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

Shades of Mahogany #BA2729

Tints of Mahogany #BA2729

Color information

#BA2729 (or 0xBA2729) is unknown color: approx Mahogany. HEX triplet: BA, 27 and 29. RGB value is (186,39,41). Sum of RGB (Red+Green+Blue) = 186+39+41=266 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.92% from 266); Green value is 39 (15.62% from 255 or 14.66% from 266); Blue value is 41 (16.41% from 255 or 15.41% from 266); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2729 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2729 is #45D8D6. Grayscale: #535353. Windows color (decimal): -4577495 or 2697146. OLE color: 2697146.

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

Color convert

RGB1863941-
CMYK00.790.780.27
HSL359.18º65.33%44.12%-
HSV(B)359.18º79.03%72.94%-
XYZ21.3812.053.3-
YUV83.18104.2201.34-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 69.92%
GREEN value IS 39 (15.62% from 255) = 14.66%
BLUE value IS 41 (16.41% from 255) = 15.41%
R=69.92%
G=14.66%
B=15.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186394100.790.780.27359.1865.3344.12
HexBA272904F4E1B167412c
Octal272475101171163354710154
Binary10111010100111101001010011111001110110111011001111000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2729; }

 p { color: rgb(186,39,41); }

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

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

 a { background-color: rgb(186,39,41); }

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

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

 span { border-color: rgb(186,39,41); }

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