#BA5960

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

Shades of Blush #BA5960

Tints of Blush #BA5960

Color information

#BA5960 (or 0xBA5960) is unknown color: approx Blush. HEX triplet: BA, 59 and 60. RGB value is (186,89,96). Sum of RGB (Red+Green+Blue) = 186+89+96=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 89 (35.16% from 255 or 23.99% from 371); Blue value is 96 (37.89% from 255 or 25.88% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5960 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5960 is #45A69F. Grayscale: #767676. Windows color (decimal): -4564640 or 6314426. OLE color: 6314426.

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

Color convert

RGB1868996-
CMYK00.520.480.27
HSL355.67º41.28%53.92%-
HSV(B)355.67º52.15%72.94%-
XYZ25.9318.4313.26-
YUV118.8115.14175.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.13%
GREEN value IS 89 (35.16% from 255) = 23.99%
BLUE value IS 96 (37.89% from 255) = 25.88%
R=50.13%
G=23.99%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186899600.520.480.27355.6741.2853.92
HexBA5960034301B1642936
Octal27213114006460335445166
Binary1011101010110011100000011010011000011011101100100101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5960; }

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

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

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

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

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

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

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

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