#BA2A47

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

Shades of Old Rose #BA2A47

Tints of Old Rose #BA2A47

Color information

#BA2A47 (or 0xBA2A47) is unknown color: approx Old Rose. HEX triplet: BA, 2A and 47. RGB value is (186,42,71). Sum of RGB (Red+Green+Blue) = 186+42+71=299 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.21% from 299); Green value is 42 (16.80% from 255 or 14.05% from 299); Blue value is 71 (28.12% from 255 or 23.75% from 299); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2A47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2A47 is #45D5B8. Grayscale: #585858. Windows color (decimal): -4576697 or 4663994. OLE color: 4663994.

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

Color convert

RGB1864271-
CMYK00.770.620.27
HSL347.92º63.16%44.71%-
HSV(B)347.92º77.42%72.94%-
XYZ22.2112.557.21-
YUV88.36118.21197.64-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 62.21%
GREEN value IS 42 (16.80% from 255) = 14.05%
BLUE value IS 71 (28.12% from 255) = 23.75%
R=62.21%
G=14.05%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186427100.770.620.27347.9263.1644.71
HexBA2A4704D3E1B15c3f2d
Octal27252107011576335347755
Binary1011101010101010001110100110111111011011101011100111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2A47; }

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

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

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

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

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

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

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

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