Shades of Old Rose #BB2849
Tints of Old Rose #BB2849
RGB
CMYK
RGB Variations
Color information
#BB2849 (or 0xBB2849) is known color: Old Rose. HEX triplet: BB, 28 and 49. RGB value is (187,40,73). Sum of RGB (Red+Green+Blue) = 187+40+73=300 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.33% from 300); Green value is 40 (16.02% from 255 or 13.33% from 300); Blue value is 73 (28.91% from 255 or 24.33% from 300); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2849 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2849 is #44D7B6. Grayscale: #575757. Windows color (decimal): -4511671 or 4794555. OLE color: 4794555.
HSL color Cylindrical-coordinate representation of color #BB2849: hue angle of 346.53º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BB2849 is Cyan = 0, Magento = 0.79, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 40 | 73 | - |
| CMYK | 0 | 0.79 | 0.61 | 0.27 |
| HSL | 346.53º | 0.65% | 0.45% | - |
| HSV(B) | 346.53º | 0.79% | 0.73% | - |
| XYZ | 22.45 | 12.56 | 7.54 | - |
| YUV | 87.72 | 119.7 | 198.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 40 | 73 | 0 | 0.79 | 0.61 | 0.27 | 346.53 | 0.65 | 0.45 |
| Hex | BB | 28 | 49 | 0 | 4F | 3D | 1B | 15B | 41 | 2D |
| Octal | 273 | 50 | 111 | 0 | 117 | 75 | 33 | 533 | 101 | 55 |
| Binary | 10111011 | 101000 | 1001001 | 0 | 1001111 | 111101 | 11011 | 101011011 | 1000001 | 101101 |
Color Harmonies of #BB2849
Complementary color
Monochromatic Colors of #BB2849
Black with #BB2849
Text Example
Text Example
White with #BB2849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2849; }
p { color: rgb(187,40,73); }
H1.HeaderClassName
{
color: #BB2849;
}
.AnyTagClassName
{
color: #BB2849;
}
</style>
background-color css
<style>
a { background-color: #BB2849; }
a { background-color: rgb(187,40,73); }
div.DivClassName
{
background-color: #BB2849;
}
.BgClassName
{
background-color: #BB2849;
}
</style>
border-color css
<style>
span { border-color: #BB2849; }
span { border-color: rgb(187,40,73); }
td.TdClassName
{
border-color: #BB2849;
}
.TagClassName
{
border-color: #BB2849;
}
</style>