Shades of Old Rose #BC295C
Tints of Old Rose #BC295C
RGB
CMYK
RGB Variations
Color information
#BC295C (or 0xBC295C) is known color: Old Rose. HEX triplet: BC, 29 and 5C. RGB value is (188,41,92). Sum of RGB (Red+Green+Blue) = 188+41+92=321 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.57% from 321); Green value is 41 (16.41% from 255 or 12.77% from 321); Blue value is 92 (36.33% from 255 or 28.66% from 321); Max value from RGB is 188 - color contains mainly: red. Hex color #BC295C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC295C is #43D6A3. Grayscale: #5A5A5A. Windows color (decimal): -4445860 or 6039996. OLE color: 6039996.
HSL color Cylindrical-coordinate representation of color #BC295C: hue angle of 339.18º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC295C is Cyan = 0, Magento = 0.78, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 41 | 92 | - |
| CMYK | 0 | 0.78 | 0.51 | 0.26 |
| HSL | 339.18º | 0.64% | 0.45% | - |
| HSV(B) | 339.18º | 0.78% | 0.74% | - |
| XYZ | 23.46 | 13.05 | 11.41 | - |
| YUV | 90.77 | 128.7 | 197.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 41 | 92 | 0 | 0.78 | 0.51 | 0.26 | 339.18 | 0.64 | 0.45 |
| Hex | BC | 29 | 5C | 0 | 4E | 33 | 1A | 153 | 40 | 2D |
| Octal | 274 | 51 | 134 | 0 | 116 | 63 | 32 | 523 | 100 | 55 |
| Binary | 10111100 | 101001 | 1011100 | 0 | 1001110 | 110011 | 11010 | 101010011 | 1000000 | 101101 |
Color Harmonies of #BC295C
Complementary color
Monochromatic Colors of #BC295C
Black with #BC295C
Text Example
Text Example
White with #BC295C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC295C; }
p { color: rgb(188,41,92); }
H1.HeaderClassName
{
color: #BC295C;
}
.AnyTagClassName
{
color: #BC295C;
}
</style>
background-color css
<style>
a { background-color: #BC295C; }
a { background-color: rgb(188,41,92); }
div.DivClassName
{
background-color: #BC295C;
}
.BgClassName
{
background-color: #BC295C;
}
</style>
border-color css
<style>
span { border-color: #BC295C; }
span { border-color: rgb(188,41,92); }
td.TdClassName
{
border-color: #BC295C;
}
.TagClassName
{
border-color: #BC295C;
}
</style>