Shades of Old Rose #BC3851
Tints of Old Rose #BC3851
RGB
CMYK
RGB Variations
Color information
#BC3851 (or 0xBC3851) is known color: Old Rose. HEX triplet: BC, 38 and 51. RGB value is (188,56,81). Sum of RGB (Red+Green+Blue) = 188+56+81=325 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.85% from 325); Green value is 56 (22.27% from 255 or 17.23% from 325); Blue value is 81 (32.03% from 255 or 24.92% from 325); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3851 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3851 is #43C7AE. Grayscale: #626262. Windows color (decimal): -4442031 or 5322940. OLE color: 5322940.
HSL color Cylindrical-coordinate representation of color #BC3851: hue angle of 348.64º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC3851 is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 56 | 81 | - |
| CMYK | 0 | 0.70 | 0.57 | 0.26 |
| HSL | 348.64º | 0.54% | 0.48% | - |
| HSV(B) | 348.64º | 0.7% | 0.74% | - |
| XYZ | 23.64 | 14.11 | 9.26 | - |
| YUV | 98.32 | 118.23 | 191.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 56 | 81 | 0 | 0.70 | 0.57 | 0.26 | 348.64 | 0.54 | 0.48 |
| Hex | BC | 38 | 51 | 0 | 46 | 39 | 1A | 15D | 36 | 30 |
| Octal | 274 | 70 | 121 | 0 | 106 | 71 | 32 | 535 | 66 | 60 |
| Binary | 10111100 | 111000 | 1010001 | 0 | 1000110 | 111001 | 11010 | 101011101 | 110110 | 110000 |
Color Harmonies of #BC3851
Complementary color
Monochromatic Colors of #BC3851
Black with #BC3851
Text Example
Text Example
White with #BC3851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3851; }
p { color: rgb(188,56,81); }
H1.HeaderClassName
{
color: #BC3851;
}
.AnyTagClassName
{
color: #BC3851;
}
</style>
background-color css
<style>
a { background-color: #BC3851; }
a { background-color: rgb(188,56,81); }
div.DivClassName
{
background-color: #BC3851;
}
.BgClassName
{
background-color: #BC3851;
}
</style>
border-color css
<style>
span { border-color: #BC3851; }
span { border-color: rgb(188,56,81); }
td.TdClassName
{
border-color: #BC3851;
}
.TagClassName
{
border-color: #BC3851;
}
</style>