#BA4E65

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

Shades of Blush #BA4E65

Tints of Blush #BA4E65

Color information

#BA4E65 (or 0xBA4E65) is unknown color: approx Blush. HEX triplet: BA, 4E and 65. RGB value is (186,78,101). Sum of RGB (Red+Green+Blue) = 186+78+101=365 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.96% from 365); Green value is 78 (30.86% from 255 or 21.37% from 365); Blue value is 101 (39.84% from 255 or 27.67% from 365); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4E65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA4E65 is #45B19A. Grayscale: #707070. Windows color (decimal): -4567451 or 6639290. OLE color: 6639290.

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

Color convert

RGB18678101-
CMYK00.580.460.27
HSL347.22º43.9%51.76%-
HSV(B)347.22º58.06%72.94%-
XYZ25.3216.8314.23-
YUV112.91121.28180.13-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.96%
GREEN value IS 78 (30.86% from 255) = 21.37%
BLUE value IS 101 (39.84% from 255) = 27.67%
R=50.96%
G=21.37%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867810100.580.460.27347.2243.951.76
HexBA4E6503A2E1B15b2c34
Octal27211614507256335335464
Binary1011101010011101100101011101010111011011101011011101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4E65; }

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

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

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

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

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

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

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

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