#BA4E5B

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

Shades of Blush #BA4E5B

Tints of Blush #BA4E5B

Color information

#BA4E5B (or 0xBA4E5B) is unknown color: approx Blush. HEX triplet: BA, 4E and 5B. RGB value is (186,78,91). Sum of RGB (Red+Green+Blue) = 186+78+91=355 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.39% from 355); Green value is 78 (30.86% from 255 or 21.97% from 355); Blue value is 91 (35.94% from 255 or 25.63% from 355); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4E5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA4E5B is #45B1A4. Grayscale: #6F6F6F. Windows color (decimal): -4567461 or 5983930. OLE color: 5983930.

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

Color convert

RGB1867891-
CMYK00.580.510.27
HSL352.78º43.9%51.76%-
HSV(B)352.78º58.06%72.94%-
XYZ24.8616.6411.8-
YUV111.77116.28180.94-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.39%
GREEN value IS 78 (30.86% from 255) = 21.97%
BLUE value IS 91 (35.94% from 255) = 25.63%
R=52.39%
G=21.97%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186789100.580.510.27352.7843.951.76
HexBA4E5B03A331B1612c34
Octal27211613307263335415464
Binary1011101010011101011011011101011001111011101100001101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4E5B; }

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

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

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

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

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

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

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

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