Shades of Old Rose #BC2153
Tints of Old Rose #BC2153
RGB
CMYK
RGB Variations
Color information
#BC2153 (or 0xBC2153) is known color: Old Rose. HEX triplet: BC, 21 and 53. RGB value is (188,33,83). Sum of RGB (Red+Green+Blue) = 188+33+83=304 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.84% from 304); Green value is 33 (13.28% from 255 or 10.86% from 304); Blue value is 83 (32.81% from 255 or 27.30% from 304); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2153 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2153 is #43DEAC. Grayscale: #555555. Windows color (decimal): -4447917 or 5448124. OLE color: 5448124.
HSL color Cylindrical-coordinate representation of color #BC2153: hue angle of 340.65º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC2153 is Cyan = 0, Magento = 0.82, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 33 | 83 | - |
| CMYK | 0 | 0.82 | 0.56 | 0.26 |
| HSL | 340.65º | 0.7% | 0.43% | - |
| HSV(B) | 340.65º | 0.82% | 0.74% | - |
| XYZ | 22.84 | 12.4 | 9.37 | - |
| YUV | 85.05 | 126.85 | 201.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 33 | 83 | 0 | 0.82 | 0.56 | 0.26 | 340.65 | 0.7 | 0.43 |
| Hex | BC | 21 | 53 | 0 | 52 | 38 | 1A | 155 | 46 | 2B |
| Octal | 274 | 41 | 123 | 0 | 122 | 70 | 32 | 525 | 106 | 53 |
| Binary | 10111100 | 100001 | 1010011 | 0 | 1010010 | 111000 | 11010 | 101010101 | 1000110 | 101011 |
Color Harmonies of #BC2153
Complementary color
Monochromatic Colors of #BC2153
Black with #BC2153
Text Example
Text Example
White with #BC2153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2153; }
p { color: rgb(188,33,83); }
H1.HeaderClassName
{
color: #BC2153;
}
.AnyTagClassName
{
color: #BC2153;
}
</style>
background-color css
<style>
a { background-color: #BC2153; }
a { background-color: rgb(188,33,83); }
div.DivClassName
{
background-color: #BC2153;
}
.BgClassName
{
background-color: #BC2153;
}
</style>
border-color css
<style>
span { border-color: #BC2153; }
span { border-color: rgb(188,33,83); }
td.TdClassName
{
border-color: #BC2153;
}
.TagClassName
{
border-color: #BC2153;
}
</style>