Shades of Old Rose #BB2A54
Tints of Old Rose #BB2A54
RGB
CMYK
RGB Variations
Color information
#BB2A54 (or 0xBB2A54) is known color: Old Rose. HEX triplet: BB, 2A and 54. RGB value is (187,42,84). Sum of RGB (Red+Green+Blue) = 187+42+84=313 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.74% from 313); Green value is 42 (16.80% from 255 or 13.42% from 313); Blue value is 84 (33.20% from 255 or 26.84% from 313); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2A54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2A54 is #44D5AB. Grayscale: #5A5A5A. Windows color (decimal): -4511148 or 5515963. OLE color: 5515963.
HSL color Cylindrical-coordinate representation of color #BB2A54: hue angle of 342.62º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BB2A54 is Cyan = 0, Magento = 0.78, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 42 | 84 | - |
| CMYK | 0 | 0.78 | 0.55 | 0.27 |
| HSL | 342.62º | 0.63% | 0.45% | - |
| HSV(B) | 342.62º | 0.78% | 0.73% | - |
| XYZ | 22.92 | 12.86 | 9.66 | - |
| YUV | 90.14 | 124.54 | 197.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 42 | 84 | 0 | 0.78 | 0.55 | 0.27 | 342.62 | 0.63 | 0.45 |
| Hex | BB | 2A | 54 | 0 | 4E | 37 | 1B | 157 | 3F | 2D |
| Octal | 273 | 52 | 124 | 0 | 116 | 67 | 33 | 527 | 77 | 55 |
| Binary | 10111011 | 101010 | 1010100 | 0 | 1001110 | 110111 | 11011 | 101010111 | 111111 | 101101 |
Color Harmonies of #BB2A54
Complementary color
Monochromatic Colors of #BB2A54
Black with #BB2A54
Text Example
Text Example
White with #BB2A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2A54; }
p { color: rgb(187,42,84); }
H1.HeaderClassName
{
color: #BB2A54;
}
.AnyTagClassName
{
color: #BB2A54;
}
</style>
background-color css
<style>
a { background-color: #BB2A54; }
a { background-color: rgb(187,42,84); }
div.DivClassName
{
background-color: #BB2A54;
}
.BgClassName
{
background-color: #BB2A54;
}
</style>
border-color css
<style>
span { border-color: #BB2A54; }
span { border-color: rgb(187,42,84); }
td.TdClassName
{
border-color: #BB2A54;
}
.TagClassName
{
border-color: #BB2A54;
}
</style>