Shades of Old Rose #BC285B
Tints of Old Rose #BC285B
RGB
CMYK
RGB Variations
Color information
#BC285B (or 0xBC285B) is known color: Old Rose. HEX triplet: BC, 28 and 5B. RGB value is (188,40,91). Sum of RGB (Red+Green+Blue) = 188+40+91=319 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.93% from 319); Green value is 40 (16.02% from 255 or 12.54% from 319); Blue value is 91 (35.94% from 255 or 28.53% from 319); Max value from RGB is 188 - color contains mainly: red. Hex color #BC285B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC285B is #43D7A4. Grayscale: #5A5A5A. Windows color (decimal): -4446117 or 5974204. OLE color: 5974204.
HSL color Cylindrical-coordinate representation of color #BC285B: hue angle of 339.32º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC285B is Cyan = 0, Magento = 0.79, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 40 | 91 | - |
| CMYK | 0 | 0.79 | 0.52 | 0.26 |
| HSL | 339.32º | 0.65% | 0.45% | - |
| HSV(B) | 339.32º | 0.79% | 0.74% | - |
| XYZ | 23.39 | 12.96 | 11.17 | - |
| YUV | 90.07 | 128.53 | 197.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 40 | 91 | 0 | 0.79 | 0.52 | 0.26 | 339.32 | 0.65 | 0.45 |
| Hex | BC | 28 | 5B | 0 | 4F | 34 | 1A | 153 | 41 | 2D |
| Octal | 274 | 50 | 133 | 0 | 117 | 64 | 32 | 523 | 101 | 55 |
| Binary | 10111100 | 101000 | 1011011 | 0 | 1001111 | 110100 | 11010 | 101010011 | 1000001 | 101101 |
Color Harmonies of #BC285B
Complementary color
Monochromatic Colors of #BC285B
Black with #BC285B
Text Example
Text Example
White with #BC285B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC285B; }
p { color: rgb(188,40,91); }
H1.HeaderClassName
{
color: #BC285B;
}
.AnyTagClassName
{
color: #BC285B;
}
</style>
background-color css
<style>
a { background-color: #BC285B; }
a { background-color: rgb(188,40,91); }
div.DivClassName
{
background-color: #BC285B;
}
.BgClassName
{
background-color: #BC285B;
}
</style>
border-color css
<style>
span { border-color: #BC285B; }
span { border-color: rgb(188,40,91); }
td.TdClassName
{
border-color: #BC285B;
}
.TagClassName
{
border-color: #BC285B;
}
</style>