Shades of Old Rose #BF2E4A
Tints of Old Rose #BF2E4A
RGB
CMYK
RGB Variations
Color information
#BF2E4A (or 0xBF2E4A) is known color: Old Rose. HEX triplet: BF, 2E and 4A. RGB value is (191,46,74). Sum of RGB (Red+Green+Blue) = 191+46+74=311 (41% of max value = 765). Red value is 191 (75% from 255 or 61.41% from 311); Green value is 46 (18.36% from 255 or 14.79% from 311); Blue value is 74 (29.30% from 255 or 23.79% from 311); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2E4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2E4A is #40D1B5. Grayscale: #5C5C5C. Windows color (decimal): -4247990 or 4861631. OLE color: 4861631.
HSL color Cylindrical-coordinate representation of color #BF2E4A: hue angle of 348.41º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BF2E4A is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 46 | 74 | - |
| CMYK | 0 | 0.76 | 0.61 | 0.25 |
| HSL | 348.41º | 0.61% | 0.46% | - |
| HSV(B) | 348.41º | 0.76% | 0.75% | - |
| XYZ | 23.7 | 13.52 | 7.84 | - |
| YUV | 92.55 | 117.54 | 198.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 46 | 74 | 0 | 0.76 | 0.61 | 0.25 | 348.41 | 0.61 | 0.46 |
| Hex | BF | 2E | 4A | 0 | 4C | 3D | 19 | 15C | 3D | 2E |
| Octal | 277 | 56 | 112 | 0 | 114 | 75 | 31 | 534 | 75 | 56 |
| Binary | 10111111 | 101110 | 1001010 | 0 | 1001100 | 111101 | 11001 | 101011100 | 111101 | 101110 |
Color Harmonies of #BF2E4A
Complementary color
Monochromatic Colors of #BF2E4A
Black with #BF2E4A
Text Example
Text Example
White with #BF2E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2E4A; }
p { color: rgb(191,46,74); }
H1.HeaderClassName
{
color: #BF2E4A;
}
.AnyTagClassName
{
color: #BF2E4A;
}
</style>
background-color css
<style>
a { background-color: #BF2E4A; }
a { background-color: rgb(191,46,74); }
div.DivClassName
{
background-color: #BF2E4A;
}
.BgClassName
{
background-color: #BF2E4A;
}
</style>
border-color css
<style>
span { border-color: #BF2E4A; }
span { border-color: rgb(191,46,74); }
td.TdClassName
{
border-color: #BF2E4A;
}
.TagClassName
{
border-color: #BF2E4A;
}
</style>