Shades of Old Rose #BC215B
Tints of Old Rose #BC215B
RGB
CMYK
RGB Variations
Color information
#BC215B (or 0xBC215B) is known color: Old Rose. HEX triplet: BC, 21 and 5B. RGB value is (188,33,91). Sum of RGB (Red+Green+Blue) = 188+33+91=312 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.26% from 312); Green value is 33 (13.28% from 255 or 10.58% from 312); Blue value is 91 (35.94% from 255 or 29.17% from 312); Max value from RGB is 188 - color contains mainly: red. Hex color #BC215B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC215B is #43DEA4. Grayscale: #555555. Windows color (decimal): -4447909 or 5972412. OLE color: 5972412.
HSL color Cylindrical-coordinate representation of color #BC215B: hue angle of 337.55º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC215B is Cyan = 0, Magento = 0.82, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 33 | 91 | - |
| CMYK | 0 | 0.82 | 0.52 | 0.26 |
| HSL | 337.55º | 0.7% | 0.43% | - |
| HSV(B) | 337.55º | 0.82% | 0.74% | - |
| XYZ | 23.17 | 12.53 | 11.1 | - |
| YUV | 85.96 | 130.85 | 200.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 33 | 91 | 0 | 0.82 | 0.52 | 0.26 | 337.55 | 0.7 | 0.43 |
| Hex | BC | 21 | 5B | 0 | 52 | 34 | 1A | 152 | 46 | 2B |
| Octal | 274 | 41 | 133 | 0 | 122 | 64 | 32 | 522 | 106 | 53 |
| Binary | 10111100 | 100001 | 1011011 | 0 | 1010010 | 110100 | 11010 | 101010010 | 1000110 | 101011 |
Color Harmonies of #BC215B
Complementary color
Monochromatic Colors of #BC215B
Black with #BC215B
Text Example
Text Example
White with #BC215B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC215B; }
p { color: rgb(188,33,91); }
H1.HeaderClassName
{
color: #BC215B;
}
.AnyTagClassName
{
color: #BC215B;
}
</style>
background-color css
<style>
a { background-color: #BC215B; }
a { background-color: rgb(188,33,91); }
div.DivClassName
{
background-color: #BC215B;
}
.BgClassName
{
background-color: #BC215B;
}
</style>
border-color css
<style>
span { border-color: #BC215B; }
span { border-color: rgb(188,33,91); }
td.TdClassName
{
border-color: #BC215B;
}
.TagClassName
{
border-color: #BC215B;
}
</style>