Shades of Old Rose #BB2E46
Tints of Old Rose #BB2E46
RGB
CMYK
RGB Variations
Color information
#BB2E46 (or 0xBB2E46) is known color: Old Rose. HEX triplet: BB, 2E and 46. RGB value is (187,46,70). Sum of RGB (Red+Green+Blue) = 187+46+70=303 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.72% from 303); Green value is 46 (18.36% from 255 or 15.18% from 303); Blue value is 70 (27.73% from 255 or 23.10% from 303); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2E46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2E46 is #44D1B9. Grayscale: #5A5A5A. Windows color (decimal): -4510138 or 4599483. OLE color: 4599483.
HSL color Cylindrical-coordinate representation of color #BB2E46: hue angle of 349.79º 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 #BB2E46 is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 46 | 70 | - |
| CMYK | 0 | 0.75 | 0.63 | 0.27 |
| HSL | 349.79º | 0.61% | 0.46% | - |
| HSV(B) | 349.79º | 0.75% | 0.73% | - |
| XYZ | 22.58 | 12.96 | 7.11 | - |
| YUV | 90.9 | 116.21 | 196.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 46 | 70 | 0 | 0.75 | 0.63 | 0.27 | 349.79 | 0.61 | 0.46 |
| Hex | BB | 2E | 46 | 0 | 4B | 3F | 1B | 15E | 3D | 2E |
| Octal | 273 | 56 | 106 | 0 | 113 | 77 | 33 | 536 | 75 | 56 |
| Binary | 10111011 | 101110 | 1000110 | 0 | 1001011 | 111111 | 11011 | 101011110 | 111101 | 101110 |
Color Harmonies of #BB2E46
Complementary color
Monochromatic Colors of #BB2E46
Black with #BB2E46
Text Example
Text Example
White with #BB2E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2E46; }
p { color: rgb(187,46,70); }
H1.HeaderClassName
{
color: #BB2E46;
}
.AnyTagClassName
{
color: #BB2E46;
}
</style>
background-color css
<style>
a { background-color: #BB2E46; }
a { background-color: rgb(187,46,70); }
div.DivClassName
{
background-color: #BB2E46;
}
.BgClassName
{
background-color: #BB2E46;
}
</style>
border-color css
<style>
span { border-color: #BB2E46; }
span { border-color: rgb(187,46,70); }
td.TdClassName
{
border-color: #BB2E46;
}
.TagClassName
{
border-color: #BB2E46;
}
</style>