Shades of Old Rose #BF1552
Tints of Old Rose #BF1552
RGB
CMYK
RGB Variations
Color information
#BF1552 (or 0xBF1552) is known color: Old Rose. HEX triplet: BF, 15 and 52. RGB value is (191,21,82). Sum of RGB (Red+Green+Blue) = 191+21+82=294 (38% of max value = 765). Red value is 191 (75% from 255 or 64.97% from 294); Green value is 21 (8.59% from 255 or 7.14% from 294); Blue value is 82 (32.42% from 255 or 27.89% from 294); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1552 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF1552 is #40EAAD. Grayscale: #4E4E4E. Windows color (decimal): -4254382 or 5379519. OLE color: 5379519.
HSL color Cylindrical-coordinate representation of color #BF1552: hue angle of 338.47º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BF1552 is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 21 | 82 | - |
| CMYK | 0 | 0.89 | 0.57 | 0.25 |
| HSL | 338.47º | 0.8% | 0.42% | - |
| HSV(B) | 338.47º | 0.89% | 0.75% | - |
| XYZ | 23.28 | 12.22 | 9.11 | - |
| YUV | 78.78 | 129.82 | 208.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 21 | 82 | 0 | 0.89 | 0.57 | 0.25 | 338.47 | 0.8 | 0.42 |
| Hex | BF | 15 | 52 | 0 | 59 | 39 | 19 | 152 | 50 | 2A |
| Octal | 277 | 25 | 122 | 0 | 131 | 71 | 31 | 522 | 120 | 52 |
| Binary | 10111111 | 10101 | 1010010 | 0 | 1011001 | 111001 | 11001 | 101010010 | 1010000 | 101010 |
Color Harmonies of #BF1552
Complementary color
Monochromatic Colors of #BF1552
Black with #BF1552
Text Example
Text Example
White with #BF1552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1552; }
p { color: rgb(191,21,82); }
H1.HeaderClassName
{
color: #BF1552;
}
.AnyTagClassName
{
color: #BF1552;
}
</style>
background-color css
<style>
a { background-color: #BF1552; }
a { background-color: rgb(191,21,82); }
div.DivClassName
{
background-color: #BF1552;
}
.BgClassName
{
background-color: #BF1552;
}
</style>
border-color css
<style>
span { border-color: #BF1552; }
span { border-color: rgb(191,21,82); }
td.TdClassName
{
border-color: #BF1552;
}
.TagClassName
{
border-color: #BF1552;
}
</style>