#BA2051

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

Shades of Old Rose #BA2051

Tints of Old Rose #BA2051

Color information

#BA2051 (or 0xBA2051) is unknown color: approx Old Rose. HEX triplet: BA, 20 and 51. RGB value is (186,32,81). Sum of RGB (Red+Green+Blue) = 186+32+81=299 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.21% from 299); Green value is 32 (12.89% from 255 or 10.70% from 299); Blue value is 81 (32.03% from 255 or 27.09% from 299); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2051 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2051 is #45DFAE. Grayscale: #535353. Windows color (decimal): -4579247 or 5316794. OLE color: 5316794.

HSL color Cylindrical-coordinate representation of color #BA2051: hue angle of 340.91º 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 #BA2051 is Cyan = 0, Magento = 0.83, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB1863281-
CMYK00.830.560.27
HSL340.91º70.64%42.75%-
HSV(B)340.91º82.8%72.94%-
XYZ22.2512.078.94-
YUV83.63126.52201.02-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 62.21%
GREEN value IS 32 (12.89% from 255) = 10.70%
BLUE value IS 81 (32.03% from 255) = 27.09%
R=62.21%
G=10.70%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186328100.830.560.27340.9170.6442.75
HexBA2051053381B155472b
Octal272401210123703352510753
Binary10111010100000101000101010011111000110111010101011000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2051; }

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

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

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

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

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

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

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

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