#BA4E54

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

Shades of Mandy #BA4E54

Tints of Mandy #BA4E54

Color information

#BA4E54 (or 0xBA4E54) is unknown color: approx Mandy. HEX triplet: BA, 4E and 54. RGB value is (186,78,84). Sum of RGB (Red+Green+Blue) = 186+78+84=348 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.45% from 348); Green value is 78 (30.86% from 255 or 22.41% from 348); Blue value is 84 (33.20% from 255 or 24.14% from 348); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4E54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA4E54 is #45B1AB. Grayscale: #6F6F6F. Windows color (decimal): -4567468 or 5525178. OLE color: 5525178.

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

Color convert

RGB1867884-
CMYK00.580.550.27
HSL356.67º43.9%51.76%-
HSV(B)356.67º58.06%72.94%-
XYZ24.5716.5310.28-
YUV110.98112.78181.51-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.45%
GREEN value IS 78 (30.86% from 255) = 22.41%
BLUE value IS 84 (33.20% from 255) = 24.14%
R=53.45%
G=22.41%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186788400.580.550.27356.6743.951.76
HexBA4E5403A371B1652c34
Octal27211612407267335455464
Binary1011101010011101010100011101011011111011101100101101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4E54; }

 p { color: rgb(186,78,84); }

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

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

 a { background-color: rgb(186,78,84); }

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

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

 span { border-color: rgb(186,78,84); }

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