#BA5972

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

Shades of Blush #BA5972

Tints of Blush #BA5972

Color information

#BA5972 (or 0xBA5972) is unknown color: approx Blush. HEX triplet: BA, 59 and 72. RGB value is (186,89,114). Sum of RGB (Red+Green+Blue) = 186+89+114=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 89 (35.16% from 255 or 22.88% from 389); Blue value is 114 (44.92% from 255 or 29.31% from 389); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5972 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5972 is #45A68D. Grayscale: #787878. Windows color (decimal): -4564622 or 7494074. OLE color: 7494074.

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

Color convert

RGB18689114-
CMYK00.520.390.27
HSL344.54º41.28%53.92%-
HSV(B)344.54º52.15%72.94%-
XYZ26.8618.818.13-
YUV120.85124.14174.47-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.81%
GREEN value IS 89 (35.16% from 255) = 22.88%
BLUE value IS 114 (44.92% from 255) = 29.31%
R=47.81%
G=22.88%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868911400.520.390.27344.5441.2853.92
HexBA5972034271B1592936
Octal27213116206447335315166
Binary1011101010110011110010011010010011111011101011001101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5972; }

 p { color: rgb(186,89,114); }

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

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

 a { background-color: rgb(186,89,114); }

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

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

 span { border-color: rgb(186,89,114); }

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