Shades of Old Rose #BC194C
Tints of Old Rose #BC194C
RGB
CMYK
RGB Variations
Color information
#BC194C (or 0xBC194C) is known color: Old Rose. HEX triplet: BC, 19 and 4C. RGB value is (188,25,76). Sum of RGB (Red+Green+Blue) = 188+25+76=289 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.05% from 289); Green value is 25 (10.16% from 255 or 8.65% from 289); Blue value is 76 (30.08% from 255 or 26.30% from 289); Max value from RGB is 188 - color contains mainly: red. Hex color #BC194C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC194C is #43E6B3. Grayscale: #4F4F4F. Windows color (decimal): -4449972 or 4987324. OLE color: 4987324.
HSL color Cylindrical-coordinate representation of color #BC194C: hue angle of 341.23º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC194C is Cyan = 0, Magento = 0.87, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 25 | 76 | - |
| CMYK | 0 | 0.87 | 0.60 | 0.26 |
| HSL | 341.23º | 0.77% | 0.42% | - |
| HSV(B) | 341.23º | 0.87% | 0.74% | - |
| XYZ | 22.39 | 11.91 | 7.96 | - |
| YUV | 79.55 | 126 | 205.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 25 | 76 | 0 | 0.87 | 0.60 | 0.26 | 341.23 | 0.77 | 0.42 |
| Hex | BC | 19 | 4C | 0 | 57 | 3C | 1A | 155 | 4D | 2A |
| Octal | 274 | 31 | 114 | 0 | 127 | 74 | 32 | 525 | 115 | 52 |
| Binary | 10111100 | 11001 | 1001100 | 0 | 1010111 | 111100 | 11010 | 101010101 | 1001101 | 101010 |
Color Harmonies of #BC194C
Complementary color
Monochromatic Colors of #BC194C
Black with #BC194C
Text Example
Text Example
White with #BC194C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC194C; }
p { color: rgb(188,25,76); }
H1.HeaderClassName
{
color: #BC194C;
}
.AnyTagClassName
{
color: #BC194C;
}
</style>
background-color css
<style>
a { background-color: #BC194C; }
a { background-color: rgb(188,25,76); }
div.DivClassName
{
background-color: #BC194C;
}
.BgClassName
{
background-color: #BC194C;
}
</style>
border-color css
<style>
span { border-color: #BC194C; }
span { border-color: rgb(188,25,76); }
td.TdClassName
{
border-color: #BC194C;
}
.TagClassName
{
border-color: #BC194C;
}
</style>