Shades of Old Rose #BF4055
Tints of Old Rose #BF4055
RGB
CMYK
RGB Variations
Color information
#BF4055 (or 0xBF4055) is known color: Old Rose. HEX triplet: BF, 40 and 55. RGB value is (191,64,85). Sum of RGB (Red+Green+Blue) = 191+64+85=340 (45% of max value = 765). Red value is 191 (75% from 255 or 56.18% from 340); Green value is 64 (25.39% from 255 or 18.82% from 340); Blue value is 85 (33.59% from 255 or 25% from 340); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4055 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4055 is #40BFAA. Grayscale: #686868. Windows color (decimal): -4243371 or 5587135. OLE color: 5587135.
HSL color Cylindrical-coordinate representation of color #BF4055: hue angle of 350.08º 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 #BF4055 is Cyan = 0, Magento = 0.66, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 64 | 85 | - |
| CMYK | 0 | 0.66 | 0.55 | 0.25 |
| HSL | 350.08º | 0.5% | 0.5% | - |
| HSV(B) | 350.08º | 0.66% | 0.75% | - |
| XYZ | 24.96 | 15.4 | 10.25 | - |
| YUV | 104.37 | 117.08 | 189.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 64 | 85 | 0 | 0.66 | 0.55 | 0.25 | 350.08 | 0.5 | 0.5 |
| Hex | BF | 40 | 55 | 0 | 42 | 37 | 19 | 15E | 32 | 32 |
| Octal | 277 | 100 | 125 | 0 | 102 | 67 | 31 | 536 | 62 | 62 |
| Binary | 10111111 | 1000000 | 1010101 | 0 | 1000010 | 110111 | 11001 | 101011110 | 110010 | 110010 |
Color Harmonies of #BF4055
Complementary color
Monochromatic Colors of #BF4055
Black with #BF4055
Text Example
Text Example
White with #BF4055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4055; }
p { color: rgb(191,64,85); }
H1.HeaderClassName
{
color: #BF4055;
}
.AnyTagClassName
{
color: #BF4055;
}
</style>
background-color css
<style>
a { background-color: #BF4055; }
a { background-color: rgb(191,64,85); }
div.DivClassName
{
background-color: #BF4055;
}
.BgClassName
{
background-color: #BF4055;
}
</style>
border-color css
<style>
span { border-color: #BF4055; }
span { border-color: rgb(191,64,85); }
td.TdClassName
{
border-color: #BF4055;
}
.TagClassName
{
border-color: #BF4055;
}
</style>