#BA2147

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

Shades of Old Rose #BA2147

Tints of Old Rose #BA2147

Color information

#BA2147 (or 0xBA2147) is unknown color: approx Old Rose. HEX triplet: BA, 21 and 47. RGB value is (186,33,71). Sum of RGB (Red+Green+Blue) = 186+33+71=290 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.14% from 290); Green value is 33 (13.28% from 255 or 11.38% from 290); Blue value is 71 (28.12% from 255 or 24.48% from 290); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2147 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2147 is #45DEB8. Grayscale: #535353. Windows color (decimal): -4579001 or 4661690. OLE color: 4661690.

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

Color convert

RGB1863371-
CMYK00.820.620.27
HSL345.1º69.86%42.94%-
HSV(B)345.1º82.26%72.94%-
XYZ21.9311.987.12-
YUV83.08121.19201.41-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 64.14%
GREEN value IS 33 (13.28% from 255) = 11.38%
BLUE value IS 71 (28.12% from 255) = 24.48%
R=64.14%
G=11.38%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186337100.820.620.27345.169.8642.94
HexBA21470523E1B159462b
Octal272411070122763353110653
Binary10111010100001100011101010010111110110111010110011000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2147; }

 p { color: rgb(186,33,71); }

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

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

 a { background-color: rgb(186,33,71); }

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

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

 span { border-color: rgb(186,33,71); }

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