#BA3435

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

Shades of Mahogany #BA3435

Tints of Mahogany #BA3435

Color information

#BA3435 (or 0xBA3435) is unknown color: approx Mahogany. HEX triplet: BA, 34 and 35. RGB value is (186,52,53). Sum of RGB (Red+Green+Blue) = 186+52+53=291 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.92% from 291); Green value is 52 (20.70% from 255 or 17.87% from 291); Blue value is 53 (21.09% from 255 or 18.21% from 291); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3435 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3435 is #45CBCA. Grayscale: #5C5C5C. Windows color (decimal): -4574155 or 3486906. OLE color: 3486906.

HSL color Cylindrical-coordinate representation of color #BA3435: hue angle of 359.55º 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 #BA3435 is Cyan = 0, Magento = 0.72, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB1865253-
CMYK00.720.720.27
HSL359.55º56.3%46.67%-
HSV(B)359.55º72.04%72.94%-
XYZ22.1213.154.74-
YUV92.18105.89194.92-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 63.92%
GREEN value IS 52 (20.70% from 255) = 17.87%
BLUE value IS 53 (21.09% from 255) = 18.21%
R=63.92%
G=17.87%
B=18.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186525300.720.720.27359.5556.346.67
HexBA3435048481B168382f
Octal27264650110110335507057
Binary1011101011010011010101001000100100011011101101000111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3435; }

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

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

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

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

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

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

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

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