Shades of Old Rose #BC2359
Tints of Old Rose #BC2359
RGB
CMYK
RGB Variations
Color information
#BC2359 (or 0xBC2359) is known color: Old Rose. HEX triplet: BC, 23 and 59. RGB value is (188,35,89). Sum of RGB (Red+Green+Blue) = 188+35+89=312 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.26% from 312); Green value is 35 (14.06% from 255 or 11.22% from 312); Blue value is 89 (35.16% from 255 or 28.53% from 312); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2359 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2359 is #43DCA6. Grayscale: #565656. Windows color (decimal): -4447399 or 5841852. OLE color: 5841852.
HSL color Cylindrical-coordinate representation of color #BC2359: hue angle of 338.82º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC2359 is Cyan = 0, Magento = 0.81, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 35 | 89 | - |
| CMYK | 0 | 0.81 | 0.53 | 0.26 |
| HSL | 338.82º | 0.69% | 0.44% | - |
| HSV(B) | 338.82º | 0.81% | 0.74% | - |
| XYZ | 23.14 | 12.61 | 10.67 | - |
| YUV | 86.9 | 129.19 | 200.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 35 | 89 | 0 | 0.81 | 0.53 | 0.26 | 338.82 | 0.69 | 0.44 |
| Hex | BC | 23 | 59 | 0 | 51 | 35 | 1A | 153 | 45 | 2C |
| Octal | 274 | 43 | 131 | 0 | 121 | 65 | 32 | 523 | 105 | 54 |
| Binary | 10111100 | 100011 | 1011001 | 0 | 1010001 | 110101 | 11010 | 101010011 | 1000101 | 101100 |
Color Harmonies of #BC2359
Complementary color
Monochromatic Colors of #BC2359
Black with #BC2359
Text Example
Text Example
White with #BC2359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2359; }
p { color: rgb(188,35,89); }
H1.HeaderClassName
{
color: #BC2359;
}
.AnyTagClassName
{
color: #BC2359;
}
</style>
background-color css
<style>
a { background-color: #BC2359; }
a { background-color: rgb(188,35,89); }
div.DivClassName
{
background-color: #BC2359;
}
.BgClassName
{
background-color: #BC2359;
}
</style>
border-color css
<style>
span { border-color: #BC2359; }
span { border-color: rgb(188,35,89); }
td.TdClassName
{
border-color: #BC2359;
}
.TagClassName
{
border-color: #BC2359;
}
</style>