Shades of Old Rose #BC284A
Tints of Old Rose #BC284A
RGB
CMYK
RGB Variations
Color information
#BC284A (or 0xBC284A) is known color: Old Rose. HEX triplet: BC, 28 and 4A. RGB value is (188,40,74). Sum of RGB (Red+Green+Blue) = 188+40+74=302 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.25% from 302); Green value is 40 (16.02% from 255 or 13.25% from 302); Blue value is 74 (29.30% from 255 or 24.50% from 302); Max value from RGB is 188 - color contains mainly: red. Hex color #BC284A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC284A is #43D7B5. Grayscale: #585858. Windows color (decimal): -4446134 or 4860092. OLE color: 4860092.
HSL color Cylindrical-coordinate representation of color #BC284A: hue angle of 346.22º 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 #BC284A is Cyan = 0, Magento = 0.79, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 40 | 74 | - |
| CMYK | 0 | 0.79 | 0.61 | 0.26 |
| HSL | 346.22º | 0.65% | 0.45% | - |
| HSV(B) | 346.22º | 0.79% | 0.74% | - |
| XYZ | 22.73 | 12.7 | 7.73 | - |
| YUV | 88.13 | 120.03 | 199.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 40 | 74 | 0 | 0.79 | 0.61 | 0.26 | 346.22 | 0.65 | 0.45 |
| Hex | BC | 28 | 4A | 0 | 4F | 3D | 1A | 15A | 41 | 2D |
| Octal | 274 | 50 | 112 | 0 | 117 | 75 | 32 | 532 | 101 | 55 |
| Binary | 10111100 | 101000 | 1001010 | 0 | 1001111 | 111101 | 11010 | 101011010 | 1000001 | 101101 |
Color Harmonies of #BC284A
Complementary color
Monochromatic Colors of #BC284A
Black with #BC284A
Text Example
Text Example
White with #BC284A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC284A; }
p { color: rgb(188,40,74); }
H1.HeaderClassName
{
color: #BC284A;
}
.AnyTagClassName
{
color: #BC284A;
}
</style>
background-color css
<style>
a { background-color: #BC284A; }
a { background-color: rgb(188,40,74); }
div.DivClassName
{
background-color: #BC284A;
}
.BgClassName
{
background-color: #BC284A;
}
</style>
border-color css
<style>
span { border-color: #BC284A; }
span { border-color: rgb(188,40,74); }
td.TdClassName
{
border-color: #BC284A;
}
.TagClassName
{
border-color: #BC284A;
}
</style>