#BA5063

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

Shades of Blush #BA5063

Tints of Blush #BA5063

Color information

#BA5063 (or 0xBA5063) is unknown color: approx Blush. HEX triplet: BA, 50 and 63. RGB value is (186,80,99). Sum of RGB (Red+Green+Blue) = 186+80+99=365 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.96% from 365); Green value is 80 (31.64% from 255 or 21.92% from 365); Blue value is 99 (39.06% from 255 or 27.12% from 365); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5063 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5063 is #45AF9C. Grayscale: #717171. Windows color (decimal): -4566941 or 6508730. OLE color: 6508730.

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

Color convert

RGB1868099-
CMYK00.570.470.27
HSL349.25º43.44%52.16%-
HSV(B)349.25º56.99%72.94%-
XYZ25.3717.0813.76-
YUV113.86119.62179.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.96%
GREEN value IS 80 (31.64% from 255) = 21.92%
BLUE value IS 99 (39.06% from 255) = 27.12%
R=50.96%
G=21.92%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186809900.570.470.27349.2543.4452.16
HexBA50630392F1B15d2b34
Octal27212014307157335355364
Binary1011101010100001100011011100110111111011101011101101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5063; }

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

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

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

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

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

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

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

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