#BA1E50

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

Shades of Old Rose #BA1E50

Tints of Old Rose #BA1E50

Color information

#BA1E50 (or 0xBA1E50) is unknown color: approx Old Rose. HEX triplet: BA, 1E and 50. RGB value is (186,30,80). Sum of RGB (Red+Green+Blue) = 186+30+80=296 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.84% from 296); Green value is 30 (12.11% from 255 or 10.14% from 296); Blue value is 80 (31.64% from 255 or 27.03% from 296); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1E50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA1E50 is #45E1AF. Grayscale: #525252. Windows color (decimal): -4579760 or 5250746. OLE color: 5250746.

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

Color convert

RGB1863080-
CMYK00.840.570.27
HSL340.77º72.22%42.35%-
HSV(B)340.77º83.87%72.94%-
XYZ22.1611.958.73-
YUV82.34126.68201.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 62.84%
GREEN value IS 30 (12.11% from 255) = 10.14%
BLUE value IS 80 (31.64% from 255) = 27.03%
R=62.84%
G=10.14%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186308000.840.570.27340.7772.2242.35
HexBA1E50054391B155482a
Octal272361200124713352511052
Binary1011101011110101000001010100111001110111010101011001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1E50; }

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

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

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

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

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

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

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

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