Shades of Old Rose #BC2A49
Tints of Old Rose #BC2A49
RGB
CMYK
RGB Variations
Color information
#BC2A49 (or 0xBC2A49) is known color: Old Rose. HEX triplet: BC, 2A and 49. RGB value is (188,42,73). Sum of RGB (Red+Green+Blue) = 188+42+73=303 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.05% from 303); Green value is 42 (16.80% from 255 or 13.86% from 303); Blue value is 73 (28.91% from 255 or 24.09% from 303); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2A49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2A49 is #43D5B6. Grayscale: #595959. Windows color (decimal): -4445623 or 4795068. OLE color: 4795068.
HSL color Cylindrical-coordinate representation of color #BC2A49: hue angle of 347.26º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC2A49 is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 42 | 73 | - |
| CMYK | 0 | 0.78 | 0.61 | 0.26 |
| HSL | 347.26º | 0.63% | 0.45% | - |
| HSV(B) | 347.26º | 0.78% | 0.74% | - |
| XYZ | 22.77 | 12.83 | 7.58 | - |
| YUV | 89.19 | 118.87 | 198.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 42 | 73 | 0 | 0.78 | 0.61 | 0.26 | 347.26 | 0.63 | 0.45 |
| Hex | BC | 2A | 49 | 0 | 4E | 3D | 1A | 15B | 3F | 2D |
| Octal | 274 | 52 | 111 | 0 | 116 | 75 | 32 | 533 | 77 | 55 |
| Binary | 10111100 | 101010 | 1001001 | 0 | 1001110 | 111101 | 11010 | 101011011 | 111111 | 101101 |
Color Harmonies of #BC2A49
Complementary color
Monochromatic Colors of #BC2A49
Black with #BC2A49
Text Example
Text Example
White with #BC2A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2A49; }
p { color: rgb(188,42,73); }
H1.HeaderClassName
{
color: #BC2A49;
}
.AnyTagClassName
{
color: #BC2A49;
}
</style>
background-color css
<style>
a { background-color: #BC2A49; }
a { background-color: rgb(188,42,73); }
div.DivClassName
{
background-color: #BC2A49;
}
.BgClassName
{
background-color: #BC2A49;
}
</style>
border-color css
<style>
span { border-color: #BC2A49; }
span { border-color: rgb(188,42,73); }
td.TdClassName
{
border-color: #BC2A49;
}
.TagClassName
{
border-color: #BC2A49;
}
</style>