#BA516E

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

Shades of Blush #BA516E

Tints of Blush #BA516E

Color information

#BA516E (or 0xBA516E) is unknown color: approx Blush. HEX triplet: BA, 51 and 6E. RGB value is (186,81,110). Sum of RGB (Red+Green+Blue) = 186+81+110=377 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.34% from 377); Green value is 81 (32.03% from 255 or 21.49% from 377); Blue value is 110 (43.36% from 255 or 29.18% from 377); Max value from RGB is 186 - color contains mainly: red. Hex color #BA516E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA516E is #45AE91. Grayscale: #737373. Windows color (decimal): -4566674 or 7229882. OLE color: 7229882.

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

Color convert

RGB18681110-
CMYK00.560.410.27
HSL343.43º43.21%52.35%-
HSV(B)343.43º56.45%72.94%-
XYZ26.0117.4516.75-
YUV115.7124.79178.14-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.34%
GREEN value IS 81 (32.03% from 255) = 21.49%
BLUE value IS 110 (43.36% from 255) = 29.18%
R=49.34%
G=21.49%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868111000.560.410.27343.4343.2152.35
HexBA516E038291B1572b34
Octal27212115607051335275364
Binary1011101010100011101110011100010100111011101010111101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA516E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA516E; }

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

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

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

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

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

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

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

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