#BA515D

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

Shades of Blush #BA515D

Tints of Blush #BA515D

Color information

#BA515D (or 0xBA515D) is unknown color: approx Blush. HEX triplet: BA, 51 and 5D. RGB value is (186,81,93). Sum of RGB (Red+Green+Blue) = 186+81+93=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 81 (32.03% from 255 or 22.5% from 360); Blue value is 93 (36.72% from 255 or 25.83% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA515D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA515D is #45AEA2. Grayscale: #717171. Windows color (decimal): -4566691 or 6115770. OLE color: 6115770.

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

Color convert

RGB1868193-
CMYK00.560.50.27
HSL353.14º43.21%52.35%-
HSV(B)353.14º56.45%72.94%-
XYZ25.1717.1112.33-
YUV113.76116.29179.52-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.67%
GREEN value IS 81 (32.03% from 255) = 22.5%
BLUE value IS 93 (36.72% from 255) = 25.83%
R=51.67%
G=22.5%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.5
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186819300.560.50.27353.1443.2152.35
HexBA515D038321B1612b34
Octal27212113507062335415364
Binary1011101010100011011101011100011001011011101100001101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA515D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA515D; }

 p { color: rgb(186,81,93); }

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

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

 a { background-color: rgb(186,81,93); }

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

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

 span { border-color: rgb(186,81,93); }

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