#BA2F32

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

Shades of Mahogany #BA2F32

Tints of Mahogany #BA2F32

Color information

#BA2F32 (or 0xBA2F32) is unknown color: approx Mahogany. HEX triplet: BA, 2F and 32. RGB value is (186,47,50). Sum of RGB (Red+Green+Blue) = 186+47+50=283 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.72% from 283); Green value is 47 (18.75% from 255 or 16.61% from 283); Blue value is 50 (19.92% from 255 or 17.67% from 283); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2F32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2F32 is #45D0CD. Grayscale: #595959. Windows color (decimal): -4575438 or 3289018. OLE color: 3289018.

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

Color convert

RGB1864750-
CMYK00.750.730.27
HSL358.71º59.66%45.69%-
HSV(B)358.71º74.73%72.94%-
XYZ21.8412.74.32-
YUV88.9106.05197.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 65.72%
GREEN value IS 47 (18.75% from 255) = 16.61%
BLUE value IS 50 (19.92% from 255) = 17.67%
R=65.72%
G=16.61%
B=17.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186475000.750.730.27358.7159.6645.69
HexBA2F3204B491B1673c2e
Octal27257620113111335477456
Binary1011101010111111001001001011100100111011101100111111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2F32; }

 p { color: rgb(186,47,50); }

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

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

 a { background-color: rgb(186,47,50); }

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

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

 span { border-color: rgb(186,47,50); }

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