Shades of Old Rose #BF254D
Tints of Old Rose #BF254D
RGB
CMYK
RGB Variations
Color information
#BF254D (or 0xBF254D) is known color: Old Rose. HEX triplet: BF, 25 and 4D. RGB value is (191,37,77). Sum of RGB (Red+Green+Blue) = 191+37+77=305 (40% of max value = 765). Red value is 191 (75% from 255 or 62.62% from 305); Green value is 37 (14.84% from 255 or 12.13% from 305); Blue value is 77 (30.47% from 255 or 25.25% from 305); Max value from RGB is 191 - color contains mainly: red. Hex color #BF254D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF254D is #40DAB2. Grayscale: #575757. Windows color (decimal): -4250291 or 5055935. OLE color: 5055935.
HSL color Cylindrical-coordinate representation of color #BF254D: hue angle of 344.42º 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 #BF254D is Cyan = 0, Magento = 0.81, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 37 | 77 | - |
| CMYK | 0 | 0.81 | 0.60 | 0.25 |
| HSL | 344.42º | 0.68% | 0.45% | - |
| HSV(B) | 344.42º | 0.81% | 0.75% | - |
| XYZ | 23.49 | 12.94 | 8.28 | - |
| YUV | 87.61 | 122.02 | 201.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 37 | 77 | 0 | 0.81 | 0.60 | 0.25 | 344.42 | 0.68 | 0.45 |
| Hex | BF | 25 | 4D | 0 | 51 | 3C | 19 | 158 | 44 | 2D |
| Octal | 277 | 45 | 115 | 0 | 121 | 74 | 31 | 530 | 104 | 55 |
| Binary | 10111111 | 100101 | 1001101 | 0 | 1010001 | 111100 | 11001 | 101011000 | 1000100 | 101101 |
Color Harmonies of #BF254D
Complementary color
Monochromatic Colors of #BF254D
Black with #BF254D
Text Example
Text Example
White with #BF254D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF254D; }
p { color: rgb(191,37,77); }
H1.HeaderClassName
{
color: #BF254D;
}
.AnyTagClassName
{
color: #BF254D;
}
</style>
background-color css
<style>
a { background-color: #BF254D; }
a { background-color: rgb(191,37,77); }
div.DivClassName
{
background-color: #BF254D;
}
.BgClassName
{
background-color: #BF254D;
}
</style>
border-color css
<style>
span { border-color: #BF254D; }
span { border-color: rgb(191,37,77); }
td.TdClassName
{
border-color: #BF254D;
}
.TagClassName
{
border-color: #BF254D;
}
</style>