Shades of Old Rose #BB215C
Tints of Old Rose #BB215C
RGB
CMYK
RGB Variations
Color information
#BB215C (or 0xBB215C) is known color: Old Rose. HEX triplet: BB, 21 and 5C. RGB value is (187,33,92). Sum of RGB (Red+Green+Blue) = 187+33+92=312 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.94% from 312); Green value is 33 (13.28% from 255 or 10.58% from 312); Blue value is 92 (36.33% from 255 or 29.49% from 312); Max value from RGB is 187 - color contains mainly: red. Hex color #BB215C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB215C is #44DEA3. Grayscale: #555555. Windows color (decimal): -4513444 or 6037947. OLE color: 6037947.
HSL color Cylindrical-coordinate representation of color #BB215C: hue angle of 337.01º 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 #BB215C is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 33 | 92 | - |
| CMYK | 0 | 0.82 | 0.51 | 0.27 |
| HSL | 337.01º | 0.7% | 0.43% | - |
| HSV(B) | 337.01º | 0.82% | 0.73% | - |
| XYZ | 22.97 | 12.43 | 11.31 | - |
| YUV | 85.77 | 131.52 | 200.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 33 | 92 | 0 | 0.82 | 0.51 | 0.27 | 337.01 | 0.7 | 0.43 |
| Hex | BB | 21 | 5C | 0 | 52 | 33 | 1B | 151 | 46 | 2B |
| Octal | 273 | 41 | 134 | 0 | 122 | 63 | 33 | 521 | 106 | 53 |
| Binary | 10111011 | 100001 | 1011100 | 0 | 1010010 | 110011 | 11011 | 101010001 | 1000110 | 101011 |
Color Harmonies of #BB215C
Complementary color
Monochromatic Colors of #BB215C
Black with #BB215C
Text Example
Text Example
White with #BB215C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB215C; }
p { color: rgb(187,33,92); }
H1.HeaderClassName
{
color: #BB215C;
}
.AnyTagClassName
{
color: #BB215C;
}
</style>
background-color css
<style>
a { background-color: #BB215C; }
a { background-color: rgb(187,33,92); }
div.DivClassName
{
background-color: #BB215C;
}
.BgClassName
{
background-color: #BB215C;
}
</style>
border-color css
<style>
span { border-color: #BB215C; }
span { border-color: rgb(187,33,92); }
td.TdClassName
{
border-color: #BB215C;
}
.TagClassName
{
border-color: #BB215C;
}
</style>