Shades of Old Rose #BF3247
Tints of Old Rose #BF3247
RGB
CMYK
RGB Variations
Color information
#BF3247 (or 0xBF3247) is known color: Old Rose. HEX triplet: BF, 32 and 47. RGB value is (191,50,71). Sum of RGB (Red+Green+Blue) = 191+50+71=312 (41% of max value = 765). Red value is 191 (75% from 255 or 61.22% from 312); Green value is 50 (19.92% from 255 or 16.03% from 312); Blue value is 71 (28.12% from 255 or 22.76% from 312); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3247 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3247 is #40CDB8. Grayscale: #5E5E5E. Windows color (decimal): -4246969 or 4666047. OLE color: 4666047.
HSL color Cylindrical-coordinate representation of color #BF3247: hue angle of 351.06º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BF3247 is Cyan = 0, Magento = 0.74, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 50 | 71 | - |
| CMYK | 0 | 0.74 | 0.63 | 0.25 |
| HSL | 351.06º | 0.59% | 0.47% | - |
| HSV(B) | 351.06º | 0.74% | 0.75% | - |
| XYZ | 23.76 | 13.81 | 7.37 | - |
| YUV | 94.55 | 114.71 | 196.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 50 | 71 | 0 | 0.74 | 0.63 | 0.25 | 351.06 | 0.59 | 0.47 |
| Hex | BF | 32 | 47 | 0 | 4A | 3F | 19 | 15F | 3B | 2F |
| Octal | 277 | 62 | 107 | 0 | 112 | 77 | 31 | 537 | 73 | 57 |
| Binary | 10111111 | 110010 | 1000111 | 0 | 1001010 | 111111 | 11001 | 101011111 | 111011 | 101111 |
Color Harmonies of #BF3247
Complementary color
Monochromatic Colors of #BF3247
Black with #BF3247
Text Example
Text Example
White with #BF3247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3247; }
p { color: rgb(191,50,71); }
H1.HeaderClassName
{
color: #BF3247;
}
.AnyTagClassName
{
color: #BF3247;
}
</style>
background-color css
<style>
a { background-color: #BF3247; }
a { background-color: rgb(191,50,71); }
div.DivClassName
{
background-color: #BF3247;
}
.BgClassName
{
background-color: #BF3247;
}
</style>
border-color css
<style>
span { border-color: #BF3247; }
span { border-color: rgb(191,50,71); }
td.TdClassName
{
border-color: #BF3247;
}
.TagClassName
{
border-color: #BF3247;
}
</style>