Shades of Old Rose #BC1852
Tints of Old Rose #BC1852
RGB
CMYK
RGB Variations
Color information
#BC1852 (or 0xBC1852) is known color: Old Rose. HEX triplet: BC, 18 and 52. RGB value is (188,24,82). Sum of RGB (Red+Green+Blue) = 188+24+82=294 (38% of max value = 765). Red value is 188 (73.83% from 255 or 63.95% from 294); Green value is 24 (9.77% from 255 or 8.16% from 294); Blue value is 82 (32.42% from 255 or 27.89% from 294); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1852 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1852 is #43E7AD. Grayscale: #4F4F4F. Windows color (decimal): -4450222 or 5380284. OLE color: 5380284.
HSL color Cylindrical-coordinate representation of color #BC1852: hue angle of 338.78º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC1852 is Cyan = 0, Magento = 0.87, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 24 | 82 | - |
| CMYK | 0 | 0.87 | 0.56 | 0.26 |
| HSL | 338.78º | 0.77% | 0.42% | - |
| HSV(B) | 338.78º | 0.87% | 0.74% | - |
| XYZ | 22.59 | 11.95 | 9.1 | - |
| YUV | 79.65 | 129.33 | 205.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 24 | 82 | 0 | 0.87 | 0.56 | 0.26 | 338.78 | 0.77 | 0.42 |
| Hex | BC | 18 | 52 | 0 | 57 | 38 | 1A | 153 | 4D | 2A |
| Octal | 274 | 30 | 122 | 0 | 127 | 70 | 32 | 523 | 115 | 52 |
| Binary | 10111100 | 11000 | 1010010 | 0 | 1010111 | 111000 | 11010 | 101010011 | 1001101 | 101010 |
Color Harmonies of #BC1852
Complementary color
Monochromatic Colors of #BC1852
Black with #BC1852
Text Example
Text Example
White with #BC1852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1852; }
p { color: rgb(188,24,82); }
H1.HeaderClassName
{
color: #BC1852;
}
.AnyTagClassName
{
color: #BC1852;
}
</style>
background-color css
<style>
a { background-color: #BC1852; }
a { background-color: rgb(188,24,82); }
div.DivClassName
{
background-color: #BC1852;
}
.BgClassName
{
background-color: #BC1852;
}
</style>
border-color css
<style>
span { border-color: #BC1852; }
span { border-color: rgb(188,24,82); }
td.TdClassName
{
border-color: #BC1852;
}
.TagClassName
{
border-color: #BC1852;
}
</style>