Shades of Old Rose #BF2649
Tints of Old Rose #BF2649
RGB
CMYK
RGB Variations
Color information
#BF2649 (or 0xBF2649) is known color: Old Rose. HEX triplet: BF, 26 and 49. RGB value is (191,38,73). Sum of RGB (Red+Green+Blue) = 191+38+73=302 (40% of max value = 765). Red value is 191 (75% from 255 or 63.25% from 302); Green value is 38 (15.23% from 255 or 12.58% from 302); Blue value is 73 (28.91% from 255 or 24.17% from 302); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2649 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2649 is #40D9B6. Grayscale: #575757. Windows color (decimal): -4250039 or 4794047. OLE color: 4794047.
HSL color Cylindrical-coordinate representation of color #BF2649: hue angle of 346.27º 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 #BF2649 is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 38 | 73 | - |
| CMYK | 0 | 0.80 | 0.62 | 0.25 |
| HSL | 346.27º | 0.67% | 0.45% | - |
| HSV(B) | 346.27º | 0.8% | 0.75% | - |
| XYZ | 23.38 | 12.94 | 7.57 | - |
| YUV | 87.74 | 119.69 | 201.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 38 | 73 | 0 | 0.80 | 0.62 | 0.25 | 346.27 | 0.67 | 0.45 |
| Hex | BF | 26 | 49 | 0 | 50 | 3E | 19 | 15A | 43 | 2D |
| Octal | 277 | 46 | 111 | 0 | 120 | 76 | 31 | 532 | 103 | 55 |
| Binary | 10111111 | 100110 | 1001001 | 0 | 1010000 | 111110 | 11001 | 101011010 | 1000011 | 101101 |
Color Harmonies of #BF2649
Complementary color
Monochromatic Colors of #BF2649
Black with #BF2649
Text Example
Text Example
White with #BF2649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2649; }
p { color: rgb(191,38,73); }
H1.HeaderClassName
{
color: #BF2649;
}
.AnyTagClassName
{
color: #BF2649;
}
</style>
background-color css
<style>
a { background-color: #BF2649; }
a { background-color: rgb(191,38,73); }
div.DivClassName
{
background-color: #BF2649;
}
.BgClassName
{
background-color: #BF2649;
}
</style>
border-color css
<style>
span { border-color: #BF2649; }
span { border-color: rgb(191,38,73); }
td.TdClassName
{
border-color: #BF2649;
}
.TagClassName
{
border-color: #BF2649;
}
</style>