Shades of Old Rose #BF2745
Tints of Old Rose #BF2745
RGB
CMYK
RGB Variations
Color information
#BF2745 (or 0xBF2745) is known color: Old Rose. HEX triplet: BF, 27 and 45. RGB value is (191,39,69). Sum of RGB (Red+Green+Blue) = 191+39+69=299 (39% of max value = 765). Red value is 191 (75% from 255 or 63.88% from 299); Green value is 39 (15.62% from 255 or 13.04% from 299); Blue value is 69 (27.34% from 255 or 23.08% from 299); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2745 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2745 is #40D8BA. Grayscale: #575757. Windows color (decimal): -4249787 or 4532159. OLE color: 4532159.
HSL color Cylindrical-coordinate representation of color #BF2745: hue angle of 348.16º degrees, saturation: 0.66, 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 #BF2745 is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 39 | 69 | - |
| CMYK | 0 | 0.80 | 0.64 | 0.25 |
| HSL | 348.16º | 0.66% | 0.45% | - |
| HSV(B) | 348.16º | 0.8% | 0.75% | - |
| XYZ | 23.29 | 12.96 | 6.9 | - |
| YUV | 87.87 | 117.36 | 201.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 39 | 69 | 0 | 0.80 | 0.64 | 0.25 | 348.16 | 0.66 | 0.45 |
| Hex | BF | 27 | 45 | 0 | 50 | 40 | 19 | 15C | 42 | 2D |
| Octal | 277 | 47 | 105 | 0 | 120 | 100 | 31 | 534 | 102 | 55 |
| Binary | 10111111 | 100111 | 1000101 | 0 | 1010000 | 1000000 | 11001 | 101011100 | 1000010 | 101101 |
Color Harmonies of #BF2745
Complementary color
Monochromatic Colors of #BF2745
Black with #BF2745
Text Example
Text Example
White with #BF2745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2745; }
p { color: rgb(191,39,69); }
H1.HeaderClassName
{
color: #BF2745;
}
.AnyTagClassName
{
color: #BF2745;
}
</style>
background-color css
<style>
a { background-color: #BF2745; }
a { background-color: rgb(191,39,69); }
div.DivClassName
{
background-color: #BF2745;
}
.BgClassName
{
background-color: #BF2745;
}
</style>
border-color css
<style>
span { border-color: #BF2745; }
span { border-color: rgb(191,39,69); }
td.TdClassName
{
border-color: #BF2745;
}
.TagClassName
{
border-color: #BF2745;
}
</style>