Shades of Old Rose #BF3150
Tints of Old Rose #BF3150
RGB
CMYK
RGB Variations
Color information
#BF3150 (or 0xBF3150) is known color: Old Rose. HEX triplet: BF, 31 and 50. RGB value is (191,49,80). Sum of RGB (Red+Green+Blue) = 191+49+80=320 (42% of max value = 765). Red value is 191 (75% from 255 or 59.69% from 320); Green value is 49 (19.53% from 255 or 15.31% from 320); Blue value is 80 (31.64% from 255 or 25% from 320); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3150 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3150 is #40CEAF. Grayscale: #5F5F5F. Windows color (decimal): -4247216 or 5255615. OLE color: 5255615.
HSL color Cylindrical-coordinate representation of color #BF3150: hue angle of 346.9º 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 #BF3150 is Cyan = 0, Magento = 0.74, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 49 | 80 | - |
| CMYK | 0 | 0.74 | 0.58 | 0.25 |
| HSL | 346.9º | 0.59% | 0.47% | - |
| HSV(B) | 346.9º | 0.74% | 0.75% | - |
| XYZ | 24.03 | 13.85 | 9 | - |
| YUV | 94.99 | 119.54 | 196.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 49 | 80 | 0 | 0.74 | 0.58 | 0.25 | 346.9 | 0.59 | 0.47 |
| Hex | BF | 31 | 50 | 0 | 4A | 3A | 19 | 15B | 3B | 2F |
| Octal | 277 | 61 | 120 | 0 | 112 | 72 | 31 | 533 | 73 | 57 |
| Binary | 10111111 | 110001 | 1010000 | 0 | 1001010 | 111010 | 11001 | 101011011 | 111011 | 101111 |
Color Harmonies of #BF3150
Complementary color
Monochromatic Colors of #BF3150
Black with #BF3150
Text Example
Text Example
White with #BF3150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3150; }
p { color: rgb(191,49,80); }
H1.HeaderClassName
{
color: #BF3150;
}
.AnyTagClassName
{
color: #BF3150;
}
</style>
background-color css
<style>
a { background-color: #BF3150; }
a { background-color: rgb(191,49,80); }
div.DivClassName
{
background-color: #BF3150;
}
.BgClassName
{
background-color: #BF3150;
}
</style>
border-color css
<style>
span { border-color: #BF3150; }
span { border-color: rgb(191,49,80); }
td.TdClassName
{
border-color: #BF3150;
}
.TagClassName
{
border-color: #BF3150;
}
</style>