Shades of Old Rose #BB2E47
Tints of Old Rose #BB2E47
RGB
CMYK
RGB Variations
Color information
#BB2E47 (or 0xBB2E47) is known color: Old Rose. HEX triplet: BB, 2E and 47. RGB value is (187,46,71). Sum of RGB (Red+Green+Blue) = 187+46+71=304 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.51% from 304); Green value is 46 (18.36% from 255 or 15.13% from 304); Blue value is 71 (28.12% from 255 or 23.36% from 304); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2E47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2E47 is #44D1B8. Grayscale: #5B5B5B. Windows color (decimal): -4510137 or 4665019. OLE color: 4665019.
HSL color Cylindrical-coordinate representation of color #BB2E47: hue angle of 349.36º 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 #BB2E47 is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 46 | 71 | - |
| CMYK | 0 | 0.75 | 0.62 | 0.27 |
| HSL | 349.36º | 0.61% | 0.46% | - |
| HSV(B) | 349.36º | 0.75% | 0.73% | - |
| XYZ | 22.61 | 12.97 | 7.27 | - |
| YUV | 91.01 | 116.71 | 196.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 46 | 71 | 0 | 0.75 | 0.62 | 0.27 | 349.36 | 0.61 | 0.46 |
| Hex | BB | 2E | 47 | 0 | 4B | 3E | 1B | 15D | 3D | 2E |
| Octal | 273 | 56 | 107 | 0 | 113 | 76 | 33 | 535 | 75 | 56 |
| Binary | 10111011 | 101110 | 1000111 | 0 | 1001011 | 111110 | 11011 | 101011101 | 111101 | 101110 |
Color Harmonies of #BB2E47
Complementary color
Monochromatic Colors of #BB2E47
Black with #BB2E47
Text Example
Text Example
White with #BB2E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2E47; }
p { color: rgb(187,46,71); }
H1.HeaderClassName
{
color: #BB2E47;
}
.AnyTagClassName
{
color: #BB2E47;
}
</style>
background-color css
<style>
a { background-color: #BB2E47; }
a { background-color: rgb(187,46,71); }
div.DivClassName
{
background-color: #BB2E47;
}
.BgClassName
{
background-color: #BB2E47;
}
</style>
border-color css
<style>
span { border-color: #BB2E47; }
span { border-color: rgb(187,46,71); }
td.TdClassName
{
border-color: #BB2E47;
}
.TagClassName
{
border-color: #BB2E47;
}
</style>