#BA5E60

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

Shades of Mandy #BA5E60

Tints of Mandy #BA5E60

Color information

#BA5E60 (or 0xBA5E60) is unknown color: approx Mandy. HEX triplet: BA, 5E and 60. RGB value is (186,94,96). Sum of RGB (Red+Green+Blue) = 186+94+96=376 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.47% from 376); Green value is 94 (37.11% from 255 or 25% from 376); Blue value is 96 (37.89% from 255 or 25.53% from 376); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5E60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5E60 is #45A19F. Grayscale: #797979. Windows color (decimal): -4563360 or 6315706. OLE color: 6315706.

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

Color convert

RGB1869496-
CMYK00.490.480.27
HSL358.7º40%54.9%-
HSV(B)358.7º49.46%72.94%-
XYZ26.3619.2913.4-
YUV121.74113.48173.84-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.47%
GREEN value IS 94 (37.11% from 255) = 25%
BLUE value IS 96 (37.89% from 255) = 25.53%
R=49.47%
G=25%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186949600.490.480.27358.74054.9
HexBA5E60031301B1672837
Octal27213614006160335475067
Binary1011101010111101100000011000111000011011101100111101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5E60; }

 p { color: rgb(186,94,96); }

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

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

 a { background-color: rgb(186,94,96); }

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

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

 span { border-color: rgb(186,94,96); }

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