Shades of Old Rose #BC1754
Tints of Old Rose #BC1754
RGB
CMYK
RGB Variations
Color information
#BC1754 (or 0xBC1754) is known color: Old Rose. HEX triplet: BC, 17 and 54. RGB value is (188,23,84). Sum of RGB (Red+Green+Blue) = 188+23+84=295 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.73% from 295); Green value is 23 (9.38% from 255 or 7.80% from 295); Blue value is 84 (33.20% from 255 or 28.47% from 295); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1754 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1754 is #43E8AB. Grayscale: #4F4F4F. Windows color (decimal): -4450476 or 5511100. OLE color: 5511100.
HSL color Cylindrical-coordinate representation of color #BC1754: hue angle of 337.82º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC1754 is Cyan = 0, Magento = 0.88, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 23 | 84 | - |
| CMYK | 0 | 0.88 | 0.55 | 0.26 |
| HSL | 337.82º | 0.78% | 0.41% | - |
| HSV(B) | 337.82º | 0.88% | 0.74% | - |
| XYZ | 22.65 | 11.94 | 9.5 | - |
| YUV | 79.29 | 130.66 | 205.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 23 | 84 | 0 | 0.88 | 0.55 | 0.26 | 337.82 | 0.78 | 0.41 |
| Hex | BC | 17 | 54 | 0 | 58 | 37 | 1A | 152 | 4E | 29 |
| Octal | 274 | 27 | 124 | 0 | 130 | 67 | 32 | 522 | 116 | 51 |
| Binary | 10111100 | 10111 | 1010100 | 0 | 1011000 | 110111 | 11010 | 101010010 | 1001110 | 101001 |
Color Harmonies of #BC1754
Complementary color
Monochromatic Colors of #BC1754
Black with #BC1754
Text Example
Text Example
White with #BC1754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1754; }
p { color: rgb(188,23,84); }
H1.HeaderClassName
{
color: #BC1754;
}
.AnyTagClassName
{
color: #BC1754;
}
</style>
background-color css
<style>
a { background-color: #BC1754; }
a { background-color: rgb(188,23,84); }
div.DivClassName
{
background-color: #BC1754;
}
.BgClassName
{
background-color: #BC1754;
}
</style>
border-color css
<style>
span { border-color: #BC1754; }
span { border-color: rgb(188,23,84); }
td.TdClassName
{
border-color: #BC1754;
}
.TagClassName
{
border-color: #BC1754;
}
</style>