#BA515C

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

Shades of Blush #BA515C

Tints of Blush #BA515C

Color information

#BA515C (or 0xBA515C) is unknown color: approx Blush. HEX triplet: BA, 51 and 5C. RGB value is (186,81,92). Sum of RGB (Red+Green+Blue) = 186+81+92=359 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.81% from 359); Green value is 81 (32.03% from 255 or 22.56% from 359); Blue value is 92 (36.33% from 255 or 25.63% from 359); Max value from RGB is 186 - color contains mainly: red. Hex color #BA515C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA515C is #45AEA3. Grayscale: #717171. Windows color (decimal): -4566692 or 6050234. OLE color: 6050234.

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

Color convert

RGB1868192-
CMYK00.560.510.27
HSL353.71º43.21%52.35%-
HSV(B)353.71º56.45%72.94%-
XYZ25.1217.112.1-
YUV113.65115.79179.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.81%
GREEN value IS 81 (32.03% from 255) = 22.56%
BLUE value IS 92 (36.33% from 255) = 25.63%
R=51.81%
G=22.56%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186819200.560.510.27353.7143.2152.35
HexBA515C038331B1622b34
Octal27212113407063335425364
Binary1011101010100011011100011100011001111011101100010101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA515C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA515C; }

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

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

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

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

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

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

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

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