Shades of Old Rose #BC184E
Tints of Old Rose #BC184E
RGB
CMYK
RGB Variations
Color information
#BC184E (or 0xBC184E) is known color: Old Rose. HEX triplet: BC, 18 and 4E. RGB value is (188,24,78). Sum of RGB (Red+Green+Blue) = 188+24+78=290 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.83% from 290); Green value is 24 (9.77% from 255 or 8.28% from 290); Blue value is 78 (30.86% from 255 or 26.90% from 290); Max value from RGB is 188 - color contains mainly: red. Hex color #BC184E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC184E is #43E7B1. Grayscale: #4F4F4F. Windows color (decimal): -4450226 or 5118140. OLE color: 5118140.
HSL color Cylindrical-coordinate representation of color #BC184E: hue angle of 340.24º 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 #BC184E is Cyan = 0, Magento = 0.87, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 24 | 78 | - |
| CMYK | 0 | 0.87 | 0.59 | 0.26 |
| HSL | 340.24º | 0.77% | 0.42% | - |
| HSV(B) | 340.24º | 0.87% | 0.74% | - |
| XYZ | 22.44 | 11.89 | 8.32 | - |
| YUV | 79.19 | 127.33 | 205.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 24 | 78 | 0 | 0.87 | 0.59 | 0.26 | 340.24 | 0.77 | 0.42 |
| Hex | BC | 18 | 4E | 0 | 57 | 3B | 1A | 154 | 4D | 2A |
| Octal | 274 | 30 | 116 | 0 | 127 | 73 | 32 | 524 | 115 | 52 |
| Binary | 10111100 | 11000 | 1001110 | 0 | 1010111 | 111011 | 11010 | 101010100 | 1001101 | 101010 |
Color Harmonies of #BC184E
Complementary color
Monochromatic Colors of #BC184E
Black with #BC184E
Text Example
Text Example
White with #BC184E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC184E; }
p { color: rgb(188,24,78); }
H1.HeaderClassName
{
color: #BC184E;
}
.AnyTagClassName
{
color: #BC184E;
}
</style>
background-color css
<style>
a { background-color: #BC184E; }
a { background-color: rgb(188,24,78); }
div.DivClassName
{
background-color: #BC184E;
}
.BgClassName
{
background-color: #BC184E;
}
</style>
border-color css
<style>
span { border-color: #BC184E; }
span { border-color: rgb(188,24,78); }
td.TdClassName
{
border-color: #BC184E;
}
.TagClassName
{
border-color: #BC184E;
}
</style>