Shades of Old Rose #BF194D
Tints of Old Rose #BF194D
RGB
CMYK
RGB Variations
Color information
#BF194D (or 0xBF194D) is known color: Old Rose. HEX triplet: BF, 19 and 4D. RGB value is (191,25,77). Sum of RGB (Red+Green+Blue) = 191+25+77=293 (38% of max value = 765). Red value is 191 (75% from 255 or 65.19% from 293); Green value is 25 (10.16% from 255 or 8.53% from 293); Blue value is 77 (30.47% from 255 or 26.28% from 293); Max value from RGB is 191 - color contains mainly: red. Hex color #BF194D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF194D is #40E6B2. Grayscale: #505050. Windows color (decimal): -4253363 or 5052863. OLE color: 5052863.
HSL color Cylindrical-coordinate representation of color #BF194D: hue angle of 341.2º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BF194D is Cyan = 0, Magento = 0.87, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 25 | 77 | - |
| CMYK | 0 | 0.87 | 0.60 | 0.25 |
| HSL | 341.2º | 0.77% | 0.42% | - |
| HSV(B) | 341.2º | 0.87% | 0.75% | - |
| XYZ | 23.17 | 12.31 | 8.18 | - |
| YUV | 80.56 | 126 | 206.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 25 | 77 | 0 | 0.87 | 0.60 | 0.25 | 341.2 | 0.77 | 0.42 |
| Hex | BF | 19 | 4D | 0 | 57 | 3C | 19 | 155 | 4D | 2A |
| Octal | 277 | 31 | 115 | 0 | 127 | 74 | 31 | 525 | 115 | 52 |
| Binary | 10111111 | 11001 | 1001101 | 0 | 1010111 | 111100 | 11001 | 101010101 | 1001101 | 101010 |
Color Harmonies of #BF194D
Complementary color
Monochromatic Colors of #BF194D
Black with #BF194D
Text Example
Text Example
White with #BF194D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF194D; }
p { color: rgb(191,25,77); }
H1.HeaderClassName
{
color: #BF194D;
}
.AnyTagClassName
{
color: #BF194D;
}
</style>
background-color css
<style>
a { background-color: #BF194D; }
a { background-color: rgb(191,25,77); }
div.DivClassName
{
background-color: #BF194D;
}
.BgClassName
{
background-color: #BF194D;
}
</style>
border-color css
<style>
span { border-color: #BF194D; }
span { border-color: rgb(191,25,77); }
td.TdClassName
{
border-color: #BF194D;
}
.TagClassName
{
border-color: #BF194D;
}
</style>