#BA5460

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

Shades of Blush #BA5460

Tints of Blush #BA5460

Color information

#BA5460 (or 0xBA5460) is unknown color: approx Blush. HEX triplet: BA, 54 and 60. RGB value is (186,84,96). Sum of RGB (Red+Green+Blue) = 186+84+96=366 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.82% from 366); Green value is 84 (33.20% from 255 or 22.95% from 366); Blue value is 96 (37.89% from 255 or 26.23% from 366); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5460 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5460 is #45AB9F. Grayscale: #737373. Windows color (decimal): -4565920 or 6313146. OLE color: 6313146.

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

Color convert

RGB1868496-
CMYK00.550.480.27
HSL352.94º42.5%52.94%-
HSV(B)352.94º54.84%72.94%-
XYZ25.5317.6213.12-
YUV115.87116.79178.02-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.82%
GREEN value IS 84 (33.20% from 255) = 22.95%
BLUE value IS 96 (37.89% from 255) = 26.23%
R=50.82%
G=22.95%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186849600.550.480.27352.9442.552.94
HexBA5460037301B1612a35
Octal27212414006760335415265
Binary1011101010101001100000011011111000011011101100001101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5460; }

 p { color: rgb(186,84,96); }

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

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

 a { background-color: rgb(186,84,96); }

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

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

 span { border-color: rgb(186,84,96); }

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