#BA2947

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

Shades of Old Rose #BA2947

Tints of Old Rose #BA2947

Color information

#BA2947 (or 0xBA2947) is unknown color: approx Old Rose. HEX triplet: BA, 29 and 47. RGB value is (186,41,71). Sum of RGB (Red+Green+Blue) = 186+41+71=298 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.42% from 298); Green value is 41 (16.41% from 255 or 13.76% from 298); Blue value is 71 (28.12% from 255 or 23.83% from 298); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2947 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2947 is #45D6B8. Grayscale: #575757. Windows color (decimal): -4576953 or 4663738. OLE color: 4663738.

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

Color convert

RGB1864171-
CMYK00.780.620.27
HSL347.59º63.88%44.51%-
HSV(B)347.59º77.96%72.94%-
XYZ22.1812.487.2-
YUV87.78118.54198.06-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 62.42%
GREEN value IS 41 (16.41% from 255) = 13.76%
BLUE value IS 71 (28.12% from 255) = 23.83%
R=62.42%
G=13.76%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186417100.780.620.27347.5963.8844.51
HexBA294704E3E1B15c402d
Octal272511070116763353410055
Binary10111010101001100011101001110111110110111010111001000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2947; }

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

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

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

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

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

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

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

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