Shades of Old Rose #BF3756
Tints of Old Rose #BF3756
RGB
CMYK
RGB Variations
Color information
#BF3756 (or 0xBF3756) is known color: Old Rose. HEX triplet: BF, 37 and 56. RGB value is (191,55,86). Sum of RGB (Red+Green+Blue) = 191+55+86=332 (43% of max value = 765). Red value is 191 (75% from 255 or 57.53% from 332); Green value is 55 (21.88% from 255 or 16.57% from 332); Blue value is 86 (33.98% from 255 or 25.90% from 332); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3756 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3756 is #40C8A9. Grayscale: #636363. Windows color (decimal): -4245674 or 5650367. OLE color: 5650367.
HSL color Cylindrical-coordinate representation of color #BF3756: hue angle of 346.32º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BF3756 is Cyan = 0, Magento = 0.71, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 55 | 86 | - |
| CMYK | 0 | 0.71 | 0.55 | 0.25 |
| HSL | 346.32º | 0.55% | 0.48% | - |
| HSV(B) | 346.32º | 0.71% | 0.75% | - |
| XYZ | 24.53 | 14.48 | 10.31 | - |
| YUV | 99.2 | 120.56 | 193.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 55 | 86 | 0 | 0.71 | 0.55 | 0.25 | 346.32 | 0.55 | 0.48 |
| Hex | BF | 37 | 56 | 0 | 47 | 37 | 19 | 15A | 37 | 30 |
| Octal | 277 | 67 | 126 | 0 | 107 | 67 | 31 | 532 | 67 | 60 |
| Binary | 10111111 | 110111 | 1010110 | 0 | 1000111 | 110111 | 11001 | 101011010 | 110111 | 110000 |
Color Harmonies of #BF3756
Complementary color
Monochromatic Colors of #BF3756
Black with #BF3756
Text Example
Text Example
White with #BF3756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3756; }
p { color: rgb(191,55,86); }
H1.HeaderClassName
{
color: #BF3756;
}
.AnyTagClassName
{
color: #BF3756;
}
</style>
background-color css
<style>
a { background-color: #BF3756; }
a { background-color: rgb(191,55,86); }
div.DivClassName
{
background-color: #BF3756;
}
.BgClassName
{
background-color: #BF3756;
}
</style>
border-color css
<style>
span { border-color: #BF3756; }
span { border-color: rgb(191,55,86); }
td.TdClassName
{
border-color: #BF3756;
}
.TagClassName
{
border-color: #BF3756;
}
</style>