Shades of Old Rose #BB2960
Tints of Old Rose #BB2960
RGB
CMYK
RGB Variations
Color information
#BB2960 (or 0xBB2960) is known color: Old Rose. HEX triplet: BB, 29 and 60. RGB value is (187,41,96). Sum of RGB (Red+Green+Blue) = 187+41+96=324 (42% of max value = 765). Red value is 187 (73.44% from 255 or 57.72% from 324); Green value is 41 (16.41% from 255 or 12.65% from 324); Blue value is 96 (37.89% from 255 or 29.63% from 324); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2960 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2960 is #44D69F. Grayscale: #5A5A5A. Windows color (decimal): -4511392 or 6302139. OLE color: 6302139.
HSL color Cylindrical-coordinate representation of color #BB2960: hue angle of 337.4º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BB2960 is Cyan = 0, Magento = 0.78, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 41 | 96 | - |
| CMYK | 0 | 0.78 | 0.49 | 0.27 |
| HSL | 337.4º | 0.64% | 0.45% | - |
| HSV(B) | 337.4º | 0.78% | 0.73% | - |
| XYZ | 23.4 | 13 | 12.34 | - |
| YUV | 90.92 | 130.87 | 196.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 41 | 96 | 0 | 0.78 | 0.49 | 0.27 | 337.4 | 0.64 | 0.45 |
| Hex | BB | 29 | 60 | 0 | 4E | 31 | 1B | 151 | 40 | 2D |
| Octal | 273 | 51 | 140 | 0 | 116 | 61 | 33 | 521 | 100 | 55 |
| Binary | 10111011 | 101001 | 1100000 | 0 | 1001110 | 110001 | 11011 | 101010001 | 1000000 | 101101 |
Color Harmonies of #BB2960
Complementary color
Monochromatic Colors of #BB2960
Black with #BB2960
Text Example
Text Example
White with #BB2960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2960; }
p { color: rgb(187,41,96); }
H1.HeaderClassName
{
color: #BB2960;
}
.AnyTagClassName
{
color: #BB2960;
}
</style>
background-color css
<style>
a { background-color: #BB2960; }
a { background-color: rgb(187,41,96); }
div.DivClassName
{
background-color: #BB2960;
}
.BgClassName
{
background-color: #BB2960;
}
</style>
border-color css
<style>
span { border-color: #BB2960; }
span { border-color: rgb(187,41,96); }
td.TdClassName
{
border-color: #BB2960;
}
.TagClassName
{
border-color: #BB2960;
}
</style>