Shades of Old Rose #BB2256
Tints of Old Rose #BB2256
RGB
CMYK
RGB Variations
Color information
#BB2256 (or 0xBB2256) is known color: Old Rose. HEX triplet: BB, 22 and 56. RGB value is (187,34,86). Sum of RGB (Red+Green+Blue) = 187+34+86=307 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.91% from 307); Green value is 34 (13.67% from 255 or 11.07% from 307); Blue value is 86 (33.98% from 255 or 28.01% from 307); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2256 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2256 is #44DDA9. Grayscale: #555555. Windows color (decimal): -4513194 or 5644987. OLE color: 5644987.
HSL color Cylindrical-coordinate representation of color #BB2256: hue angle of 339.61º degrees, saturation: 0.69, 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 #BB2256 is Cyan = 0, Magento = 0.82, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 34 | 86 | - |
| CMYK | 0 | 0.82 | 0.54 | 0.27 |
| HSL | 339.61º | 0.69% | 0.43% | - |
| HSV(B) | 339.61º | 0.82% | 0.73% | - |
| XYZ | 22.75 | 12.38 | 10 | - |
| YUV | 85.68 | 128.19 | 200.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 34 | 86 | 0 | 0.82 | 0.54 | 0.27 | 339.61 | 0.69 | 0.43 |
| Hex | BB | 22 | 56 | 0 | 52 | 36 | 1B | 154 | 45 | 2B |
| Octal | 273 | 42 | 126 | 0 | 122 | 66 | 33 | 524 | 105 | 53 |
| Binary | 10111011 | 100010 | 1010110 | 0 | 1010010 | 110110 | 11011 | 101010100 | 1000101 | 101011 |
Color Harmonies of #BB2256
Complementary color
Monochromatic Colors of #BB2256
Black with #BB2256
Text Example
Text Example
White with #BB2256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2256; }
p { color: rgb(187,34,86); }
H1.HeaderClassName
{
color: #BB2256;
}
.AnyTagClassName
{
color: #BB2256;
}
</style>
background-color css
<style>
a { background-color: #BB2256; }
a { background-color: rgb(187,34,86); }
div.DivClassName
{
background-color: #BB2256;
}
.BgClassName
{
background-color: #BB2256;
}
</style>
border-color css
<style>
span { border-color: #BB2256; }
span { border-color: rgb(187,34,86); }
td.TdClassName
{
border-color: #BB2256;
}
.TagClassName
{
border-color: #BB2256;
}
</style>