Shades of Old Rose #BF3947
Tints of Old Rose #BF3947
RGB
CMYK
RGB Variations
Color information
#BF3947 (or 0xBF3947) is known color: Old Rose. HEX triplet: BF, 39 and 47. RGB value is (191,57,71). Sum of RGB (Red+Green+Blue) = 191+57+71=319 (42% of max value = 765). Red value is 191 (75% from 255 or 59.87% from 319); Green value is 57 (22.66% from 255 or 17.87% from 319); Blue value is 71 (28.12% from 255 or 22.26% from 319); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3947 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3947 is #40C6B8. Grayscale: #626262. Windows color (decimal): -4245177 or 4667839. OLE color: 4667839.
HSL color Cylindrical-coordinate representation of color #BF3947: hue angle of 353.73º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BF3947 is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 57 | 71 | - |
| CMYK | 0 | 0.70 | 0.63 | 0.25 |
| HSL | 353.73º | 0.54% | 0.49% | - |
| HSV(B) | 353.73º | 0.7% | 0.75% | - |
| XYZ | 24.09 | 14.46 | 7.48 | - |
| YUV | 98.66 | 112.39 | 193.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 57 | 71 | 0 | 0.70 | 0.63 | 0.25 | 353.73 | 0.54 | 0.49 |
| Hex | BF | 39 | 47 | 0 | 46 | 3F | 19 | 162 | 36 | 31 |
| Octal | 277 | 71 | 107 | 0 | 106 | 77 | 31 | 542 | 66 | 61 |
| Binary | 10111111 | 111001 | 1000111 | 0 | 1000110 | 111111 | 11001 | 101100010 | 110110 | 110001 |
Color Harmonies of #BF3947
Complementary color
Monochromatic Colors of #BF3947
Black with #BF3947
Text Example
Text Example
White with #BF3947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3947; }
p { color: rgb(191,57,71); }
H1.HeaderClassName
{
color: #BF3947;
}
.AnyTagClassName
{
color: #BF3947;
}
</style>
background-color css
<style>
a { background-color: #BF3947; }
a { background-color: rgb(191,57,71); }
div.DivClassName
{
background-color: #BF3947;
}
.BgClassName
{
background-color: #BF3947;
}
</style>
border-color css
<style>
span { border-color: #BF3947; }
span { border-color: rgb(191,57,71); }
td.TdClassName
{
border-color: #BF3947;
}
.TagClassName
{
border-color: #BF3947;
}
</style>