Shades of Old Rose #BF255D
Tints of Old Rose #BF255D
RGB
CMYK
RGB Variations
Color information
#BF255D (or 0xBF255D) is known color: Old Rose. HEX triplet: BF, 25 and 5D. RGB value is (191,37,93). Sum of RGB (Red+Green+Blue) = 191+37+93=321 (42% of max value = 765). Red value is 191 (75% from 255 or 59.50% from 321); Green value is 37 (14.84% from 255 or 11.53% from 321); Blue value is 93 (36.72% from 255 or 28.97% from 321); Max value from RGB is 191 - color contains mainly: red. Hex color #BF255D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF255D is #40DAA2. Grayscale: #595959. Windows color (decimal): -4250275 or 6104511. OLE color: 6104511.
HSL color Cylindrical-coordinate representation of color #BF255D: hue angle of 338.18º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BF255D is Cyan = 0, Magento = 0.81, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 37 | 93 | - |
| CMYK | 0 | 0.81 | 0.51 | 0.25 |
| HSL | 338.18º | 0.68% | 0.45% | - |
| HSV(B) | 338.18º | 0.81% | 0.75% | - |
| XYZ | 24.12 | 13.19 | 11.63 | - |
| YUV | 89.43 | 130.02 | 200.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 37 | 93 | 0 | 0.81 | 0.51 | 0.25 | 338.18 | 0.68 | 0.45 |
| Hex | BF | 25 | 5D | 0 | 51 | 33 | 19 | 152 | 44 | 2D |
| Octal | 277 | 45 | 135 | 0 | 121 | 63 | 31 | 522 | 104 | 55 |
| Binary | 10111111 | 100101 | 1011101 | 0 | 1010001 | 110011 | 11001 | 101010010 | 1000100 | 101101 |
Color Harmonies of #BF255D
Complementary color
Monochromatic Colors of #BF255D
Black with #BF255D
Text Example
Text Example
White with #BF255D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF255D; }
p { color: rgb(191,37,93); }
H1.HeaderClassName
{
color: #BF255D;
}
.AnyTagClassName
{
color: #BF255D;
}
</style>
background-color css
<style>
a { background-color: #BF255D; }
a { background-color: rgb(191,37,93); }
div.DivClassName
{
background-color: #BF255D;
}
.BgClassName
{
background-color: #BF255D;
}
</style>
border-color css
<style>
span { border-color: #BF255D; }
span { border-color: rgb(191,37,93); }
td.TdClassName
{
border-color: #BF255D;
}
.TagClassName
{
border-color: #BF255D;
}
</style>