Shades of Old Rose #BF255F
Tints of Old Rose #BF255F
RGB
CMYK
RGB Variations
Color information
#BF255F (or 0xBF255F) is known color: Old Rose. HEX triplet: BF, 25 and 5F. RGB value is (191,37,95). Sum of RGB (Red+Green+Blue) = 191+37+95=323 (42% of max value = 765). Red value is 191 (75% from 255 or 59.13% from 323); Green value is 37 (14.84% from 255 or 11.46% from 323); Blue value is 95 (37.5% from 255 or 29.41% from 323); Max value from RGB is 191 - color contains mainly: red. Hex color #BF255F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF255F is #40DAA0. Grayscale: #595959. Windows color (decimal): -4250273 or 6235583. OLE color: 6235583.
HSL color Cylindrical-coordinate representation of color #BF255F: hue angle of 337.4º 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 #BF255F is Cyan = 0, Magento = 0.81, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 37 | 95 | - |
| CMYK | 0 | 0.81 | 0.50 | 0.25 |
| HSL | 337.4º | 0.68% | 0.45% | - |
| HSV(B) | 337.4º | 0.81% | 0.75% | - |
| XYZ | 24.21 | 13.23 | 12.1 | - |
| YUV | 89.66 | 131.02 | 200.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 37 | 95 | 0 | 0.81 | 0.50 | 0.25 | 337.4 | 0.68 | 0.45 |
| Hex | BF | 25 | 5F | 0 | 51 | 32 | 19 | 151 | 44 | 2D |
| Octal | 277 | 45 | 137 | 0 | 121 | 62 | 31 | 521 | 104 | 55 |
| Binary | 10111111 | 100101 | 1011111 | 0 | 1010001 | 110010 | 11001 | 101010001 | 1000100 | 101101 |
Color Harmonies of #BF255F
Complementary color
Monochromatic Colors of #BF255F
Black with #BF255F
Text Example
Text Example
White with #BF255F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF255F; }
p { color: rgb(191,37,95); }
H1.HeaderClassName
{
color: #BF255F;
}
.AnyTagClassName
{
color: #BF255F;
}
</style>
background-color css
<style>
a { background-color: #BF255F; }
a { background-color: rgb(191,37,95); }
div.DivClassName
{
background-color: #BF255F;
}
.BgClassName
{
background-color: #BF255F;
}
</style>
border-color css
<style>
span { border-color: #BF255F; }
span { border-color: rgb(191,37,95); }
td.TdClassName
{
border-color: #BF255F;
}
.TagClassName
{
border-color: #BF255F;
}
</style>