Shades of Old Rose #BF2148
Tints of Old Rose #BF2148
RGB
CMYK
RGB Variations
Color information
#BF2148 (or 0xBF2148) is known color: Old Rose. HEX triplet: BF, 21 and 48. RGB value is (191,33,72). Sum of RGB (Red+Green+Blue) = 191+33+72=296 (39% of max value = 765). Red value is 191 (75% from 255 or 64.53% from 296); Green value is 33 (13.28% from 255 or 11.15% from 296); Blue value is 72 (28.52% from 255 or 24.32% from 296); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2148 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2148 is #40DEB7. Grayscale: #545454. Windows color (decimal): -4251320 or 4727231. OLE color: 4727231.
HSL color Cylindrical-coordinate representation of color #BF2148: hue angle of 345.19º 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 #BF2148 is Cyan = 0, Magento = 0.83, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 33 | 72 | - |
| CMYK | 0 | 0.83 | 0.62 | 0.25 |
| HSL | 345.19º | 0.71% | 0.44% | - |
| HSV(B) | 345.19º | 0.83% | 0.75% | - |
| XYZ | 23.2 | 12.63 | 7.35 | - |
| YUV | 84.69 | 120.85 | 203.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 33 | 72 | 0 | 0.83 | 0.62 | 0.25 | 345.19 | 0.71 | 0.44 |
| Hex | BF | 21 | 48 | 0 | 53 | 3E | 19 | 159 | 47 | 2C |
| Octal | 277 | 41 | 110 | 0 | 123 | 76 | 31 | 531 | 107 | 54 |
| Binary | 10111111 | 100001 | 1001000 | 0 | 1010011 | 111110 | 11001 | 101011001 | 1000111 | 101100 |
Color Harmonies of #BF2148
Complementary color
Monochromatic Colors of #BF2148
Black with #BF2148
Text Example
Text Example
White with #BF2148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2148; }
p { color: rgb(191,33,72); }
H1.HeaderClassName
{
color: #BF2148;
}
.AnyTagClassName
{
color: #BF2148;
}
</style>
background-color css
<style>
a { background-color: #BF2148; }
a { background-color: rgb(191,33,72); }
div.DivClassName
{
background-color: #BF2148;
}
.BgClassName
{
background-color: #BF2148;
}
</style>
border-color css
<style>
span { border-color: #BF2148; }
span { border-color: rgb(191,33,72); }
td.TdClassName
{
border-color: #BF2148;
}
.TagClassName
{
border-color: #BF2148;
}
</style>