#BA4E5D

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

Shades of Blush #BA4E5D

Tints of Blush #BA4E5D

Color information

#BA4E5D (or 0xBA4E5D) is unknown color: approx Blush. HEX triplet: BA, 4E and 5D. RGB value is (186,78,93). Sum of RGB (Red+Green+Blue) = 186+78+93=357 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.10% from 357); Green value is 78 (30.86% from 255 or 21.85% from 357); Blue value is 93 (36.72% from 255 or 26.05% from 357); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4E5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA4E5D is #45B1A2. Grayscale: #707070. Windows color (decimal): -4567459 or 6115002. OLE color: 6115002.

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

Color convert

RGB1867893-
CMYK00.580.50.27
HSL351.67º43.9%51.76%-
HSV(B)351.67º58.06%72.94%-
XYZ24.9516.6812.26-
YUV112117.28180.78-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.10%
GREEN value IS 78 (30.86% from 255) = 21.85%
BLUE value IS 93 (36.72% from 255) = 26.05%
R=52.10%
G=21.85%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.5
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186789300.580.50.27351.6743.951.76
HexBA4E5D03A321B1602c34
Octal27211613507262335405464
Binary1011101010011101011101011101011001011011101100000101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4E5D; }

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

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

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

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

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

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

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

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