#BA5873

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

Shades of Blush #BA5873

Tints of Blush #BA5873

Color information

#BA5873 (or 0xBA5873) is unknown color: approx Blush. HEX triplet: BA, 58 and 73. RGB value is (186,88,115). Sum of RGB (Red+Green+Blue) = 186+88+115=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 88 (34.77% from 255 or 22.62% from 389); Blue value is 115 (45.31% from 255 or 29.56% from 389); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5873 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5873 is #45A78C. Grayscale: #787878. Windows color (decimal): -4564877 or 7559354. OLE color: 7559354.

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

Color convert

RGB18688115-
CMYK00.530.380.27
HSL343.47º41.53%53.73%-
HSV(B)343.47º52.69%72.94%-
XYZ26.8318.6618.41-
YUV120.38124.97174.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.81%
GREEN value IS 88 (34.77% from 255) = 22.62%
BLUE value IS 115 (45.31% from 255) = 29.56%
R=47.81%
G=22.62%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868811500.530.380.27343.4741.5353.73
HexBA5873035261B1572a36
Octal27213016306546335275266
Binary1011101010110001110011011010110011011011101010111101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5873; }

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

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

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

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

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

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

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

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