#BA2050

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

Shades of Old Rose #BA2050

Tints of Old Rose #BA2050

Color information

#BA2050 (or 0xBA2050) is unknown color: approx Old Rose. HEX triplet: BA, 20 and 50. RGB value is (186,32,80). Sum of RGB (Red+Green+Blue) = 186+32+80=298 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.42% from 298); Green value is 32 (12.89% from 255 or 10.74% from 298); Blue value is 80 (31.64% from 255 or 26.85% from 298); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2050 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2050 is #45DFAF. Grayscale: #535353. Windows color (decimal): -4579248 or 5251258. OLE color: 5251258.

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

Color convert

RGB1863280-
CMYK00.830.570.27
HSL341.3º70.64%42.75%-
HSV(B)341.3º82.8%72.94%-
XYZ22.2112.058.74-
YUV83.52126.02201.1-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 62.42%
GREEN value IS 32 (12.89% from 255) = 10.74%
BLUE value IS 80 (31.64% from 255) = 26.85%
R=62.42%
G=10.74%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186328000.830.570.27341.370.6442.75
HexBA2050053391B155472b
Octal272401200123713352510753
Binary10111010100000101000001010011111001110111010101011000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2050; }

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

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

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

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

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

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

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

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