#BA5863

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

Shades of Blush #BA5863

Tints of Blush #BA5863

Color information

#BA5863 (or 0xBA5863) is unknown color: approx Blush. HEX triplet: BA, 58 and 63. RGB value is (186,88,99). Sum of RGB (Red+Green+Blue) = 186+88+99=373 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.87% from 373); Green value is 88 (34.77% from 255 or 23.59% from 373); Blue value is 99 (39.06% from 255 or 26.54% from 373); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5863 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5863 is #45A79C. Grayscale: #767676. Windows color (decimal): -4564893 or 6510778. OLE color: 6510778.

HSL color Cylindrical-coordinate representation of color #BA5863: hue angle of 353.27º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA5863 is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB1868899-
CMYK00.530.470.27
HSL353.27º41.53%53.73%-
HSV(B)353.27º52.69%72.94%-
XYZ25.9918.3213.97-
YUV118.56116.97176.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.87%
GREEN value IS 88 (34.77% from 255) = 23.59%
BLUE value IS 99 (39.06% from 255) = 26.54%
R=49.87%
G=23.59%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186889900.530.470.27353.2741.5353.73
HexBA58630352F1B1612a36
Octal27213014306557335415266
Binary1011101010110001100011011010110111111011101100001101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5863; }

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

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

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

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

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

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

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

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