Shades of Old Rose #BF2462
Tints of Old Rose #BF2462
RGB
CMYK
RGB Variations
Color information
#BF2462 (or 0xBF2462) is known color: Old Rose. HEX triplet: BF, 24 and 62. RGB value is (191,36,98). Sum of RGB (Red+Green+Blue) = 191+36+98=325 (43% of max value = 765). Red value is 191 (75% from 255 or 58.77% from 325); Green value is 36 (14.45% from 255 or 11.08% from 325); Blue value is 98 (38.67% from 255 or 30.15% from 325); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2462 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2462 is #40DB9D. Grayscale: #595959. Windows color (decimal): -4250526 or 6431935. OLE color: 6431935.
HSL color Cylindrical-coordinate representation of color #BF2462: hue angle of 336º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BF2462 is Cyan = 0, Magento = 0.81, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 36 | 98 | - |
| CMYK | 0 | 0.81 | 0.49 | 0.25 |
| HSL | 336º | 0.68% | 0.45% | - |
| HSV(B) | 336º | 0.81% | 0.75% | - |
| XYZ | 24.32 | 13.22 | 12.83 | - |
| YUV | 89.41 | 132.85 | 200.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 36 | 98 | 0 | 0.81 | 0.49 | 0.25 | 336 | 0.68 | 0.45 |
| Hex | BF | 24 | 62 | 0 | 51 | 31 | 19 | 150 | 44 | 2D |
| Octal | 277 | 44 | 142 | 0 | 121 | 61 | 31 | 520 | 104 | 55 |
| Binary | 10111111 | 100100 | 1100010 | 0 | 1010001 | 110001 | 11001 | 101010000 | 1000100 | 101101 |
Color Harmonies of #BF2462
Complementary color
Monochromatic Colors of #BF2462
Black with #BF2462
Text Example
Text Example
White with #BF2462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2462; }
p { color: rgb(191,36,98); }
H1.HeaderClassName
{
color: #BF2462;
}
.AnyTagClassName
{
color: #BF2462;
}
</style>
background-color css
<style>
a { background-color: #BF2462; }
a { background-color: rgb(191,36,98); }
div.DivClassName
{
background-color: #BF2462;
}
.BgClassName
{
background-color: #BF2462;
}
</style>
border-color css
<style>
span { border-color: #BF2462; }
span { border-color: rgb(191,36,98); }
td.TdClassName
{
border-color: #BF2462;
}
.TagClassName
{
border-color: #BF2462;
}
</style>