#ba3233

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

Shades of Mahogany #BA3233

Tints of Mahogany #BA3233

Color information

#BA3233 (or 0xBA3233) is unknown color: approx Mahogany. HEX triplet: BA, 32 and 33. RGB value is (186,50,51). Sum of RGB (Red+Green+Blue) = 186+50+51=287 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.81% from 287); Green value is 50 (19.92% from 255 or 17.42% from 287); Blue value is 51 (20.31% from 255 or 17.77% from 287); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3233 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3233 is #45CDCC. Grayscale: #5A5A5A. Windows color (decimal): -4574669 or 3355322. OLE color: 3355322.

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

Color convert

RGB1865051-
CMYK00.730.730.27
HSL359.56º57.63%46.27%-
HSV(B)359.56º73.12%72.94%-
XYZ21.9912.964.47-
YUV90.78105.56195.92-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 64.81%
GREEN value IS 50 (19.92% from 255) = 17.42%
BLUE value IS 51 (20.31% from 255) = 17.77%
R=64.81%
G=17.42%
B=17.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186505100.730.730.27359.5657.6346.27
HexBA3233049491B1683a2e
Octal27262630111111335507256
Binary1011101011001011001101001001100100111011101101000111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba3233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba3233; }

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

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

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

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

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

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

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

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