Shades of Old Rose #BB2C5C
Tints of Old Rose #BB2C5C
RGB
CMYK
RGB Variations
Color information
#BB2C5C (or 0xBB2C5C) is known color: Old Rose. HEX triplet: BB, 2C and 5C. RGB value is (187,44,92). Sum of RGB (Red+Green+Blue) = 187+44+92=323 (42% of max value = 765). Red value is 187 (73.44% from 255 or 57.89% from 323); Green value is 44 (17.58% from 255 or 13.62% from 323); Blue value is 92 (36.33% from 255 or 28.48% from 323); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2C5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2C5C is #44D3A3. Grayscale: #5C5C5C. Windows color (decimal): -4510628 or 6040763. OLE color: 6040763.
HSL color Cylindrical-coordinate representation of color #BB2C5C: hue angle of 339.86º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BB2C5C is Cyan = 0, Magento = 0.76, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 44 | 92 | - |
| CMYK | 0 | 0.76 | 0.51 | 0.27 |
| HSL | 339.86º | 0.62% | 0.45% | - |
| HSV(B) | 339.86º | 0.76% | 0.73% | - |
| XYZ | 23.33 | 13.14 | 11.43 | - |
| YUV | 92.23 | 127.88 | 195.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 44 | 92 | 0 | 0.76 | 0.51 | 0.27 | 339.86 | 0.62 | 0.45 |
| Hex | BB | 2C | 5C | 0 | 4C | 33 | 1B | 154 | 3E | 2D |
| Octal | 273 | 54 | 134 | 0 | 114 | 63 | 33 | 524 | 76 | 55 |
| Binary | 10111011 | 101100 | 1011100 | 0 | 1001100 | 110011 | 11011 | 101010100 | 111110 | 101101 |
Color Harmonies of #BB2C5C
Complementary color
Monochromatic Colors of #BB2C5C
Black with #BB2C5C
Text Example
Text Example
White with #BB2C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2C5C; }
p { color: rgb(187,44,92); }
H1.HeaderClassName
{
color: #BB2C5C;
}
.AnyTagClassName
{
color: #BB2C5C;
}
</style>
background-color css
<style>
a { background-color: #BB2C5C; }
a { background-color: rgb(187,44,92); }
div.DivClassName
{
background-color: #BB2C5C;
}
.BgClassName
{
background-color: #BB2C5C;
}
</style>
border-color css
<style>
span { border-color: #BB2C5C; }
span { border-color: rgb(187,44,92); }
td.TdClassName
{
border-color: #BB2C5C;
}
.TagClassName
{
border-color: #BB2C5C;
}
</style>