#BA5155

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

Shades of Mandy #BA5155

Tints of Mandy #BA5155

Color information

#BA5155 (or 0xBA5155) is unknown color: approx Mandy. HEX triplet: BA, 51 and 55. RGB value is (186,81,85). Sum of RGB (Red+Green+Blue) = 186+81+85=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 81 (32.03% from 255 or 23.01% from 352); Blue value is 85 (33.59% from 255 or 24.15% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5155 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5155 is #45AEAA. Grayscale: #707070. Windows color (decimal): -4566699 or 5591482. OLE color: 5591482.

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

Color convert

RGB1868185-
CMYK00.560.540.27
HSL357.71º43.21%52.35%-
HSV(B)357.71º56.45%72.94%-
XYZ24.8316.9810.56-
YUV112.85112.29180.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.84%
GREEN value IS 81 (32.03% from 255) = 23.01%
BLUE value IS 85 (33.59% from 255) = 24.15%
R=52.84%
G=23.01%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186818500.560.540.27357.7143.2152.35
HexBA5155038361B1662b34
Octal27212112507066335465364
Binary1011101010100011010101011100011011011011101100110101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5155; }

 p { color: rgb(186,81,85); }

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

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

 a { background-color: rgb(186,81,85); }

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

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

 span { border-color: rgb(186,81,85); }

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