Shades of Old Rose #BB2F60
Tints of Old Rose #BB2F60
RGB
CMYK
RGB Variations
Color information
#BB2F60 (or 0xBB2F60) is known color: Old Rose. HEX triplet: BB, 2F and 60. RGB value is (187,47,96). Sum of RGB (Red+Green+Blue) = 187+47+96=330 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.67% from 330); Green value is 47 (18.75% from 255 or 14.24% from 330); Blue value is 96 (37.89% from 255 or 29.09% from 330); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2F60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2F60 is #44D09F. Grayscale: #5E5E5E. Windows color (decimal): -4509856 or 6303675. OLE color: 6303675.
HSL color Cylindrical-coordinate representation of color #BB2F60: hue angle of 339º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BB2F60 is Cyan = 0, Magento = 0.75, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 47 | 96 | - |
| CMYK | 0 | 0.75 | 0.49 | 0.27 |
| HSL | 339º | 0.6% | 0.46% | - |
| HSV(B) | 339º | 0.75% | 0.73% | - |
| XYZ | 23.62 | 13.44 | 12.42 | - |
| YUV | 94.45 | 128.88 | 194.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 47 | 96 | 0 | 0.75 | 0.49 | 0.27 | 339 | 0.6 | 0.46 |
| Hex | BB | 2F | 60 | 0 | 4B | 31 | 1B | 153 | 3C | 2E |
| Octal | 273 | 57 | 140 | 0 | 113 | 61 | 33 | 523 | 74 | 56 |
| Binary | 10111011 | 101111 | 1100000 | 0 | 1001011 | 110001 | 11011 | 101010011 | 111100 | 101110 |
Color Harmonies of #BB2F60
Complementary color
Monochromatic Colors of #BB2F60
Black with #BB2F60
Text Example
Text Example
White with #BB2F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2F60; }
p { color: rgb(187,47,96); }
H1.HeaderClassName
{
color: #BB2F60;
}
.AnyTagClassName
{
color: #BB2F60;
}
</style>
background-color css
<style>
a { background-color: #BB2F60; }
a { background-color: rgb(187,47,96); }
div.DivClassName
{
background-color: #BB2F60;
}
.BgClassName
{
background-color: #BB2F60;
}
</style>
border-color css
<style>
span { border-color: #BB2F60; }
span { border-color: rgb(187,47,96); }
td.TdClassName
{
border-color: #BB2F60;
}
.TagClassName
{
border-color: #BB2F60;
}
</style>