Shades of Old Rose #BC295A
Tints of Old Rose #BC295A
RGB
CMYK
RGB Variations
Color information
#BC295A (or 0xBC295A) is known color: Old Rose. HEX triplet: BC, 29 and 5A. RGB value is (188,41,90). Sum of RGB (Red+Green+Blue) = 188+41+90=319 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.93% from 319); Green value is 41 (16.41% from 255 or 12.85% from 319); Blue value is 90 (35.55% from 255 or 28.21% from 319); Max value from RGB is 188 - color contains mainly: red. Hex color #BC295A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC295A is #43D6A5. Grayscale: #5A5A5A. Windows color (decimal): -4445862 or 5908924. OLE color: 5908924.
HSL color Cylindrical-coordinate representation of color #BC295A: hue angle of 340º 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 #BC295A is Cyan = 0, Magento = 0.78, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 41 | 90 | - |
| CMYK | 0 | 0.78 | 0.52 | 0.26 |
| HSL | 340º | 0.64% | 0.45% | - |
| HSV(B) | 340º | 0.78% | 0.74% | - |
| XYZ | 23.38 | 13.02 | 10.95 | - |
| YUV | 90.54 | 127.7 | 197.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 41 | 90 | 0 | 0.78 | 0.52 | 0.26 | 340 | 0.64 | 0.45 |
| Hex | BC | 29 | 5A | 0 | 4E | 34 | 1A | 154 | 40 | 2D |
| Octal | 274 | 51 | 132 | 0 | 116 | 64 | 32 | 524 | 100 | 55 |
| Binary | 10111100 | 101001 | 1011010 | 0 | 1001110 | 110100 | 11010 | 101010100 | 1000000 | 101101 |
Color Harmonies of #BC295A
Complementary color
Monochromatic Colors of #BC295A
Black with #BC295A
Text Example
Text Example
White with #BC295A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC295A; }
p { color: rgb(188,41,90); }
H1.HeaderClassName
{
color: #BC295A;
}
.AnyTagClassName
{
color: #BC295A;
}
</style>
background-color css
<style>
a { background-color: #BC295A; }
a { background-color: rgb(188,41,90); }
div.DivClassName
{
background-color: #BC295A;
}
.BgClassName
{
background-color: #BC295A;
}
</style>
border-color css
<style>
span { border-color: #BC295A; }
span { border-color: rgb(188,41,90); }
td.TdClassName
{
border-color: #BC295A;
}
.TagClassName
{
border-color: #BC295A;
}
</style>