#BA5558

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

Shades of Mandy #BA5558

Tints of Mandy #BA5558

Color information

#BA5558 (or 0xBA5558) is unknown color: approx Mandy. HEX triplet: BA, 55 and 58. RGB value is (186,85,88). Sum of RGB (Red+Green+Blue) = 186+85+88=359 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.81% from 359); Green value is 85 (33.59% from 255 or 23.68% from 359); Blue value is 88 (34.77% from 255 or 24.51% from 359); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5558 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5558 is #45AAA7. Grayscale: #737373. Windows color (decimal): -4565672 or 5789114. OLE color: 5789114.

HSL color Cylindrical-coordinate representation of color #BA5558: hue angle of 358.22º 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 #BA5558 is Cyan = 0, Magento = 0.54, Yellow = 0.53 and Black (K on CMYK) = 0.27.

Color convert

RGB1868588-
CMYK00.540.530.27
HSL358.22º42.26%53.14%-
HSV(B)358.22º54.3%72.94%-
XYZ25.2617.6411.31-
YUV115.54112.46178.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.81%
GREEN value IS 85 (33.59% from 255) = 23.68%
BLUE value IS 88 (34.77% from 255) = 24.51%
R=51.81%
G=23.68%
B=24.51%

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
Decimal186858800.540.530.27358.2242.2653.14
HexBA5558036351B1662a35
Octal27212513006665335465265
Binary1011101010101011011000011011011010111011101100110101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5558; }

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

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

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

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

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

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

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

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