Shades of Old Rose #BC2651
Tints of Old Rose #BC2651
RGB
CMYK
RGB Variations
Color information
#BC2651 (or 0xBC2651) is known color: Old Rose. HEX triplet: BC, 26 and 51. RGB value is (188,38,81). Sum of RGB (Red+Green+Blue) = 188+38+81=307 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.24% from 307); Green value is 38 (15.23% from 255 or 12.38% from 307); Blue value is 81 (32.03% from 255 or 26.38% from 307); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2651 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2651 is #43D9AE. Grayscale: #575757. Windows color (decimal): -4446639 or 5318332. OLE color: 5318332.
HSL color Cylindrical-coordinate representation of color #BC2651: hue angle of 342.8º degrees, saturation: 0.66, 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 #BC2651 is Cyan = 0, Magento = 0.80, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 38 | 81 | - |
| CMYK | 0 | 0.80 | 0.57 | 0.26 |
| HSL | 342.8º | 0.66% | 0.44% | - |
| HSV(B) | 342.8º | 0.8% | 0.74% | - |
| XYZ | 22.92 | 12.67 | 9.02 | - |
| YUV | 87.75 | 124.2 | 199.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 38 | 81 | 0 | 0.80 | 0.57 | 0.26 | 342.8 | 0.66 | 0.44 |
| Hex | BC | 26 | 51 | 0 | 50 | 39 | 1A | 157 | 42 | 2C |
| Octal | 274 | 46 | 121 | 0 | 120 | 71 | 32 | 527 | 102 | 54 |
| Binary | 10111100 | 100110 | 1010001 | 0 | 1010000 | 111001 | 11010 | 101010111 | 1000010 | 101100 |
Color Harmonies of #BC2651
Complementary color
Monochromatic Colors of #BC2651
Black with #BC2651
Text Example
Text Example
White with #BC2651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2651; }
p { color: rgb(188,38,81); }
H1.HeaderClassName
{
color: #BC2651;
}
.AnyTagClassName
{
color: #BC2651;
}
</style>
background-color css
<style>
a { background-color: #BC2651; }
a { background-color: rgb(188,38,81); }
div.DivClassName
{
background-color: #BC2651;
}
.BgClassName
{
background-color: #BC2651;
}
</style>
border-color css
<style>
span { border-color: #BC2651; }
span { border-color: rgb(188,38,81); }
td.TdClassName
{
border-color: #BC2651;
}
.TagClassName
{
border-color: #BC2651;
}
</style>