Shades of Old Rose #BC284F
Tints of Old Rose #BC284F
RGB
CMYK
RGB Variations
Color information
#BC284F (or 0xBC284F) is known color: Old Rose. HEX triplet: BC, 28 and 4F. RGB value is (188,40,79). Sum of RGB (Red+Green+Blue) = 188+40+79=307 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.24% from 307); Green value is 40 (16.02% from 255 or 13.03% from 307); Blue value is 79 (31.25% from 255 or 25.73% from 307); Max value from RGB is 188 - color contains mainly: red. Hex color #BC284F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC284F is #43D7B0. Grayscale: #585858. Windows color (decimal): -4446129 or 5187772. OLE color: 5187772.
HSL color Cylindrical-coordinate representation of color #BC284F: hue angle of 344.19º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC284F is Cyan = 0, Magento = 0.79, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 40 | 79 | - |
| CMYK | 0 | 0.79 | 0.58 | 0.26 |
| HSL | 344.19º | 0.65% | 0.45% | - |
| HSV(B) | 344.19º | 0.79% | 0.74% | - |
| XYZ | 22.91 | 12.77 | 8.66 | - |
| YUV | 88.7 | 122.53 | 198.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 40 | 79 | 0 | 0.79 | 0.58 | 0.26 | 344.19 | 0.65 | 0.45 |
| Hex | BC | 28 | 4F | 0 | 4F | 3A | 1A | 158 | 41 | 2D |
| Octal | 274 | 50 | 117 | 0 | 117 | 72 | 32 | 530 | 101 | 55 |
| Binary | 10111100 | 101000 | 1001111 | 0 | 1001111 | 111010 | 11010 | 101011000 | 1000001 | 101101 |
Color Harmonies of #BC284F
Complementary color
Monochromatic Colors of #BC284F
Black with #BC284F
Text Example
Text Example
White with #BC284F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC284F; }
p { color: rgb(188,40,79); }
H1.HeaderClassName
{
color: #BC284F;
}
.AnyTagClassName
{
color: #BC284F;
}
</style>
background-color css
<style>
a { background-color: #BC284F; }
a { background-color: rgb(188,40,79); }
div.DivClassName
{
background-color: #BC284F;
}
.BgClassName
{
background-color: #BC284F;
}
</style>
border-color css
<style>
span { border-color: #BC284F; }
span { border-color: rgb(188,40,79); }
td.TdClassName
{
border-color: #BC284F;
}
.TagClassName
{
border-color: #BC284F;
}
</style>