Shades of Old Rose #BB2656
Tints of Old Rose #BB2656
RGB
CMYK
RGB Variations
Color information
#BB2656 (or 0xBB2656) is known color: Old Rose. HEX triplet: BB, 26 and 56. RGB value is (187,38,86). Sum of RGB (Red+Green+Blue) = 187+38+86=311 (41% of max value = 765). Red value is 187 (73.44% from 255 or 60.13% from 311); Green value is 38 (15.23% from 255 or 12.22% from 311); Blue value is 86 (33.98% from 255 or 27.65% from 311); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2656 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2656 is #44D9A9. Grayscale: #575757. Windows color (decimal): -4512170 or 5646011. OLE color: 5646011.
HSL color Cylindrical-coordinate representation of color #BB2656: hue angle of 340.67º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB2656 is Cyan = 0, Magento = 0.80, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 38 | 86 | - |
| CMYK | 0 | 0.80 | 0.54 | 0.27 |
| HSL | 340.67º | 0.66% | 0.44% | - |
| HSV(B) | 340.67º | 0.8% | 0.73% | - |
| XYZ | 22.87 | 12.62 | 10.04 | - |
| YUV | 88.02 | 126.86 | 198.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 38 | 86 | 0 | 0.80 | 0.54 | 0.27 | 340.67 | 0.66 | 0.44 |
| Hex | BB | 26 | 56 | 0 | 50 | 36 | 1B | 155 | 42 | 2C |
| Octal | 273 | 46 | 126 | 0 | 120 | 66 | 33 | 525 | 102 | 54 |
| Binary | 10111011 | 100110 | 1010110 | 0 | 1010000 | 110110 | 11011 | 101010101 | 1000010 | 101100 |
Color Harmonies of #BB2656
Complementary color
Monochromatic Colors of #BB2656
Black with #BB2656
Text Example
Text Example
White with #BB2656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2656; }
p { color: rgb(187,38,86); }
H1.HeaderClassName
{
color: #BB2656;
}
.AnyTagClassName
{
color: #BB2656;
}
</style>
background-color css
<style>
a { background-color: #BB2656; }
a { background-color: rgb(187,38,86); }
div.DivClassName
{
background-color: #BB2656;
}
.BgClassName
{
background-color: #BB2656;
}
</style>
border-color css
<style>
span { border-color: #BB2656; }
span { border-color: rgb(187,38,86); }
td.TdClassName
{
border-color: #BB2656;
}
.TagClassName
{
border-color: #BB2656;
}
</style>