#BA4E5A

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

Shades of Blush #BA4E5A

Tints of Blush #BA4E5A

Color information

#BA4E5A (or 0xBA4E5A) is unknown color: approx Blush. HEX triplet: BA, 4E and 5A. RGB value is (186,78,90). Sum of RGB (Red+Green+Blue) = 186+78+90=354 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.54% from 354); Green value is 78 (30.86% from 255 or 22.03% from 354); Blue value is 90 (35.55% from 255 or 25.42% from 354); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4E5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA4E5A is #45B1A5. Grayscale: #6F6F6F. Windows color (decimal): -4567462 or 5918394. OLE color: 5918394.

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

Color convert

RGB1867890-
CMYK00.580.520.27
HSL353.33º43.9%51.76%-
HSV(B)353.33º58.06%72.94%-
XYZ24.8216.6311.57-
YUV111.66115.78181.02-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.54%
GREEN value IS 78 (30.86% from 255) = 22.03%
BLUE value IS 90 (35.55% from 255) = 25.42%
R=52.54%
G=22.03%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186789000.580.520.27353.3343.951.76
HexBA4E5A03A341B1612c34
Octal27211613207264335415464
Binary1011101010011101011010011101011010011011101100001101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4E5A; }

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

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

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

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

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

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

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

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