#BA5570

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

Shades of Blush #BA5570

Tints of Blush #BA5570

Color information

#BA5570 (or 0xBA5570) is unknown color: approx Blush. HEX triplet: BA, 55 and 70. RGB value is (186,85,112). Sum of RGB (Red+Green+Blue) = 186+85+112=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 85 (33.59% from 255 or 22.19% from 383); Blue value is 112 (44.14% from 255 or 29.24% from 383); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5570 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5570 is #45AA8F. Grayscale: #767676. Windows color (decimal): -4565648 or 7361978. OLE color: 7361978.

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

Color convert

RGB18685112-
CMYK00.540.400.27
HSL343.96º42.26%53.14%-
HSV(B)343.96º54.3%72.94%-
XYZ26.4218.1117.43-
YUV118.28124.46176.3-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.56%
GREEN value IS 85 (33.59% from 255) = 22.19%
BLUE value IS 112 (44.14% from 255) = 29.24%
R=48.56%
G=22.19%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868511200.540.400.27343.9642.2653.14
HexBA5570036281B1582a35
Octal27212516006650335305265
Binary1011101010101011110000011011010100011011101011000101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5570; }

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

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

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

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

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

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

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

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