Shades of Old Rose #BF2255
Tints of Old Rose #BF2255
RGB
CMYK
RGB Variations
Color information
#BF2255 (or 0xBF2255) is known color: Old Rose. HEX triplet: BF, 22 and 55. RGB value is (191,34,85). Sum of RGB (Red+Green+Blue) = 191+34+85=310 (41% of max value = 765). Red value is 191 (75% from 255 or 61.61% from 310); Green value is 34 (13.67% from 255 or 10.97% from 310); Blue value is 85 (33.59% from 255 or 27.42% from 310); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2255 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2255 is #40DDAA. Grayscale: #565656. Windows color (decimal): -4251051 or 5579455. OLE color: 5579455.
HSL color Cylindrical-coordinate representation of color #BF2255: hue angle of 340.51º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BF2255 is Cyan = 0, Magento = 0.82, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 34 | 85 | - |
| CMYK | 0 | 0.82 | 0.55 | 0.25 |
| HSL | 340.51º | 0.7% | 0.44% | - |
| HSV(B) | 340.51º | 0.82% | 0.75% | - |
| XYZ | 23.7 | 12.88 | 9.83 | - |
| YUV | 86.76 | 127.01 | 202.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 34 | 85 | 0 | 0.82 | 0.55 | 0.25 | 340.51 | 0.7 | 0.44 |
| Hex | BF | 22 | 55 | 0 | 52 | 37 | 19 | 155 | 46 | 2C |
| Octal | 277 | 42 | 125 | 0 | 122 | 67 | 31 | 525 | 106 | 54 |
| Binary | 10111111 | 100010 | 1010101 | 0 | 1010010 | 110111 | 11001 | 101010101 | 1000110 | 101100 |
Color Harmonies of #BF2255
Complementary color
Monochromatic Colors of #BF2255
Black with #BF2255
Text Example
Text Example
White with #BF2255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2255; }
p { color: rgb(191,34,85); }
H1.HeaderClassName
{
color: #BF2255;
}
.AnyTagClassName
{
color: #BF2255;
}
</style>
background-color css
<style>
a { background-color: #BF2255; }
a { background-color: rgb(191,34,85); }
div.DivClassName
{
background-color: #BF2255;
}
.BgClassName
{
background-color: #BF2255;
}
</style>
border-color css
<style>
span { border-color: #BF2255; }
span { border-color: rgb(191,34,85); }
td.TdClassName
{
border-color: #BF2255;
}
.TagClassName
{
border-color: #BF2255;
}
</style>