Shades of Old Rose #BF294B
Tints of Old Rose #BF294B
RGB
CMYK
RGB Variations
Color information
#BF294B (or 0xBF294B) is known color: Old Rose. HEX triplet: BF, 29 and 4B. RGB value is (191,41,75). Sum of RGB (Red+Green+Blue) = 191+41+75=307 (40% of max value = 765). Red value is 191 (75% from 255 or 62.21% from 307); Green value is 41 (16.41% from 255 or 13.36% from 307); Blue value is 75 (29.69% from 255 or 24.43% from 307); Max value from RGB is 191 - color contains mainly: red. Hex color #BF294B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF294B is #40D6B4. Grayscale: #595959. Windows color (decimal): -4249269 or 4925887. OLE color: 4925887.
HSL color Cylindrical-coordinate representation of color #BF294B: hue angle of 346.4º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BF294B is Cyan = 0, Magento = 0.79, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 41 | 75 | - |
| CMYK | 0 | 0.79 | 0.61 | 0.25 |
| HSL | 346.4º | 0.65% | 0.45% | - |
| HSV(B) | 346.4º | 0.79% | 0.75% | - |
| XYZ | 23.55 | 13.17 | 7.96 | - |
| YUV | 89.73 | 119.7 | 200.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 41 | 75 | 0 | 0.79 | 0.61 | 0.25 | 346.4 | 0.65 | 0.45 |
| Hex | BF | 29 | 4B | 0 | 4F | 3D | 19 | 15A | 41 | 2D |
| Octal | 277 | 51 | 113 | 0 | 117 | 75 | 31 | 532 | 101 | 55 |
| Binary | 10111111 | 101001 | 1001011 | 0 | 1001111 | 111101 | 11001 | 101011010 | 1000001 | 101101 |
Color Harmonies of #BF294B
Complementary color
Monochromatic Colors of #BF294B
Black with #BF294B
Text Example
Text Example
White with #BF294B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF294B; }
p { color: rgb(191,41,75); }
H1.HeaderClassName
{
color: #BF294B;
}
.AnyTagClassName
{
color: #BF294B;
}
</style>
background-color css
<style>
a { background-color: #BF294B; }
a { background-color: rgb(191,41,75); }
div.DivClassName
{
background-color: #BF294B;
}
.BgClassName
{
background-color: #BF294B;
}
</style>
border-color css
<style>
span { border-color: #BF294B; }
span { border-color: rgb(191,41,75); }
td.TdClassName
{
border-color: #BF294B;
}
.TagClassName
{
border-color: #BF294B;
}
</style>