#BA5770

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

Shades of Blush #BA5770

Tints of Blush #BA5770

Color information

#BA5770 (or 0xBA5770) is unknown color: approx Blush. HEX triplet: BA, 57 and 70. RGB value is (186,87,112). Sum of RGB (Red+Green+Blue) = 186+87+112=385 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.31% from 385); Green value is 87 (34.38% from 255 or 22.60% from 385); Blue value is 112 (44.14% from 255 or 29.09% from 385); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5770 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5770 is #45A88F. Grayscale: #777777. Windows color (decimal): -4565136 or 7362490. OLE color: 7362490.

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

Color convert

RGB18687112-
CMYK00.530.400.27
HSL344.85º41.77%53.53%-
HSV(B)344.85º53.23%72.94%-
XYZ26.5818.4317.48-
YUV119.45123.8175.47-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.31%
GREEN value IS 87 (34.38% from 255) = 22.60%
BLUE value IS 112 (44.14% from 255) = 29.09%
R=48.31%
G=22.60%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868711200.530.400.27344.8541.7753.53
HexBA5770035281B1592a36
Octal27212716006550335315266
Binary1011101010101111110000011010110100011011101011001101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5770; }

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

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

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

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

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

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

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

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