Shades of Old Rose #BB2156
Tints of Old Rose #BB2156
RGB
CMYK
RGB Variations
Color information
#BB2156 (or 0xBB2156) is known color: Old Rose. HEX triplet: BB, 21 and 56. RGB value is (187,33,86). Sum of RGB (Red+Green+Blue) = 187+33+86=306 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.11% from 306); Green value is 33 (13.28% from 255 or 10.78% from 306); Blue value is 86 (33.98% from 255 or 28.10% from 306); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2156 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2156 is #44DEA9. Grayscale: #555555. Windows color (decimal): -4513450 or 5644731. OLE color: 5644731.
HSL color Cylindrical-coordinate representation of color #BB2156: hue angle of 339.35º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BB2156 is Cyan = 0, Magento = 0.82, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 33 | 86 | - |
| CMYK | 0 | 0.82 | 0.54 | 0.27 |
| HSL | 339.35º | 0.7% | 0.43% | - |
| HSV(B) | 339.35º | 0.82% | 0.73% | - |
| XYZ | 22.72 | 12.32 | 9.99 | - |
| YUV | 85.09 | 128.52 | 200.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 33 | 86 | 0 | 0.82 | 0.54 | 0.27 | 339.35 | 0.7 | 0.43 |
| Hex | BB | 21 | 56 | 0 | 52 | 36 | 1B | 153 | 46 | 2B |
| Octal | 273 | 41 | 126 | 0 | 122 | 66 | 33 | 523 | 106 | 53 |
| Binary | 10111011 | 100001 | 1010110 | 0 | 1010010 | 110110 | 11011 | 101010011 | 1000110 | 101011 |
Color Harmonies of #BB2156
Complementary color
Monochromatic Colors of #BB2156
Black with #BB2156
Text Example
Text Example
White with #BB2156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2156; }
p { color: rgb(187,33,86); }
H1.HeaderClassName
{
color: #BB2156;
}
.AnyTagClassName
{
color: #BB2156;
}
</style>
background-color css
<style>
a { background-color: #BB2156; }
a { background-color: rgb(187,33,86); }
div.DivClassName
{
background-color: #BB2156;
}
.BgClassName
{
background-color: #BB2156;
}
</style>
border-color css
<style>
span { border-color: #BB2156; }
span { border-color: rgb(187,33,86); }
td.TdClassName
{
border-color: #BB2156;
}
.TagClassName
{
border-color: #BB2156;
}
</style>