#BA5059

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

Shades of Blush #BA5059

Tints of Blush #BA5059

Color information

#BA5059 (or 0xBA5059) is unknown color: approx Blush. HEX triplet: BA, 50 and 59. RGB value is (186,80,89). Sum of RGB (Red+Green+Blue) = 186+80+89=355 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.39% from 355); Green value is 80 (31.64% from 255 or 22.54% from 355); Blue value is 89 (35.16% from 255 or 25.07% from 355); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5059 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5059 is #45AFA6. Grayscale: #707070. Windows color (decimal): -4566951 or 5853370. OLE color: 5853370.

HSL color Cylindrical-coordinate representation of color #BA5059: hue angle of 354.91º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA5059 is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB1868089-
CMYK00.570.520.27
HSL354.91º43.44%52.16%-
HSV(B)354.91º56.99%72.94%-
XYZ24.9216.911.4-
YUV112.72114.62180.27-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.39%
GREEN value IS 80 (31.64% from 255) = 22.54%
BLUE value IS 89 (35.16% from 255) = 25.07%
R=52.39%
G=22.54%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186808900.570.520.27354.9143.4452.16
HexBA5059039341B1632b34
Octal27212013107164335435364
Binary1011101010100001011001011100111010011011101100011101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5059; }

 p { color: rgb(186,80,89); }

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

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

 a { background-color: rgb(186,80,89); }

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

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

 span { border-color: rgb(186,80,89); }

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