Shades of Old Rose #BB3151
Tints of Old Rose #BB3151
RGB
CMYK
RGB Variations
Color information
#BB3151 (or 0xBB3151) is known color: Old Rose. HEX triplet: BB, 31 and 51. RGB value is (187,49,81). Sum of RGB (Red+Green+Blue) = 187+49+81=317 (41% of max value = 765). Red value is 187 (73.44% from 255 or 58.99% from 317); Green value is 49 (19.53% from 255 or 15.46% from 317); Blue value is 81 (32.03% from 255 or 25.55% from 317); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3151 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3151 is #44CEAE. Grayscale: #5D5D5D. Windows color (decimal): -4509359 or 5321147. OLE color: 5321147.
HSL color Cylindrical-coordinate representation of color #BB3151: hue angle of 346.09º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BB3151 is Cyan = 0, Magento = 0.74, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 49 | 81 | - |
| CMYK | 0 | 0.74 | 0.57 | 0.27 |
| HSL | 346.09º | 0.58% | 0.46% | - |
| HSV(B) | 346.09º | 0.74% | 0.73% | - |
| XYZ | 23.08 | 13.36 | 9.15 | - |
| YUV | 93.91 | 120.72 | 194.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 49 | 81 | 0 | 0.74 | 0.57 | 0.27 | 346.09 | 0.58 | 0.46 |
| Hex | BB | 31 | 51 | 0 | 4A | 39 | 1B | 15A | 3A | 2E |
| Octal | 273 | 61 | 121 | 0 | 112 | 71 | 33 | 532 | 72 | 56 |
| Binary | 10111011 | 110001 | 1010001 | 0 | 1001010 | 111001 | 11011 | 101011010 | 111010 | 101110 |
Color Harmonies of #BB3151
Complementary color
Monochromatic Colors of #BB3151
Black with #BB3151
Text Example
Text Example
White with #BB3151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3151; }
p { color: rgb(187,49,81); }
H1.HeaderClassName
{
color: #BB3151;
}
.AnyTagClassName
{
color: #BB3151;
}
</style>
background-color css
<style>
a { background-color: #BB3151; }
a { background-color: rgb(187,49,81); }
div.DivClassName
{
background-color: #BB3151;
}
.BgClassName
{
background-color: #BB3151;
}
</style>
border-color css
<style>
span { border-color: #BB3151; }
span { border-color: rgb(187,49,81); }
td.TdClassName
{
border-color: #BB3151;
}
.TagClassName
{
border-color: #BB3151;
}
</style>