Shades of Old Rose #BB2549
Tints of Old Rose #BB2549
RGB
CMYK
RGB Variations
Color information
#BB2549 (or 0xBB2549) is known color: Old Rose. HEX triplet: BB, 25 and 49. RGB value is (187,37,73). Sum of RGB (Red+Green+Blue) = 187+37+73=297 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.96% from 297); Green value is 37 (14.84% from 255 or 12.46% from 297); Blue value is 73 (28.91% from 255 or 24.58% from 297); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2549 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2549 is #44DAB6. Grayscale: #555555. Windows color (decimal): -4512439 or 4793787. OLE color: 4793787.
HSL color Cylindrical-coordinate representation of color #BB2549: hue angle of 345.6º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB2549 is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 37 | 73 | - |
| CMYK | 0 | 0.80 | 0.61 | 0.27 |
| HSL | 345.6º | 0.67% | 0.44% | - |
| HSV(B) | 345.6º | 0.8% | 0.73% | - |
| XYZ | 22.36 | 12.37 | 7.51 | - |
| YUV | 85.95 | 120.7 | 200.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 37 | 73 | 0 | 0.80 | 0.61 | 0.27 | 345.6 | 0.67 | 0.44 |
| Hex | BB | 25 | 49 | 0 | 50 | 3D | 1B | 15A | 43 | 2C |
| Octal | 273 | 45 | 111 | 0 | 120 | 75 | 33 | 532 | 103 | 54 |
| Binary | 10111011 | 100101 | 1001001 | 0 | 1010000 | 111101 | 11011 | 101011010 | 1000011 | 101100 |
Color Harmonies of #BB2549
Complementary color
Monochromatic Colors of #BB2549
Black with #BB2549
Text Example
Text Example
White with #BB2549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2549; }
p { color: rgb(187,37,73); }
H1.HeaderClassName
{
color: #BB2549;
}
.AnyTagClassName
{
color: #BB2549;
}
</style>
background-color css
<style>
a { background-color: #BB2549; }
a { background-color: rgb(187,37,73); }
div.DivClassName
{
background-color: #BB2549;
}
.BgClassName
{
background-color: #BB2549;
}
</style>
border-color css
<style>
span { border-color: #BB2549; }
span { border-color: rgb(187,37,73); }
td.TdClassName
{
border-color: #BB2549;
}
.TagClassName
{
border-color: #BB2549;
}
</style>