Shades of Old Rose #BF2054
Tints of Old Rose #BF2054
RGB
CMYK
RGB Variations
Color information
#BF2054 (or 0xBF2054) is known color: Old Rose. HEX triplet: BF, 20 and 54. RGB value is (191,32,84). Sum of RGB (Red+Green+Blue) = 191+32+84=307 (40% of max value = 765). Red value is 191 (75% from 255 or 62.21% from 307); Green value is 32 (12.89% from 255 or 10.42% from 307); Blue value is 84 (33.20% from 255 or 27.36% from 307); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2054 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2054 is #40DFAB. Grayscale: #555555. Windows color (decimal): -4251564 or 5513407. OLE color: 5513407.
HSL color Cylindrical-coordinate representation of color #BF2054: hue angle of 340.38º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BF2054 is Cyan = 0, Magento = 0.83, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 32 | 84 | - |
| CMYK | 0 | 0.83 | 0.56 | 0.25 |
| HSL | 340.38º | 0.71% | 0.44% | - |
| HSV(B) | 340.38º | 0.83% | 0.75% | - |
| XYZ | 23.6 | 12.75 | 9.6 | - |
| YUV | 85.47 | 127.18 | 203.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 32 | 84 | 0 | 0.83 | 0.56 | 0.25 | 340.38 | 0.71 | 0.44 |
| Hex | BF | 20 | 54 | 0 | 53 | 38 | 19 | 154 | 47 | 2C |
| Octal | 277 | 40 | 124 | 0 | 123 | 70 | 31 | 524 | 107 | 54 |
| Binary | 10111111 | 100000 | 1010100 | 0 | 1010011 | 111000 | 11001 | 101010100 | 1000111 | 101100 |
Color Harmonies of #BF2054
Complementary color
Monochromatic Colors of #BF2054
Black with #BF2054
Text Example
Text Example
White with #BF2054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2054; }
p { color: rgb(191,32,84); }
H1.HeaderClassName
{
color: #BF2054;
}
.AnyTagClassName
{
color: #BF2054;
}
</style>
background-color css
<style>
a { background-color: #BF2054; }
a { background-color: rgb(191,32,84); }
div.DivClassName
{
background-color: #BF2054;
}
.BgClassName
{
background-color: #BF2054;
}
</style>
border-color css
<style>
span { border-color: #BF2054; }
span { border-color: rgb(191,32,84); }
td.TdClassName
{
border-color: #BF2054;
}
.TagClassName
{
border-color: #BF2054;
}
</style>