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