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