#BA4E61

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

Shades of Blush #BA4E61

Tints of Blush #BA4E61

Color information

#BA4E61 (or 0xBA4E61) is unknown color: approx Blush. HEX triplet: BA, 4E and 61. RGB value is (186,78,97). Sum of RGB (Red+Green+Blue) = 186+78+97=361 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.52% from 361); Green value is 78 (30.86% from 255 or 21.61% from 361); Blue value is 97 (38.28% from 255 or 26.87% from 361); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4E61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA4E61 is #45B19E. Grayscale: #707070. Windows color (decimal): -4567455 or 6377146. OLE color: 6377146.

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

Color convert

RGB1867897-
CMYK00.580.480.27
HSL349.44º43.9%51.76%-
HSV(B)349.44º58.06%72.94%-
XYZ25.1316.7513.22-
YUV112.46119.28180.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.52%
GREEN value IS 78 (30.86% from 255) = 21.61%
BLUE value IS 97 (38.28% from 255) = 26.87%
R=51.52%
G=21.61%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186789700.580.480.27349.4443.951.76
HexBA4E6103A301B15d2c34
Octal27211614107260335355464
Binary1011101010011101100001011101011000011011101011101101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4E61; }

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

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

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

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

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

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

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

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