Shades of Old Rose #BF2A4D
Tints of Old Rose #BF2A4D
RGB
CMYK
RGB Variations
Color information
#BF2A4D (or 0xBF2A4D) is known color: Old Rose. HEX triplet: BF, 2A and 4D. RGB value is (191,42,77). Sum of RGB (Red+Green+Blue) = 191+42+77=310 (41% of max value = 765). Red value is 191 (75% from 255 or 61.61% from 310); Green value is 42 (16.80% from 255 or 13.55% from 310); Blue value is 77 (30.47% from 255 or 24.84% from 310); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2A4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2A4D is #40D5B2. Grayscale: #5A5A5A. Windows color (decimal): -4249011 or 5057215. OLE color: 5057215.
HSL color Cylindrical-coordinate representation of color #BF2A4D: hue angle of 345.91º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BF2A4D is Cyan = 0, Magento = 0.78, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 42 | 77 | - |
| CMYK | 0 | 0.78 | 0.60 | 0.25 |
| HSL | 345.91º | 0.64% | 0.46% | - |
| HSV(B) | 345.91º | 0.78% | 0.75% | - |
| XYZ | 23.65 | 13.27 | 8.34 | - |
| YUV | 90.54 | 120.36 | 199.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 42 | 77 | 0 | 0.78 | 0.60 | 0.25 | 345.91 | 0.64 | 0.46 |
| Hex | BF | 2A | 4D | 0 | 4E | 3C | 19 | 15A | 40 | 2E |
| Octal | 277 | 52 | 115 | 0 | 116 | 74 | 31 | 532 | 100 | 56 |
| Binary | 10111111 | 101010 | 1001101 | 0 | 1001110 | 111100 | 11001 | 101011010 | 1000000 | 101110 |
Color Harmonies of #BF2A4D
Complementary color
Monochromatic Colors of #BF2A4D
Black with #BF2A4D
Text Example
Text Example
White with #BF2A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2A4D; }
p { color: rgb(191,42,77); }
H1.HeaderClassName
{
color: #BF2A4D;
}
.AnyTagClassName
{
color: #BF2A4D;
}
</style>
background-color css
<style>
a { background-color: #BF2A4D; }
a { background-color: rgb(191,42,77); }
div.DivClassName
{
background-color: #BF2A4D;
}
.BgClassName
{
background-color: #BF2A4D;
}
</style>
border-color css
<style>
span { border-color: #BF2A4D; }
span { border-color: rgb(191,42,77); }
td.TdClassName
{
border-color: #BF2A4D;
}
.TagClassName
{
border-color: #BF2A4D;
}
</style>