Shades of Old Rose #BF2648
Tints of Old Rose #BF2648
RGB
CMYK
RGB Variations
Color information
#BF2648 (or 0xBF2648) is known color: Old Rose. HEX triplet: BF, 26 and 48. RGB value is (191,38,72). Sum of RGB (Red+Green+Blue) = 191+38+72=301 (39% of max value = 765). Red value is 191 (75% from 255 or 63.46% from 301); Green value is 38 (15.23% from 255 or 12.62% from 301); Blue value is 72 (28.52% from 255 or 23.92% from 301); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2648 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2648 is #40D9B7. Grayscale: #575757. Windows color (decimal): -4250040 or 4728511. OLE color: 4728511.
HSL color Cylindrical-coordinate representation of color #BF2648: hue angle of 346.67º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF2648 is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 38 | 72 | - |
| CMYK | 0 | 0.80 | 0.62 | 0.25 |
| HSL | 346.67º | 0.67% | 0.45% | - |
| HSV(B) | 346.67º | 0.8% | 0.75% | - |
| XYZ | 23.35 | 12.93 | 7.4 | - |
| YUV | 87.62 | 119.19 | 201.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 38 | 72 | 0 | 0.80 | 0.62 | 0.25 | 346.67 | 0.67 | 0.45 |
| Hex | BF | 26 | 48 | 0 | 50 | 3E | 19 | 15B | 43 | 2D |
| Octal | 277 | 46 | 110 | 0 | 120 | 76 | 31 | 533 | 103 | 55 |
| Binary | 10111111 | 100110 | 1001000 | 0 | 1010000 | 111110 | 11001 | 101011011 | 1000011 | 101101 |
Color Harmonies of #BF2648
Complementary color
Monochromatic Colors of #BF2648
Black with #BF2648
Text Example
Text Example
White with #BF2648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2648; }
p { color: rgb(191,38,72); }
H1.HeaderClassName
{
color: #BF2648;
}
.AnyTagClassName
{
color: #BF2648;
}
</style>
background-color css
<style>
a { background-color: #BF2648; }
a { background-color: rgb(191,38,72); }
div.DivClassName
{
background-color: #BF2648;
}
.BgClassName
{
background-color: #BF2648;
}
</style>
border-color css
<style>
span { border-color: #BF2648; }
span { border-color: rgb(191,38,72); }
td.TdClassName
{
border-color: #BF2648;
}
.TagClassName
{
border-color: #BF2648;
}
</style>