Shades of Old Rose #BC3E58
Tints of Old Rose #BC3E58
RGB
CMYK
RGB Variations
Color information
#BC3E58 (or 0xBC3E58) is known color: Old Rose. HEX triplet: BC, 3E and 58. RGB value is (188,62,88). Sum of RGB (Red+Green+Blue) = 188+62+88=338 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.62% from 338); Green value is 62 (24.61% from 255 or 18.34% from 338); Blue value is 88 (34.77% from 255 or 26.04% from 338); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3E58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3E58 is #43C1A7. Grayscale: #666666. Windows color (decimal): -4440488 or 5783228. OLE color: 5783228.
HSL color Cylindrical-coordinate representation of color #BC3E58: hue angle of 347.62º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BC3E58 is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 62 | 88 | - |
| CMYK | 0 | 0.67 | 0.53 | 0.26 |
| HSL | 347.62º | 0.5% | 0.49% | - |
| HSV(B) | 347.62º | 0.67% | 0.74% | - |
| XYZ | 24.22 | 14.84 | 10.82 | - |
| YUV | 102.64 | 119.74 | 188.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 62 | 88 | 0 | 0.67 | 0.53 | 0.26 | 347.62 | 0.5 | 0.49 |
| Hex | BC | 3E | 58 | 0 | 43 | 35 | 1A | 15C | 32 | 31 |
| Octal | 274 | 76 | 130 | 0 | 103 | 65 | 32 | 534 | 62 | 61 |
| Binary | 10111100 | 111110 | 1011000 | 0 | 1000011 | 110101 | 11010 | 101011100 | 110010 | 110001 |
Color Harmonies of #BC3E58
Complementary color
Monochromatic Colors of #BC3E58
Black with #BC3E58
Text Example
Text Example
White with #BC3E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3E58; }
p { color: rgb(188,62,88); }
H1.HeaderClassName
{
color: #BC3E58;
}
.AnyTagClassName
{
color: #BC3E58;
}
</style>
background-color css
<style>
a { background-color: #BC3E58; }
a { background-color: rgb(188,62,88); }
div.DivClassName
{
background-color: #BC3E58;
}
.BgClassName
{
background-color: #BC3E58;
}
</style>
border-color css
<style>
span { border-color: #BC3E58; }
span { border-color: rgb(188,62,88); }
td.TdClassName
{
border-color: #BC3E58;
}
.TagClassName
{
border-color: #BC3E58;
}
</style>