Shades of Old Rose #BB3155
Tints of Old Rose #BB3155
RGB
CMYK
RGB Variations
Color information
#BB3155 (or 0xBB3155) is known color: Old Rose. HEX triplet: BB, 31 and 55. RGB value is (187,49,85). Sum of RGB (Red+Green+Blue) = 187+49+85=321 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.26% from 321); Green value is 49 (19.53% from 255 or 15.26% from 321); Blue value is 85 (33.59% from 255 or 26.48% from 321); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3155 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3155 is #44CEAA. Grayscale: #5E5E5E. Windows color (decimal): -4509355 or 5583291. OLE color: 5583291.
HSL color Cylindrical-coordinate representation of color #BB3155: hue angle of 344.35º 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 #BB3155 is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 49 | 85 | - |
| CMYK | 0 | 0.74 | 0.55 | 0.27 |
| HSL | 344.35º | 0.58% | 0.46% | - |
| HSV(B) | 344.35º | 0.74% | 0.73% | - |
| XYZ | 23.23 | 13.42 | 9.96 | - |
| YUV | 94.37 | 122.72 | 194.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 49 | 85 | 0 | 0.74 | 0.55 | 0.27 | 344.35 | 0.58 | 0.46 |
| Hex | BB | 31 | 55 | 0 | 4A | 37 | 1B | 158 | 3A | 2E |
| Octal | 273 | 61 | 125 | 0 | 112 | 67 | 33 | 530 | 72 | 56 |
| Binary | 10111011 | 110001 | 1010101 | 0 | 1001010 | 110111 | 11011 | 101011000 | 111010 | 101110 |
Color Harmonies of #BB3155
Complementary color
Monochromatic Colors of #BB3155
Black with #BB3155
Text Example
Text Example
White with #BB3155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3155; }
p { color: rgb(187,49,85); }
H1.HeaderClassName
{
color: #BB3155;
}
.AnyTagClassName
{
color: #BB3155;
}
</style>
background-color css
<style>
a { background-color: #BB3155; }
a { background-color: rgb(187,49,85); }
div.DivClassName
{
background-color: #BB3155;
}
.BgClassName
{
background-color: #BB3155;
}
</style>
border-color css
<style>
span { border-color: #BB3155; }
span { border-color: rgb(187,49,85); }
td.TdClassName
{
border-color: #BB3155;
}
.TagClassName
{
border-color: #BB3155;
}
</style>