Shades of Old Rose #BB2E5E
Tints of Old Rose #BB2E5E
RGB
CMYK
RGB Variations
Color information
#BB2E5E (or 0xBB2E5E) is known color: Old Rose. HEX triplet: BB, 2E and 5E. RGB value is (187,46,94). Sum of RGB (Red+Green+Blue) = 187+46+94=327 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.19% from 327); Green value is 46 (18.36% from 255 or 14.07% from 327); Blue value is 94 (37.11% from 255 or 28.75% from 327); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2E5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2E5E is #44D1A1. Grayscale: #5D5D5D. Windows color (decimal): -4510114 or 6172347. OLE color: 6172347.
HSL color Cylindrical-coordinate representation of color #BB2E5E: hue angle of 339.57º 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 #BB2E5E is Cyan = 0, Magento = 0.75, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 46 | 94 | - |
| CMYK | 0 | 0.75 | 0.50 | 0.27 |
| HSL | 339.57º | 0.61% | 0.46% | - |
| HSV(B) | 339.57º | 0.75% | 0.73% | - |
| XYZ | 23.49 | 13.33 | 11.92 | - |
| YUV | 93.63 | 128.21 | 194.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 46 | 94 | 0 | 0.75 | 0.50 | 0.27 | 339.57 | 0.61 | 0.46 |
| Hex | BB | 2E | 5E | 0 | 4B | 32 | 1B | 154 | 3D | 2E |
| Octal | 273 | 56 | 136 | 0 | 113 | 62 | 33 | 524 | 75 | 56 |
| Binary | 10111011 | 101110 | 1011110 | 0 | 1001011 | 110010 | 11011 | 101010100 | 111101 | 101110 |
Color Harmonies of #BB2E5E
Complementary color
Monochromatic Colors of #BB2E5E
Black with #BB2E5E
Text Example
Text Example
White with #BB2E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2E5E; }
p { color: rgb(187,46,94); }
H1.HeaderClassName
{
color: #BB2E5E;
}
.AnyTagClassName
{
color: #BB2E5E;
}
</style>
background-color css
<style>
a { background-color: #BB2E5E; }
a { background-color: rgb(187,46,94); }
div.DivClassName
{
background-color: #BB2E5E;
}
.BgClassName
{
background-color: #BB2E5E;
}
</style>
border-color css
<style>
span { border-color: #BB2E5E; }
span { border-color: rgb(187,46,94); }
td.TdClassName
{
border-color: #BB2E5E;
}
.TagClassName
{
border-color: #BB2E5E;
}
</style>