#BA5557

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

Shades of Mandy #BA5557

Tints of Mandy #BA5557

Color information

#BA5557 (or 0xBA5557) is unknown color: approx Mandy. HEX triplet: BA, 55 and 57. RGB value is (186,85,87). Sum of RGB (Red+Green+Blue) = 186+85+87=358 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.96% from 358); Green value is 85 (33.59% from 255 or 23.74% from 358); Blue value is 87 (34.38% from 255 or 24.30% from 358); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5557 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5557 is #45AAA8. Grayscale: #737373. Windows color (decimal): -4565673 or 5723578. OLE color: 5723578.

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

Color convert

RGB1868587-
CMYK00.540.530.27
HSL358.81º42.26%53.14%-
HSV(B)358.81º54.3%72.94%-
XYZ25.2217.6211.09-
YUV115.43111.96178.34-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.96%
GREEN value IS 85 (33.59% from 255) = 23.74%
BLUE value IS 87 (34.38% from 255) = 24.30%
R=51.96%
G=23.74%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186858700.540.530.27358.8142.2653.14
HexBA5557036351B1672a35
Octal27212512706665335475265
Binary1011101010101011010111011011011010111011101100111101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5557; }

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

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

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

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

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

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

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

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