Shades of Old Rose #BC1753
Tints of Old Rose #BC1753
RGB
CMYK
RGB Variations
Color information
#BC1753 (or 0xBC1753) is known color: Old Rose. HEX triplet: BC, 17 and 53. RGB value is (188,23,83). Sum of RGB (Red+Green+Blue) = 188+23+83=294 (38% of max value = 765). Red value is 188 (73.83% from 255 or 63.95% from 294); Green value is 23 (9.38% from 255 or 7.82% from 294); Blue value is 83 (32.81% from 255 or 28.23% from 294); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1753 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1753 is #43E8AC. Grayscale: #4F4F4F. Windows color (decimal): -4450477 or 5445564. OLE color: 5445564.
HSL color Cylindrical-coordinate representation of color #BC1753: hue angle of 338.18º 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 #BC1753 is Cyan = 0, Magento = 0.88, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 23 | 83 | - |
| CMYK | 0 | 0.88 | 0.56 | 0.26 |
| HSL | 338.18º | 0.78% | 0.41% | - |
| HSV(B) | 338.18º | 0.88% | 0.74% | - |
| XYZ | 22.61 | 11.93 | 9.29 | - |
| YUV | 79.18 | 130.16 | 205.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 23 | 83 | 0 | 0.88 | 0.56 | 0.26 | 338.18 | 0.78 | 0.41 |
| Hex | BC | 17 | 53 | 0 | 58 | 38 | 1A | 152 | 4E | 29 |
| Octal | 274 | 27 | 123 | 0 | 130 | 70 | 32 | 522 | 116 | 51 |
| Binary | 10111100 | 10111 | 1010011 | 0 | 1011000 | 111000 | 11010 | 101010010 | 1001110 | 101001 |
Color Harmonies of #BC1753
Complementary color
Monochromatic Colors of #BC1753
Black with #BC1753
Text Example
Text Example
White with #BC1753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1753; }
p { color: rgb(188,23,83); }
H1.HeaderClassName
{
color: #BC1753;
}
.AnyTagClassName
{
color: #BC1753;
}
</style>
background-color css
<style>
a { background-color: #BC1753; }
a { background-color: rgb(188,23,83); }
div.DivClassName
{
background-color: #BC1753;
}
.BgClassName
{
background-color: #BC1753;
}
</style>
border-color css
<style>
span { border-color: #BC1753; }
span { border-color: rgb(188,23,83); }
td.TdClassName
{
border-color: #BC1753;
}
.TagClassName
{
border-color: #BC1753;
}
</style>