Shades of Old Rose #BF4054
Tints of Old Rose #BF4054
RGB
CMYK
RGB Variations
Color information
#BF4054 (or 0xBF4054) is known color: Old Rose. HEX triplet: BF, 40 and 54. RGB value is (191,64,84). Sum of RGB (Red+Green+Blue) = 191+64+84=339 (44% of max value = 765). Red value is 191 (75% from 255 or 56.34% from 339); Green value is 64 (25.39% from 255 or 18.88% from 339); Blue value is 84 (33.20% from 255 or 24.78% from 339); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4054 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4054 is #40BFAB. Grayscale: #686868. Windows color (decimal): -4243372 or 5521599. OLE color: 5521599.
HSL color Cylindrical-coordinate representation of color #BF4054: hue angle of 350.55º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BF4054 is Cyan = 0, Magento = 0.66, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 64 | 84 | - |
| CMYK | 0 | 0.66 | 0.56 | 0.25 |
| HSL | 350.55º | 0.5% | 0.5% | - |
| HSV(B) | 350.55º | 0.66% | 0.75% | - |
| XYZ | 24.92 | 15.38 | 10.04 | - |
| YUV | 104.25 | 116.58 | 189.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 64 | 84 | 0 | 0.66 | 0.56 | 0.25 | 350.55 | 0.5 | 0.5 |
| Hex | BF | 40 | 54 | 0 | 42 | 38 | 19 | 15F | 32 | 32 |
| Octal | 277 | 100 | 124 | 0 | 102 | 70 | 31 | 537 | 62 | 62 |
| Binary | 10111111 | 1000000 | 1010100 | 0 | 1000010 | 111000 | 11001 | 101011111 | 110010 | 110010 |
Color Harmonies of #BF4054
Complementary color
Monochromatic Colors of #BF4054
Black with #BF4054
Text Example
Text Example
White with #BF4054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4054; }
p { color: rgb(191,64,84); }
H1.HeaderClassName
{
color: #BF4054;
}
.AnyTagClassName
{
color: #BF4054;
}
</style>
background-color css
<style>
a { background-color: #BF4054; }
a { background-color: rgb(191,64,84); }
div.DivClassName
{
background-color: #BF4054;
}
.BgClassName
{
background-color: #BF4054;
}
</style>
border-color css
<style>
span { border-color: #BF4054; }
span { border-color: rgb(191,64,84); }
td.TdClassName
{
border-color: #BF4054;
}
.TagClassName
{
border-color: #BF4054;
}
</style>