#BA2627

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

Shades of Mahogany #BA2627

Tints of Mahogany #BA2627

Color information

#BA2627 (or 0xBA2627) is unknown color: approx Mahogany. HEX triplet: BA, 26 and 27. RGB value is (186,38,39). Sum of RGB (Red+Green+Blue) = 186+38+39=263 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.72% from 263); Green value is 38 (15.23% from 255 or 14.45% from 263); Blue value is 39 (15.62% from 255 or 14.83% from 263); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2627 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2627 is #45D9D8. Grayscale: #525252. Windows color (decimal): -4577753 or 2565818. OLE color: 2565818.

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

Color convert

RGB1863839-
CMYK00.800.790.27
HSL359.59º66.07%43.92%-
HSV(B)359.59º79.57%72.94%-
XYZ21.3111.973.11-
YUV82.37103.53201.92-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 70.72%
GREEN value IS 38 (15.23% from 255) = 14.45%
BLUE value IS 39 (15.62% from 255) = 14.83%
R=70.72%
G=14.45%
B=14.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.79
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186383900.800.790.27359.5966.0743.92
HexBA26270504F1B168422c
Octal272464701201173355010254
Binary10111010100110100111010100001001111110111011010001000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2627; }

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

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

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

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

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

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

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

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