Shades of Old Rose #BF2852
Tints of Old Rose #BF2852
RGB
CMYK
RGB Variations
Color information
#BF2852 (or 0xBF2852) is known color: Old Rose. HEX triplet: BF, 28 and 52. RGB value is (191,40,82). Sum of RGB (Red+Green+Blue) = 191+40+82=313 (41% of max value = 765). Red value is 191 (75% from 255 or 61.02% from 313); Green value is 40 (16.02% from 255 or 12.78% from 313); Blue value is 82 (32.42% from 255 or 26.20% from 313); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2852 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2852 is #40D7AD. Grayscale: #595959. Windows color (decimal): -4249518 or 5384383. OLE color: 5384383.
HSL color Cylindrical-coordinate representation of color #BF2852: hue angle of 343.31º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BF2852 is Cyan = 0, Magento = 0.79, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 40 | 82 | - |
| CMYK | 0 | 0.79 | 0.57 | 0.25 |
| HSL | 343.31º | 0.65% | 0.45% | - |
| HSV(B) | 343.31º | 0.79% | 0.75% | - |
| XYZ | 23.77 | 13.2 | 9.28 | - |
| YUV | 89.94 | 123.53 | 200.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 40 | 82 | 0 | 0.79 | 0.57 | 0.25 | 343.31 | 0.65 | 0.45 |
| Hex | BF | 28 | 52 | 0 | 4F | 39 | 19 | 157 | 41 | 2D |
| Octal | 277 | 50 | 122 | 0 | 117 | 71 | 31 | 527 | 101 | 55 |
| Binary | 10111111 | 101000 | 1010010 | 0 | 1001111 | 111001 | 11001 | 101010111 | 1000001 | 101101 |
Color Harmonies of #BF2852
Complementary color
Monochromatic Colors of #BF2852
Black with #BF2852
Text Example
Text Example
White with #BF2852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2852; }
p { color: rgb(191,40,82); }
H1.HeaderClassName
{
color: #BF2852;
}
.AnyTagClassName
{
color: #BF2852;
}
</style>
background-color css
<style>
a { background-color: #BF2852; }
a { background-color: rgb(191,40,82); }
div.DivClassName
{
background-color: #BF2852;
}
.BgClassName
{
background-color: #BF2852;
}
</style>
border-color css
<style>
span { border-color: #BF2852; }
span { border-color: rgb(191,40,82); }
td.TdClassName
{
border-color: #BF2852;
}
.TagClassName
{
border-color: #BF2852;
}
</style>