Shades of Old Rose #BC174E
Tints of Old Rose #BC174E
RGB
CMYK
RGB Variations
Color information
#BC174E (or 0xBC174E) is known color: Old Rose. HEX triplet: BC, 17 and 4E. RGB value is (188,23,78). Sum of RGB (Red+Green+Blue) = 188+23+78=289 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.05% from 289); Green value is 23 (9.38% from 255 or 7.96% from 289); Blue value is 78 (30.86% from 255 or 26.99% from 289); Max value from RGB is 188 - color contains mainly: red. Hex color #BC174E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC174E is #43E8B1. Grayscale: #4E4E4E. Windows color (decimal): -4450482 or 5117884. OLE color: 5117884.
HSL color Cylindrical-coordinate representation of color #BC174E: hue angle of 340º 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 #BC174E is Cyan = 0, Magento = 0.88, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 23 | 78 | - |
| CMYK | 0 | 0.88 | 0.59 | 0.26 |
| HSL | 340º | 0.78% | 0.41% | - |
| HSV(B) | 340º | 0.88% | 0.74% | - |
| XYZ | 22.42 | 11.85 | 8.31 | - |
| YUV | 78.61 | 127.66 | 206.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 23 | 78 | 0 | 0.88 | 0.59 | 0.26 | 340 | 0.78 | 0.41 |
| Hex | BC | 17 | 4E | 0 | 58 | 3B | 1A | 154 | 4E | 29 |
| Octal | 274 | 27 | 116 | 0 | 130 | 73 | 32 | 524 | 116 | 51 |
| Binary | 10111100 | 10111 | 1001110 | 0 | 1011000 | 111011 | 11010 | 101010100 | 1001110 | 101001 |
Color Harmonies of #BC174E
Complementary color
Monochromatic Colors of #BC174E
Black with #BC174E
Text Example
Text Example
White with #BC174E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC174E; }
p { color: rgb(188,23,78); }
H1.HeaderClassName
{
color: #BC174E;
}
.AnyTagClassName
{
color: #BC174E;
}
</style>
background-color css
<style>
a { background-color: #BC174E; }
a { background-color: rgb(188,23,78); }
div.DivClassName
{
background-color: #BC174E;
}
.BgClassName
{
background-color: #BC174E;
}
</style>
border-color css
<style>
span { border-color: #BC174E; }
span { border-color: rgb(188,23,78); }
td.TdClassName
{
border-color: #BC174E;
}
.TagClassName
{
border-color: #BC174E;
}
</style>