Shades of Old Rose #BC2558
Tints of Old Rose #BC2558
RGB
CMYK
RGB Variations
Color information
#BC2558 (or 0xBC2558) is known color: Old Rose. HEX triplet: BC, 25 and 58. RGB value is (188,37,88). Sum of RGB (Red+Green+Blue) = 188+37+88=313 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.06% from 313); Green value is 37 (14.84% from 255 or 11.82% from 313); Blue value is 88 (34.77% from 255 or 28.12% from 313); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2558 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2558 is #43DAA7. Grayscale: #575757. Windows color (decimal): -4446888 or 5776828. OLE color: 5776828.
HSL color Cylindrical-coordinate representation of color #BC2558: hue angle of 339.74º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC2558 is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 37 | 88 | - |
| CMYK | 0 | 0.80 | 0.53 | 0.26 |
| HSL | 339.74º | 0.67% | 0.44% | - |
| HSV(B) | 339.74º | 0.8% | 0.74% | - |
| XYZ | 23.16 | 12.72 | 10.47 | - |
| YUV | 87.96 | 128.03 | 199.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 37 | 88 | 0 | 0.80 | 0.53 | 0.26 | 339.74 | 0.67 | 0.44 |
| Hex | BC | 25 | 58 | 0 | 50 | 35 | 1A | 154 | 43 | 2C |
| Octal | 274 | 45 | 130 | 0 | 120 | 65 | 32 | 524 | 103 | 54 |
| Binary | 10111100 | 100101 | 1011000 | 0 | 1010000 | 110101 | 11010 | 101010100 | 1000011 | 101100 |
Color Harmonies of #BC2558
Complementary color
Monochromatic Colors of #BC2558
Black with #BC2558
Text Example
Text Example
White with #BC2558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2558; }
p { color: rgb(188,37,88); }
H1.HeaderClassName
{
color: #BC2558;
}
.AnyTagClassName
{
color: #BC2558;
}
</style>
background-color css
<style>
a { background-color: #BC2558; }
a { background-color: rgb(188,37,88); }
div.DivClassName
{
background-color: #BC2558;
}
.BgClassName
{
background-color: #BC2558;
}
</style>
border-color css
<style>
span { border-color: #BC2558; }
span { border-color: rgb(188,37,88); }
td.TdClassName
{
border-color: #BC2558;
}
.TagClassName
{
border-color: #BC2558;
}
</style>