Shades of Old Rose #BC285F
Tints of Old Rose #BC285F
RGB
CMYK
RGB Variations
Color information
#BC285F (or 0xBC285F) is known color: Old Rose. HEX triplet: BC, 28 and 5F. RGB value is (188,40,95). Sum of RGB (Red+Green+Blue) = 188+40+95=323 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.20% from 323); Green value is 40 (16.02% from 255 or 12.38% from 323); Blue value is 95 (37.5% from 255 or 29.41% from 323); Max value from RGB is 188 - color contains mainly: red. Hex color #BC285F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC285F is #43D7A0. Grayscale: #5A5A5A. Windows color (decimal): -4446113 or 6236348. OLE color: 6236348.
HSL color Cylindrical-coordinate representation of color #BC285F: hue angle of 337.7º 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 #BC285F is Cyan = 0, Magento = 0.79, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 40 | 95 | - |
| CMYK | 0 | 0.79 | 0.49 | 0.26 |
| HSL | 337.7º | 0.65% | 0.45% | - |
| HSV(B) | 337.7º | 0.79% | 0.74% | - |
| XYZ | 23.56 | 13.04 | 12.1 | - |
| YUV | 90.52 | 130.53 | 197.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 40 | 95 | 0 | 0.79 | 0.49 | 0.26 | 337.7 | 0.65 | 0.45 |
| Hex | BC | 28 | 5F | 0 | 4F | 31 | 1A | 152 | 41 | 2D |
| Octal | 274 | 50 | 137 | 0 | 117 | 61 | 32 | 522 | 101 | 55 |
| Binary | 10111100 | 101000 | 1011111 | 0 | 1001111 | 110001 | 11010 | 101010010 | 1000001 | 101101 |
Color Harmonies of #BC285F
Complementary color
Monochromatic Colors of #BC285F
Black with #BC285F
Text Example
Text Example
White with #BC285F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC285F; }
p { color: rgb(188,40,95); }
H1.HeaderClassName
{
color: #BC285F;
}
.AnyTagClassName
{
color: #BC285F;
}
</style>
background-color css
<style>
a { background-color: #BC285F; }
a { background-color: rgb(188,40,95); }
div.DivClassName
{
background-color: #BC285F;
}
.BgClassName
{
background-color: #BC285F;
}
</style>
border-color css
<style>
span { border-color: #BC285F; }
span { border-color: rgb(188,40,95); }
td.TdClassName
{
border-color: #BC285F;
}
.TagClassName
{
border-color: #BC285F;
}
</style>