#BA5859

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

Shades of Mandy #BA5859

Tints of Mandy #BA5859

Color information

#BA5859 (or 0xBA5859) is unknown color: approx Mandy. HEX triplet: BA, 58 and 59. RGB value is (186,88,89). Sum of RGB (Red+Green+Blue) = 186+88+89=363 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.24% from 363); Green value is 88 (34.77% from 255 or 24.24% from 363); Blue value is 89 (35.16% from 255 or 24.52% from 363); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5859 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5859 is #45A7A6. Grayscale: #757575. Windows color (decimal): -4564903 or 5855418. OLE color: 5855418.

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

Color convert

RGB1868889-
CMYK00.530.520.27
HSL359.39º41.53%53.73%-
HSV(B)359.39º52.69%72.94%-
XYZ25.5418.1411.61-
YUV117.42111.97176.92-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.24%
GREEN value IS 88 (34.77% from 255) = 24.24%
BLUE value IS 89 (35.16% from 255) = 24.52%
R=51.24%
G=24.24%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186888900.530.520.27359.3941.5353.73
HexBA5859035341B1672a36
Octal27213013106564335475266
Binary1011101010110001011001011010111010011011101100111101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5859; }

 p { color: rgb(186,88,89); }

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

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

 a { background-color: rgb(186,88,89); }

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

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

 span { border-color: rgb(186,88,89); }

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