Shades of Old Rose #BB2648
Tints of Old Rose #BB2648
RGB
CMYK
RGB Variations
Color information
#BB2648 (or 0xBB2648) is known color: Old Rose. HEX triplet: BB, 26 and 48. RGB value is (187,38,72). Sum of RGB (Red+Green+Blue) = 187+38+72=297 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.96% from 297); Green value is 38 (15.23% from 255 or 12.79% from 297); Blue value is 72 (28.52% from 255 or 24.24% from 297); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2648 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2648 is #44D9B7. Grayscale: #565656. Windows color (decimal): -4512184 or 4728507. OLE color: 4728507.
HSL color Cylindrical-coordinate representation of color #BB2648: hue angle of 346.31º degrees, saturation: 0.66, 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 #BB2648 is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 38 | 72 | - |
| CMYK | 0 | 0.80 | 0.61 | 0.27 |
| HSL | 346.31º | 0.66% | 0.44% | - |
| HSV(B) | 346.31º | 0.8% | 0.73% | - |
| XYZ | 22.36 | 12.42 | 7.35 | - |
| YUV | 86.43 | 119.86 | 199.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 38 | 72 | 0 | 0.80 | 0.61 | 0.27 | 346.31 | 0.66 | 0.44 |
| Hex | BB | 26 | 48 | 0 | 50 | 3D | 1B | 15A | 42 | 2C |
| Octal | 273 | 46 | 110 | 0 | 120 | 75 | 33 | 532 | 102 | 54 |
| Binary | 10111011 | 100110 | 1001000 | 0 | 1010000 | 111101 | 11011 | 101011010 | 1000010 | 101100 |
Color Harmonies of #BB2648
Complementary color
Monochromatic Colors of #BB2648
Black with #BB2648
Text Example
Text Example
White with #BB2648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2648; }
p { color: rgb(187,38,72); }
H1.HeaderClassName
{
color: #BB2648;
}
.AnyTagClassName
{
color: #BB2648;
}
</style>
background-color css
<style>
a { background-color: #BB2648; }
a { background-color: rgb(187,38,72); }
div.DivClassName
{
background-color: #BB2648;
}
.BgClassName
{
background-color: #BB2648;
}
</style>
border-color css
<style>
span { border-color: #BB2648; }
span { border-color: rgb(187,38,72); }
td.TdClassName
{
border-color: #BB2648;
}
.TagClassName
{
border-color: #BB2648;
}
</style>