#BA4E68

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

Shades of Blush #BA4E68

Tints of Blush #BA4E68

Color information

#BA4E68 (or 0xBA4E68) is unknown color: approx Blush. HEX triplet: BA, 4E and 68. RGB value is (186,78,104). Sum of RGB (Red+Green+Blue) = 186+78+104=368 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.54% from 368); Green value is 78 (30.86% from 255 or 21.20% from 368); Blue value is 104 (41.02% from 255 or 28.26% from 368); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4E68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA4E68 is #45B197. Grayscale: #717171. Windows color (decimal): -4567448 or 6835898. OLE color: 6835898.

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

Color convert

RGB18678104-
CMYK00.580.440.27
HSL345.56º43.9%51.76%-
HSV(B)345.56º58.06%72.94%-
XYZ25.4716.8915.01-
YUV113.26122.78179.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.54%
GREEN value IS 78 (30.86% from 255) = 21.20%
BLUE value IS 104 (41.02% from 255) = 28.26%
R=50.54%
G=21.20%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867810400.580.440.27345.5643.951.76
HexBA4E6803A2C1B15a2c34
Octal27211615007254335325464
Binary1011101010011101101000011101010110011011101011010101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4E68; }

 p { color: rgb(186,78,104); }

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

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

 a { background-color: rgb(186,78,104); }

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

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

 span { border-color: rgb(186,78,104); }

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