Shades of Old Rose #BC2751
Tints of Old Rose #BC2751
RGB
CMYK
RGB Variations
Color information
#BC2751 (or 0xBC2751) is known color: Old Rose. HEX triplet: BC, 27 and 51. RGB value is (188,39,81). Sum of RGB (Red+Green+Blue) = 188+39+81=308 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.04% from 308); Green value is 39 (15.62% from 255 or 12.66% from 308); Blue value is 81 (32.03% from 255 or 26.30% from 308); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2751 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2751 is #43D8AE. Grayscale: #585858. Windows color (decimal): -4446383 or 5318588. OLE color: 5318588.
HSL color Cylindrical-coordinate representation of color #BC2751: hue angle of 343.09º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC2751 is Cyan = 0, Magento = 0.79, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 39 | 81 | - |
| CMYK | 0 | 0.79 | 0.57 | 0.26 |
| HSL | 343.09º | 0.66% | 0.45% | - |
| HSV(B) | 343.09º | 0.79% | 0.74% | - |
| XYZ | 22.95 | 12.74 | 9.03 | - |
| YUV | 88.34 | 123.86 | 199.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 39 | 81 | 0 | 0.79 | 0.57 | 0.26 | 343.09 | 0.66 | 0.45 |
| Hex | BC | 27 | 51 | 0 | 4F | 39 | 1A | 157 | 42 | 2D |
| Octal | 274 | 47 | 121 | 0 | 117 | 71 | 32 | 527 | 102 | 55 |
| Binary | 10111100 | 100111 | 1010001 | 0 | 1001111 | 111001 | 11010 | 101010111 | 1000010 | 101101 |
Color Harmonies of #BC2751
Complementary color
Monochromatic Colors of #BC2751
Black with #BC2751
Text Example
Text Example
White with #BC2751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2751; }
p { color: rgb(188,39,81); }
H1.HeaderClassName
{
color: #BC2751;
}
.AnyTagClassName
{
color: #BC2751;
}
</style>
background-color css
<style>
a { background-color: #BC2751; }
a { background-color: rgb(188,39,81); }
div.DivClassName
{
background-color: #BC2751;
}
.BgClassName
{
background-color: #BC2751;
}
</style>
border-color css
<style>
span { border-color: #BC2751; }
span { border-color: rgb(188,39,81); }
td.TdClassName
{
border-color: #BC2751;
}
.TagClassName
{
border-color: #BC2751;
}
</style>