Shades of Old Rose #BB2D5E
Tints of Old Rose #BB2D5E
RGB
CMYK
RGB Variations
Color information
#BB2D5E (or 0xBB2D5E) is known color: Old Rose. HEX triplet: BB, 2D and 5E. RGB value is (187,45,94). Sum of RGB (Red+Green+Blue) = 187+45+94=326 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.36% from 326); Green value is 45 (17.97% from 255 or 13.80% from 326); Blue value is 94 (37.11% from 255 or 28.83% from 326); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2D5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2D5E is #44D2A1. Grayscale: #5C5C5C. Windows color (decimal): -4510370 or 6172091. OLE color: 6172091.
HSL color Cylindrical-coordinate representation of color #BB2D5E: hue angle of 339.3º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BB2D5E is Cyan = 0, Magento = 0.76, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 45 | 94 | - |
| CMYK | 0 | 0.76 | 0.50 | 0.27 |
| HSL | 339.3º | 0.61% | 0.45% | - |
| HSV(B) | 339.3º | 0.76% | 0.73% | - |
| XYZ | 23.45 | 13.25 | 11.91 | - |
| YUV | 93.04 | 128.54 | 195.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 45 | 94 | 0 | 0.76 | 0.50 | 0.27 | 339.3 | 0.61 | 0.45 |
| Hex | BB | 2D | 5E | 0 | 4C | 32 | 1B | 153 | 3D | 2D |
| Octal | 273 | 55 | 136 | 0 | 114 | 62 | 33 | 523 | 75 | 55 |
| Binary | 10111011 | 101101 | 1011110 | 0 | 1001100 | 110010 | 11011 | 101010011 | 111101 | 101101 |
Color Harmonies of #BB2D5E
Complementary color
Monochromatic Colors of #BB2D5E
Black with #BB2D5E
Text Example
Text Example
White with #BB2D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2D5E; }
p { color: rgb(187,45,94); }
H1.HeaderClassName
{
color: #BB2D5E;
}
.AnyTagClassName
{
color: #BB2D5E;
}
</style>
background-color css
<style>
a { background-color: #BB2D5E; }
a { background-color: rgb(187,45,94); }
div.DivClassName
{
background-color: #BB2D5E;
}
.BgClassName
{
background-color: #BB2D5E;
}
</style>
border-color css
<style>
span { border-color: #BB2D5E; }
span { border-color: rgb(187,45,94); }
td.TdClassName
{
border-color: #BB2D5E;
}
.TagClassName
{
border-color: #BB2D5E;
}
</style>