Shades of Old Rose #BC2151
Tints of Old Rose #BC2151
RGB
CMYK
RGB Variations
Color information
#BC2151 (or 0xBC2151) is known color: Old Rose. HEX triplet: BC, 21 and 51. RGB value is (188,33,81). Sum of RGB (Red+Green+Blue) = 188+33+81=302 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.25% from 302); Green value is 33 (13.28% from 255 or 10.93% from 302); Blue value is 81 (32.03% from 255 or 26.82% from 302); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2151 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2151 is #43DEAE. Grayscale: #545454. Windows color (decimal): -4447919 or 5317052. OLE color: 5317052.
HSL color Cylindrical-coordinate representation of color #BC2151: hue angle of 341.42º 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 #BC2151 is Cyan = 0, Magento = 0.82, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 33 | 81 | - |
| CMYK | 0 | 0.82 | 0.57 | 0.26 |
| HSL | 341.42º | 0.7% | 0.43% | - |
| HSV(B) | 341.42º | 0.82% | 0.74% | - |
| XYZ | 22.77 | 12.37 | 8.97 | - |
| YUV | 84.82 | 125.85 | 201.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 33 | 81 | 0 | 0.82 | 0.57 | 0.26 | 341.42 | 0.7 | 0.43 |
| Hex | BC | 21 | 51 | 0 | 52 | 39 | 1A | 155 | 46 | 2B |
| Octal | 274 | 41 | 121 | 0 | 122 | 71 | 32 | 525 | 106 | 53 |
| Binary | 10111100 | 100001 | 1010001 | 0 | 1010010 | 111001 | 11010 | 101010101 | 1000110 | 101011 |
Color Harmonies of #BC2151
Complementary color
Monochromatic Colors of #BC2151
Black with #BC2151
Text Example
Text Example
White with #BC2151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2151; }
p { color: rgb(188,33,81); }
H1.HeaderClassName
{
color: #BC2151;
}
.AnyTagClassName
{
color: #BC2151;
}
</style>
background-color css
<style>
a { background-color: #BC2151; }
a { background-color: rgb(188,33,81); }
div.DivClassName
{
background-color: #BC2151;
}
.BgClassName
{
background-color: #BC2151;
}
</style>
border-color css
<style>
span { border-color: #BC2151; }
span { border-color: rgb(188,33,81); }
td.TdClassName
{
border-color: #BC2151;
}
.TagClassName
{
border-color: #BC2151;
}
</style>