#BA5D71

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

Shades of Blush #BA5D71

Tints of Blush #BA5D71

Color information

#BA5D71 (or 0xBA5D71) is unknown color: approx Blush. HEX triplet: BA, 5D and 71. RGB value is (186,93,113). Sum of RGB (Red+Green+Blue) = 186+93+113=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 93 (36.72% from 255 or 23.72% from 392); Blue value is 113 (44.53% from 255 or 28.83% from 392); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5D71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5D71 is #45A28E. Grayscale: #7B7B7B. Windows color (decimal): -4563599 or 7429562. OLE color: 7429562.

HSL color Cylindrical-coordinate representation of color #BA5D71: hue angle of 347.1º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA5D71 is Cyan = 0, Magento = 0.5, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB18693113-
CMYK00.50.390.27
HSL347.1º40.26%54.71%-
HSV(B)347.1º50%72.94%-
XYZ27.1419.4617.95-
YUV123.09122.31172.87-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.45%
GREEN value IS 93 (36.72% from 255) = 23.72%
BLUE value IS 113 (44.53% from 255) = 28.83%
R=47.45%
G=23.72%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869311300.50.390.27347.140.2654.71
HexBA5D71032271B15b2837
Octal27213516106247335335067
Binary1011101010111011110001011001010011111011101011011101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5D71; }

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

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

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

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

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

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

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

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