#BA5060

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

Shades of Blush #BA5060

Tints of Blush #BA5060

Color information

#BA5060 (or 0xBA5060) is unknown color: approx Blush. HEX triplet: BA, 50 and 60. RGB value is (186,80,96). Sum of RGB (Red+Green+Blue) = 186+80+96=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 80 (31.64% from 255 or 22.10% from 362); Blue value is 96 (37.89% from 255 or 26.52% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5060 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5060 is #45AF9F. Grayscale: #717171. Windows color (decimal): -4566944 or 6312122. OLE color: 6312122.

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

Color convert

RGB1868096-
CMYK00.570.480.27
HSL350.94º43.44%52.16%-
HSV(B)350.94º56.99%72.94%-
XYZ25.2317.0213.02-
YUV113.52118.12179.7-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.38%
GREEN value IS 80 (31.64% from 255) = 22.10%
BLUE value IS 96 (37.89% from 255) = 26.52%
R=51.38%
G=22.10%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186809600.570.480.27350.9443.4452.16
HexBA5060039301B15f2b34
Octal27212014007160335375364
Binary1011101010100001100000011100111000011011101011111101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5060; }

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

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

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

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

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

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

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

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