Shades of Old Rose #BF294D
Tints of Old Rose #BF294D
RGB
CMYK
RGB Variations
Color information
#BF294D (or 0xBF294D) is known color: Old Rose. HEX triplet: BF, 29 and 4D. RGB value is (191,41,77). Sum of RGB (Red+Green+Blue) = 191+41+77=309 (40% of max value = 765). Red value is 191 (75% from 255 or 61.81% from 309); Green value is 41 (16.41% from 255 or 13.27% from 309); Blue value is 77 (30.47% from 255 or 24.92% from 309); Max value from RGB is 191 - color contains mainly: red. Hex color #BF294D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF294D is #40D6B2. Grayscale: #595959. Windows color (decimal): -4249267 or 5056959. OLE color: 5056959.
HSL color Cylindrical-coordinate representation of color #BF294D: hue angle of 345.6º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BF294D is Cyan = 0, Magento = 0.79, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 41 | 77 | - |
| CMYK | 0 | 0.79 | 0.60 | 0.25 |
| HSL | 345.6º | 0.65% | 0.45% | - |
| HSV(B) | 345.6º | 0.79% | 0.75% | - |
| XYZ | 23.62 | 13.2 | 8.32 | - |
| YUV | 89.95 | 120.7 | 200.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 41 | 77 | 0 | 0.79 | 0.60 | 0.25 | 345.6 | 0.65 | 0.45 |
| Hex | BF | 29 | 4D | 0 | 4F | 3C | 19 | 15A | 41 | 2D |
| Octal | 277 | 51 | 115 | 0 | 117 | 74 | 31 | 532 | 101 | 55 |
| Binary | 10111111 | 101001 | 1001101 | 0 | 1001111 | 111100 | 11001 | 101011010 | 1000001 | 101101 |
Color Harmonies of #BF294D
Complementary color
Monochromatic Colors of #BF294D
Black with #BF294D
Text Example
Text Example
White with #BF294D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF294D; }
p { color: rgb(191,41,77); }
H1.HeaderClassName
{
color: #BF294D;
}
.AnyTagClassName
{
color: #BF294D;
}
</style>
background-color css
<style>
a { background-color: #BF294D; }
a { background-color: rgb(191,41,77); }
div.DivClassName
{
background-color: #BF294D;
}
.BgClassName
{
background-color: #BF294D;
}
</style>
border-color css
<style>
span { border-color: #BF294D; }
span { border-color: rgb(191,41,77); }
td.TdClassName
{
border-color: #BF294D;
}
.TagClassName
{
border-color: #BF294D;
}
</style>