Shades of Old Rose #BC2152
Tints of Old Rose #BC2152
RGB
CMYK
RGB Variations
Color information
#BC2152 (or 0xBC2152) is known color: Old Rose. HEX triplet: BC, 21 and 52. RGB value is (188,33,82). Sum of RGB (Red+Green+Blue) = 188+33+82=303 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.05% from 303); Green value is 33 (13.28% from 255 or 10.89% from 303); Blue value is 82 (32.42% from 255 or 27.06% from 303); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2152 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2152 is #43DEAD. Grayscale: #545454. Windows color (decimal): -4447918 or 5382588. OLE color: 5382588.
HSL color Cylindrical-coordinate representation of color #BC2152: hue angle of 341.03º 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 #BC2152 is Cyan = 0, Magento = 0.82, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 33 | 82 | - |
| CMYK | 0 | 0.82 | 0.56 | 0.26 |
| HSL | 341.03º | 0.7% | 0.43% | - |
| HSV(B) | 341.03º | 0.82% | 0.74% | - |
| XYZ | 22.81 | 12.39 | 9.17 | - |
| YUV | 84.93 | 126.35 | 201.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 33 | 82 | 0 | 0.82 | 0.56 | 0.26 | 341.03 | 0.7 | 0.43 |
| Hex | BC | 21 | 52 | 0 | 52 | 38 | 1A | 155 | 46 | 2B |
| Octal | 274 | 41 | 122 | 0 | 122 | 70 | 32 | 525 | 106 | 53 |
| Binary | 10111100 | 100001 | 1010010 | 0 | 1010010 | 111000 | 11010 | 101010101 | 1000110 | 101011 |
Color Harmonies of #BC2152
Complementary color
Monochromatic Colors of #BC2152
Black with #BC2152
Text Example
Text Example
White with #BC2152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2152; }
p { color: rgb(188,33,82); }
H1.HeaderClassName
{
color: #BC2152;
}
.AnyTagClassName
{
color: #BC2152;
}
</style>
background-color css
<style>
a { background-color: #BC2152; }
a { background-color: rgb(188,33,82); }
div.DivClassName
{
background-color: #BC2152;
}
.BgClassName
{
background-color: #BC2152;
}
</style>
border-color css
<style>
span { border-color: #BC2152; }
span { border-color: rgb(188,33,82); }
td.TdClassName
{
border-color: #BC2152;
}
.TagClassName
{
border-color: #BC2152;
}
</style>