Shades of Old Rose #BC3A49
Tints of Old Rose #BC3A49
RGB
CMYK
RGB Variations
Color information
#BC3A49 (or 0xBC3A49) is known color: Old Rose. HEX triplet: BC, 3A and 49. RGB value is (188,58,73). Sum of RGB (Red+Green+Blue) = 188+58+73=319 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.93% from 319); Green value is 58 (23.05% from 255 or 18.18% from 319); Blue value is 73 (28.91% from 255 or 22.88% from 319); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3A49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3A49 is #43C5B6. Grayscale: #626262. Windows color (decimal): -4441527 or 4799164. OLE color: 4799164.
HSL color Cylindrical-coordinate representation of color #BC3A49: hue angle of 353.08º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC3A49 is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 58 | 73 | - |
| CMYK | 0 | 0.69 | 0.61 | 0.26 |
| HSL | 353.08º | 0.53% | 0.48% | - |
| HSV(B) | 353.08º | 0.69% | 0.74% | - |
| XYZ | 23.45 | 14.2 | 7.81 | - |
| YUV | 98.58 | 113.57 | 191.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 58 | 73 | 0 | 0.69 | 0.61 | 0.26 | 353.08 | 0.53 | 0.48 |
| Hex | BC | 3A | 49 | 0 | 45 | 3D | 1A | 161 | 35 | 30 |
| Octal | 274 | 72 | 111 | 0 | 105 | 75 | 32 | 541 | 65 | 60 |
| Binary | 10111100 | 111010 | 1001001 | 0 | 1000101 | 111101 | 11010 | 101100001 | 110101 | 110000 |
Color Harmonies of #BC3A49
Complementary color
Monochromatic Colors of #BC3A49
Black with #BC3A49
Text Example
Text Example
White with #BC3A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3A49; }
p { color: rgb(188,58,73); }
H1.HeaderClassName
{
color: #BC3A49;
}
.AnyTagClassName
{
color: #BC3A49;
}
</style>
background-color css
<style>
a { background-color: #BC3A49; }
a { background-color: rgb(188,58,73); }
div.DivClassName
{
background-color: #BC3A49;
}
.BgClassName
{
background-color: #BC3A49;
}
</style>
border-color css
<style>
span { border-color: #BC3A49; }
span { border-color: rgb(188,58,73); }
td.TdClassName
{
border-color: #BC3A49;
}
.TagClassName
{
border-color: #BC3A49;
}
</style>