Shades of Old Rose #BC3258
Tints of Old Rose #BC3258
RGB
CMYK
RGB Variations
Color information
#BC3258 (or 0xBC3258) is known color: Old Rose. HEX triplet: BC, 32 and 58. RGB value is (188,50,88). Sum of RGB (Red+Green+Blue) = 188+50+88=326 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.67% from 326); Green value is 50 (19.92% from 255 or 15.34% from 326); Blue value is 88 (34.77% from 255 or 26.99% from 326); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3258 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3258 is #43CDA7. Grayscale: #5F5F5F. Windows color (decimal): -4443560 or 5780156. OLE color: 5780156.
HSL color Cylindrical-coordinate representation of color #BC3258: hue angle of 343.48º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC3258 is Cyan = 0, Magento = 0.73, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 50 | 88 | - |
| CMYK | 0 | 0.73 | 0.53 | 0.26 |
| HSL | 343.48º | 0.58% | 0.47% | - |
| HSV(B) | 343.48º | 0.73% | 0.74% | - |
| XYZ | 23.64 | 13.68 | 10.63 | - |
| YUV | 95.59 | 123.72 | 193.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 50 | 88 | 0 | 0.73 | 0.53 | 0.26 | 343.48 | 0.58 | 0.47 |
| Hex | BC | 32 | 58 | 0 | 49 | 35 | 1A | 157 | 3A | 2F |
| Octal | 274 | 62 | 130 | 0 | 111 | 65 | 32 | 527 | 72 | 57 |
| Binary | 10111100 | 110010 | 1011000 | 0 | 1001001 | 110101 | 11010 | 101010111 | 111010 | 101111 |
Color Harmonies of #BC3258
Complementary color
Monochromatic Colors of #BC3258
Black with #BC3258
Text Example
Text Example
White with #BC3258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3258; }
p { color: rgb(188,50,88); }
H1.HeaderClassName
{
color: #BC3258;
}
.AnyTagClassName
{
color: #BC3258;
}
</style>
background-color css
<style>
a { background-color: #BC3258; }
a { background-color: rgb(188,50,88); }
div.DivClassName
{
background-color: #BC3258;
}
.BgClassName
{
background-color: #BC3258;
}
</style>
border-color css
<style>
span { border-color: #BC3258; }
span { border-color: rgb(188,50,88); }
td.TdClassName
{
border-color: #BC3258;
}
.TagClassName
{
border-color: #BC3258;
}
</style>