Shades of Old Rose #BB2E5B
Tints of Old Rose #BB2E5B
RGB
CMYK
RGB Variations
Color information
#BB2E5B (or 0xBB2E5B) is known color: Old Rose. HEX triplet: BB, 2E and 5B. RGB value is (187,46,91). Sum of RGB (Red+Green+Blue) = 187+46+91=324 (42% of max value = 765). Red value is 187 (73.44% from 255 or 57.72% from 324); Green value is 46 (18.36% from 255 or 14.20% from 324); Blue value is 91 (35.94% from 255 or 28.09% from 324); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2E5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2E5B is #44D1A4. Grayscale: #5D5D5D. Windows color (decimal): -4510117 or 5975739. OLE color: 5975739.
HSL color Cylindrical-coordinate representation of color #BB2E5B: hue angle of 340.85º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BB2E5B is Cyan = 0, Magento = 0.75, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 46 | 91 | - |
| CMYK | 0 | 0.75 | 0.51 | 0.27 |
| HSL | 340.85º | 0.61% | 0.46% | - |
| HSV(B) | 340.85º | 0.75% | 0.73% | - |
| XYZ | 23.36 | 13.27 | 11.23 | - |
| YUV | 93.29 | 126.71 | 194.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 46 | 91 | 0 | 0.75 | 0.51 | 0.27 | 340.85 | 0.61 | 0.46 |
| Hex | BB | 2E | 5B | 0 | 4B | 33 | 1B | 155 | 3D | 2E |
| Octal | 273 | 56 | 133 | 0 | 113 | 63 | 33 | 525 | 75 | 56 |
| Binary | 10111011 | 101110 | 1011011 | 0 | 1001011 | 110011 | 11011 | 101010101 | 111101 | 101110 |
Color Harmonies of #BB2E5B
Complementary color
Monochromatic Colors of #BB2E5B
Black with #BB2E5B
Text Example
Text Example
White with #BB2E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2E5B; }
p { color: rgb(187,46,91); }
H1.HeaderClassName
{
color: #BB2E5B;
}
.AnyTagClassName
{
color: #BB2E5B;
}
</style>
background-color css
<style>
a { background-color: #BB2E5B; }
a { background-color: rgb(187,46,91); }
div.DivClassName
{
background-color: #BB2E5B;
}
.BgClassName
{
background-color: #BB2E5B;
}
</style>
border-color css
<style>
span { border-color: #BB2E5B; }
span { border-color: rgb(187,46,91); }
td.TdClassName
{
border-color: #BB2E5B;
}
.TagClassName
{
border-color: #BB2E5B;
}
</style>