Shades of Old Rose #BF2B5E
Tints of Old Rose #BF2B5E
RGB
CMYK
RGB Variations
Color information
#BF2B5E (or 0xBF2B5E) is known color: Old Rose. HEX triplet: BF, 2B and 5E. RGB value is (191,43,94). Sum of RGB (Red+Green+Blue) = 191+43+94=328 (43% of max value = 765). Red value is 191 (75% from 255 or 58.23% from 328); Green value is 43 (17.19% from 255 or 13.11% from 328); Blue value is 94 (37.11% from 255 or 28.66% from 328); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2B5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2B5E is #40D4A1. Grayscale: #5D5D5D. Windows color (decimal): -4248738 or 6171583. OLE color: 6171583.
HSL color Cylindrical-coordinate representation of color #BF2B5E: hue angle of 339.32º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BF2B5E is Cyan = 0, Magento = 0.77, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 43 | 94 | - |
| CMYK | 0 | 0.77 | 0.51 | 0.25 |
| HSL | 339.32º | 0.63% | 0.46% | - |
| HSV(B) | 339.32º | 0.77% | 0.75% | - |
| XYZ | 24.37 | 13.61 | 11.93 | - |
| YUV | 93.07 | 128.53 | 197.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 43 | 94 | 0 | 0.77 | 0.51 | 0.25 | 339.32 | 0.63 | 0.46 |
| Hex | BF | 2B | 5E | 0 | 4D | 33 | 19 | 153 | 3F | 2E |
| Octal | 277 | 53 | 136 | 0 | 115 | 63 | 31 | 523 | 77 | 56 |
| Binary | 10111111 | 101011 | 1011110 | 0 | 1001101 | 110011 | 11001 | 101010011 | 111111 | 101110 |
Color Harmonies of #BF2B5E
Complementary color
Monochromatic Colors of #BF2B5E
Black with #BF2B5E
Text Example
Text Example
White with #BF2B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2B5E; }
p { color: rgb(191,43,94); }
H1.HeaderClassName
{
color: #BF2B5E;
}
.AnyTagClassName
{
color: #BF2B5E;
}
</style>
background-color css
<style>
a { background-color: #BF2B5E; }
a { background-color: rgb(191,43,94); }
div.DivClassName
{
background-color: #BF2B5E;
}
.BgClassName
{
background-color: #BF2B5E;
}
</style>
border-color css
<style>
span { border-color: #BF2B5E; }
span { border-color: rgb(191,43,94); }
td.TdClassName
{
border-color: #BF2B5E;
}
.TagClassName
{
border-color: #BF2B5E;
}
</style>