#BA3436

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

Shades of Mahogany #BA3436

Tints of Mahogany #BA3436

Color information

#BA3436 (or 0xBA3436) is unknown color: approx Mahogany. HEX triplet: BA, 34 and 36. RGB value is (186,52,54). Sum of RGB (Red+Green+Blue) = 186+52+54=292 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.70% from 292); Green value is 52 (20.70% from 255 or 17.81% from 292); Blue value is 54 (21.48% from 255 or 18.49% from 292); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3436 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3436 is #45CBC9. Grayscale: #5C5C5C. Windows color (decimal): -4574154 or 3552442. OLE color: 3552442.

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

Color convert

RGB1865254-
CMYK00.720.710.27
HSL359.1º56.3%46.67%-
HSV(B)359.1º72.04%72.94%-
XYZ22.1413.164.86-
YUV92.29106.39194.84-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 63.70%
GREEN value IS 52 (20.70% from 255) = 17.81%
BLUE value IS 54 (21.48% from 255) = 18.49%
R=63.70%
G=17.81%
B=18.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186525400.720.710.27359.156.346.67
HexBA3436048471B167382f
Octal27264660110107335477057
Binary1011101011010011011001001000100011111011101100111111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3436; }

 p { color: rgb(186,52,54); }

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

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

 a { background-color: rgb(186,52,54); }

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

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

 span { border-color: rgb(186,52,54); }

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