Shades of Old Rose #BF2247
Tints of Old Rose #BF2247
RGB
CMYK
RGB Variations
Color information
#BF2247 (or 0xBF2247) is known color: Old Rose. HEX triplet: BF, 22 and 47. RGB value is (191,34,71). Sum of RGB (Red+Green+Blue) = 191+34+71=296 (39% of max value = 765). Red value is 191 (75% from 255 or 64.53% from 296); Green value is 34 (13.67% from 255 or 11.49% from 296); Blue value is 71 (28.12% from 255 or 23.99% from 296); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2247 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2247 is #40DDB8. Grayscale: #555555. Windows color (decimal): -4251065 or 4661951. OLE color: 4661951.
HSL color Cylindrical-coordinate representation of color #BF2247: hue angle of 345.86º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BF2247 is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 34 | 71 | - |
| CMYK | 0 | 0.82 | 0.63 | 0.25 |
| HSL | 345.86º | 0.7% | 0.44% | - |
| HSV(B) | 345.86º | 0.82% | 0.75% | - |
| XYZ | 23.2 | 12.68 | 7.19 | - |
| YUV | 85.16 | 120.01 | 203.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 34 | 71 | 0 | 0.82 | 0.63 | 0.25 | 345.86 | 0.7 | 0.44 |
| Hex | BF | 22 | 47 | 0 | 52 | 3F | 19 | 15A | 46 | 2C |
| Octal | 277 | 42 | 107 | 0 | 122 | 77 | 31 | 532 | 106 | 54 |
| Binary | 10111111 | 100010 | 1000111 | 0 | 1010010 | 111111 | 11001 | 101011010 | 1000110 | 101100 |
Color Harmonies of #BF2247
Complementary color
Monochromatic Colors of #BF2247
Black with #BF2247
Text Example
Text Example
White with #BF2247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2247; }
p { color: rgb(191,34,71); }
H1.HeaderClassName
{
color: #BF2247;
}
.AnyTagClassName
{
color: #BF2247;
}
</style>
background-color css
<style>
a { background-color: #BF2247; }
a { background-color: rgb(191,34,71); }
div.DivClassName
{
background-color: #BF2247;
}
.BgClassName
{
background-color: #BF2247;
}
</style>
border-color css
<style>
span { border-color: #BF2247; }
span { border-color: rgb(191,34,71); }
td.TdClassName
{
border-color: #BF2247;
}
.TagClassName
{
border-color: #BF2247;
}
</style>