Shades of Old Rose #BF205D
Tints of Old Rose #BF205D
RGB
CMYK
RGB Variations
Color information
#BF205D (or 0xBF205D) is known color: Old Rose. HEX triplet: BF, 20 and 5D. RGB value is (191,32,93). Sum of RGB (Red+Green+Blue) = 191+32+93=316 (41% of max value = 765). Red value is 191 (75% from 255 or 60.44% from 316); Green value is 32 (12.89% from 255 or 10.13% from 316); Blue value is 93 (36.72% from 255 or 29.43% from 316); Max value from RGB is 191 - color contains mainly: red. Hex color #BF205D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF205D is #40DFA2. Grayscale: #565656. Windows color (decimal): -4251555 or 6103231. OLE color: 6103231.
HSL color Cylindrical-coordinate representation of color #BF205D: hue angle of 336.98º 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 #BF205D is Cyan = 0, Magento = 0.83, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 32 | 93 | - |
| CMYK | 0 | 0.83 | 0.51 | 0.25 |
| HSL | 336.98º | 0.71% | 0.44% | - |
| HSV(B) | 336.98º | 0.83% | 0.75% | - |
| XYZ | 23.98 | 12.9 | 11.58 | - |
| YUV | 86.5 | 131.68 | 202.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 32 | 93 | 0 | 0.83 | 0.51 | 0.25 | 336.98 | 0.71 | 0.44 |
| Hex | BF | 20 | 5D | 0 | 53 | 33 | 19 | 151 | 47 | 2C |
| Octal | 277 | 40 | 135 | 0 | 123 | 63 | 31 | 521 | 107 | 54 |
| Binary | 10111111 | 100000 | 1011101 | 0 | 1010011 | 110011 | 11001 | 101010001 | 1000111 | 101100 |
Color Harmonies of #BF205D
Complementary color
Monochromatic Colors of #BF205D
Black with #BF205D
Text Example
Text Example
White with #BF205D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF205D; }
p { color: rgb(191,32,93); }
H1.HeaderClassName
{
color: #BF205D;
}
.AnyTagClassName
{
color: #BF205D;
}
</style>
background-color css
<style>
a { background-color: #BF205D; }
a { background-color: rgb(191,32,93); }
div.DivClassName
{
background-color: #BF205D;
}
.BgClassName
{
background-color: #BF205D;
}
</style>
border-color css
<style>
span { border-color: #BF205D; }
span { border-color: rgb(191,32,93); }
td.TdClassName
{
border-color: #BF205D;
}
.TagClassName
{
border-color: #BF205D;
}
</style>