#BA4E63

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

Shades of Blush #BA4E63

Tints of Blush #BA4E63

Color information

#BA4E63 (or 0xBA4E63) is unknown color: approx Blush. HEX triplet: BA, 4E and 63. RGB value is (186,78,99). Sum of RGB (Red+Green+Blue) = 186+78+99=363 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.24% from 363); Green value is 78 (30.86% from 255 or 21.49% from 363); Blue value is 99 (39.06% from 255 or 27.27% from 363); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4E63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA4E63 is #45B19C. Grayscale: #707070. Windows color (decimal): -4567453 or 6508218. OLE color: 6508218.

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

Color convert

RGB1867899-
CMYK00.580.470.27
HSL348.33º43.9%51.76%-
HSV(B)348.33º58.06%72.94%-
XYZ25.2316.7913.72-
YUV112.69120.28180.29-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.24%
GREEN value IS 78 (30.86% from 255) = 21.49%
BLUE value IS 99 (39.06% from 255) = 27.27%
R=51.24%
G=21.49%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186789900.580.470.27348.3343.951.76
HexBA4E6303A2F1B15c2c34
Octal27211614307257335345464
Binary1011101010011101100011011101010111111011101011100101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4E63; }

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

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

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

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

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

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

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

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