#BA4344

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

Shades of Mahogany #BA4344

Tints of Mahogany #BA4344

Color information

#BA4344 (or 0xBA4344) is unknown color: approx Mahogany. HEX triplet: BA, 43 and 44. RGB value is (186,67,68). Sum of RGB (Red+Green+Blue) = 186+67+68=321 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.94% from 321); Green value is 67 (26.56% from 255 or 20.87% from 321); Blue value is 68 (26.95% from 255 or 21.18% from 321); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4344 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4344 is #45BCBB. Grayscale: #666666. Windows color (decimal): -4570300 or 4473786. OLE color: 4473786.

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

Color convert

RGB1866768-
CMYK00.640.630.27
HSL359.5º47.04%49.61%-
HSV(B)359.5º63.98%72.94%-
XYZ23.314.877.11-
YUV102.7108.42187.42-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.94%
GREEN value IS 67 (26.56% from 255) = 20.87%
BLUE value IS 68 (26.95% from 255) = 21.18%
R=57.94%
G=20.87%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186676800.640.630.27359.547.0449.61
HexBA43440403F1B1672f32
Octal272103104010077335475762
Binary10111010100001110001000100000011111111011101100111101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4344; }

 p { color: rgb(186,67,68); }

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

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

 a { background-color: rgb(186,67,68); }

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

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

 span { border-color: rgb(186,67,68); }

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