Shades of Old Rose #BB2246
Tints of Old Rose #BB2246
RGB
CMYK
RGB Variations
Color information
#BB2246 (or 0xBB2246) is known color: Old Rose. HEX triplet: BB, 22 and 46. RGB value is (187,34,70). Sum of RGB (Red+Green+Blue) = 187+34+70=291 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.26% from 291); Green value is 34 (13.67% from 255 or 11.68% from 291); Blue value is 70 (27.73% from 255 or 24.05% from 291); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2246 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2246 is #44DDB9. Grayscale: #535353. Windows color (decimal): -4513210 or 4596411. OLE color: 4596411.
HSL color Cylindrical-coordinate representation of color #BB2246: hue angle of 345.88º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BB2246 is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 34 | 70 | - |
| CMYK | 0 | 0.82 | 0.63 | 0.27 |
| HSL | 345.88º | 0.69% | 0.43% | - |
| HSV(B) | 345.88º | 0.82% | 0.73% | - |
| XYZ | 22.17 | 12.15 | 6.97 | - |
| YUV | 83.85 | 120.19 | 201.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 34 | 70 | 0 | 0.82 | 0.63 | 0.27 | 345.88 | 0.69 | 0.43 |
| Hex | BB | 22 | 46 | 0 | 52 | 3F | 1B | 15A | 45 | 2B |
| Octal | 273 | 42 | 106 | 0 | 122 | 77 | 33 | 532 | 105 | 53 |
| Binary | 10111011 | 100010 | 1000110 | 0 | 1010010 | 111111 | 11011 | 101011010 | 1000101 | 101011 |
Color Harmonies of #BB2246
Complementary color
Monochromatic Colors of #BB2246
Black with #BB2246
Text Example
Text Example
White with #BB2246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2246; }
p { color: rgb(187,34,70); }
H1.HeaderClassName
{
color: #BB2246;
}
.AnyTagClassName
{
color: #BB2246;
}
</style>
background-color css
<style>
a { background-color: #BB2246; }
a { background-color: rgb(187,34,70); }
div.DivClassName
{
background-color: #BB2246;
}
.BgClassName
{
background-color: #BB2246;
}
</style>
border-color css
<style>
span { border-color: #BB2246; }
span { border-color: rgb(187,34,70); }
td.TdClassName
{
border-color: #BB2246;
}
.TagClassName
{
border-color: #BB2246;
}
</style>