Shades of Old Rose #BC3858
Tints of Old Rose #BC3858
RGB
CMYK
RGB Variations
Color information
#BC3858 (or 0xBC3858) is known color: Old Rose. HEX triplet: BC, 38 and 58. RGB value is (188,56,88). Sum of RGB (Red+Green+Blue) = 188+56+88=332 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.63% from 332); Green value is 56 (22.27% from 255 or 16.87% from 332); Blue value is 88 (34.77% from 255 or 26.51% from 332); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3858 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3858 is #43C7A7. Grayscale: #636363. Windows color (decimal): -4442024 or 5781692. OLE color: 5781692.
HSL color Cylindrical-coordinate representation of color #BC3858: hue angle of 345.45º 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 #BC3858 is Cyan = 0, Magento = 0.70, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 56 | 88 | - |
| CMYK | 0 | 0.70 | 0.53 | 0.26 |
| HSL | 345.45º | 0.54% | 0.48% | - |
| HSV(B) | 345.45º | 0.7% | 0.74% | - |
| XYZ | 23.91 | 14.22 | 10.72 | - |
| YUV | 99.12 | 121.73 | 191.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 56 | 88 | 0 | 0.70 | 0.53 | 0.26 | 345.45 | 0.54 | 0.48 |
| Hex | BC | 38 | 58 | 0 | 46 | 35 | 1A | 159 | 36 | 30 |
| Octal | 274 | 70 | 130 | 0 | 106 | 65 | 32 | 531 | 66 | 60 |
| Binary | 10111100 | 111000 | 1011000 | 0 | 1000110 | 110101 | 11010 | 101011001 | 110110 | 110000 |
Color Harmonies of #BC3858
Complementary color
Monochromatic Colors of #BC3858
Black with #BC3858
Text Example
Text Example
White with #BC3858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3858; }
p { color: rgb(188,56,88); }
H1.HeaderClassName
{
color: #BC3858;
}
.AnyTagClassName
{
color: #BC3858;
}
</style>
background-color css
<style>
a { background-color: #BC3858; }
a { background-color: rgb(188,56,88); }
div.DivClassName
{
background-color: #BC3858;
}
.BgClassName
{
background-color: #BC3858;
}
</style>
border-color css
<style>
span { border-color: #BC3858; }
span { border-color: rgb(188,56,88); }
td.TdClassName
{
border-color: #BC3858;
}
.TagClassName
{
border-color: #BC3858;
}
</style>