#BA5771

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

Shades of Blush #BA5771

Tints of Blush #BA5771

Color information

#BA5771 (or 0xBA5771) is unknown color: approx Blush. HEX triplet: BA, 57 and 71. RGB value is (186,87,113). Sum of RGB (Red+Green+Blue) = 186+87+113=386 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.19% from 386); Green value is 87 (34.38% from 255 or 22.54% from 386); Blue value is 113 (44.53% from 255 or 29.27% from 386); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5771 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5771 is #45A88E. Grayscale: #777777. Windows color (decimal): -4565135 or 7428026. OLE color: 7428026.

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

Color convert

RGB18687113-
CMYK00.530.390.27
HSL344.24º41.77%53.53%-
HSV(B)344.24º53.23%72.94%-
XYZ26.6418.4517.78-
YUV119.56124.3175.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.19%
GREEN value IS 87 (34.38% from 255) = 22.54%
BLUE value IS 113 (44.53% from 255) = 29.27%
R=48.19%
G=22.54%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868711300.530.390.27344.2441.7753.53
HexBA5771035271B1582a36
Octal27212716106547335305266
Binary1011101010101111110001011010110011111011101011000101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5771; }

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

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

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

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

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

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

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

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