Shades of Old Rose #BF205B
Tints of Old Rose #BF205B
RGB
CMYK
RGB Variations
Color information
#BF205B (or 0xBF205B) is known color: Old Rose. HEX triplet: BF, 20 and 5B. RGB value is (191,32,91). Sum of RGB (Red+Green+Blue) = 191+32+91=314 (41% of max value = 765). Red value is 191 (75% from 255 or 60.83% from 314); Green value is 32 (12.89% from 255 or 10.19% from 314); Blue value is 91 (35.94% from 255 or 28.98% from 314); Max value from RGB is 191 - color contains mainly: red. Hex color #BF205B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF205B is #40DFA4. Grayscale: #565656. Windows color (decimal): -4251557 or 5972159. OLE color: 5972159.
HSL color Cylindrical-coordinate representation of color #BF205B: hue angle of 337.74º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BF205B is Cyan = 0, Magento = 0.83, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 32 | 91 | - |
| CMYK | 0 | 0.83 | 0.52 | 0.25 |
| HSL | 337.74º | 0.71% | 0.44% | - |
| HSV(B) | 337.74º | 0.83% | 0.75% | - |
| XYZ | 23.89 | 12.86 | 11.12 | - |
| YUV | 86.27 | 130.68 | 202.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 32 | 91 | 0 | 0.83 | 0.52 | 0.25 | 337.74 | 0.71 | 0.44 |
| Hex | BF | 20 | 5B | 0 | 53 | 34 | 19 | 152 | 47 | 2C |
| Octal | 277 | 40 | 133 | 0 | 123 | 64 | 31 | 522 | 107 | 54 |
| Binary | 10111111 | 100000 | 1011011 | 0 | 1010011 | 110100 | 11001 | 101010010 | 1000111 | 101100 |
Color Harmonies of #BF205B
Complementary color
Monochromatic Colors of #BF205B
Black with #BF205B
Text Example
Text Example
White with #BF205B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF205B; }
p { color: rgb(191,32,91); }
H1.HeaderClassName
{
color: #BF205B;
}
.AnyTagClassName
{
color: #BF205B;
}
</style>
background-color css
<style>
a { background-color: #BF205B; }
a { background-color: rgb(191,32,91); }
div.DivClassName
{
background-color: #BF205B;
}
.BgClassName
{
background-color: #BF205B;
}
</style>
border-color css
<style>
span { border-color: #BF205B; }
span { border-color: rgb(191,32,91); }
td.TdClassName
{
border-color: #BF205B;
}
.TagClassName
{
border-color: #BF205B;
}
</style>