Shades of Old Rose #BB215D
Tints of Old Rose #BB215D
RGB
CMYK
RGB Variations
Color information
#BB215D (or 0xBB215D) is known color: Old Rose. HEX triplet: BB, 21 and 5D. RGB value is (187,33,93). Sum of RGB (Red+Green+Blue) = 187+33+93=313 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.74% from 313); Green value is 33 (13.28% from 255 or 10.54% from 313); Blue value is 93 (36.72% from 255 or 29.71% from 313); Max value from RGB is 187 - color contains mainly: red. Hex color #BB215D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB215D is #44DEA2. Grayscale: #555555. Windows color (decimal): -4513443 or 6103483. OLE color: 6103483.
HSL color Cylindrical-coordinate representation of color #BB215D: hue angle of 336.62º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BB215D is Cyan = 0, Magento = 0.82, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 33 | 93 | - |
| CMYK | 0 | 0.82 | 0.50 | 0.27 |
| HSL | 336.62º | 0.7% | 0.43% | - |
| HSV(B) | 336.62º | 0.82% | 0.73% | - |
| XYZ | 23.01 | 12.44 | 11.54 | - |
| YUV | 85.89 | 132.02 | 200.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 33 | 93 | 0 | 0.82 | 0.50 | 0.27 | 336.62 | 0.7 | 0.43 |
| Hex | BB | 21 | 5D | 0 | 52 | 32 | 1B | 151 | 46 | 2B |
| Octal | 273 | 41 | 135 | 0 | 122 | 62 | 33 | 521 | 106 | 53 |
| Binary | 10111011 | 100001 | 1011101 | 0 | 1010010 | 110010 | 11011 | 101010001 | 1000110 | 101011 |
Color Harmonies of #BB215D
Complementary color
Monochromatic Colors of #BB215D
Black with #BB215D
Text Example
Text Example
White with #BB215D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB215D; }
p { color: rgb(187,33,93); }
H1.HeaderClassName
{
color: #BB215D;
}
.AnyTagClassName
{
color: #BB215D;
}
</style>
background-color css
<style>
a { background-color: #BB215D; }
a { background-color: rgb(187,33,93); }
div.DivClassName
{
background-color: #BB215D;
}
.BgClassName
{
background-color: #BB215D;
}
</style>
border-color css
<style>
span { border-color: #BB215D; }
span { border-color: rgb(187,33,93); }
td.TdClassName
{
border-color: #BB215D;
}
.TagClassName
{
border-color: #BB215D;
}
</style>