Shades of Old Rose #BC4549
Tints of Old Rose #BC4549
RGB
CMYK
RGB Variations
Color information
#BC4549 (or 0xBC4549) is known color: Old Rose. HEX triplet: BC, 45 and 49. RGB value is (188,69,73). Sum of RGB (Red+Green+Blue) = 188+69+73=330 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.97% from 330); Green value is 69 (27.34% from 255 or 20.91% from 330); Blue value is 73 (28.91% from 255 or 22.12% from 330); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4549 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4549 is #43BAB6. Grayscale: #696969. Windows color (decimal): -4438711 or 4801980. OLE color: 4801980.
HSL color Cylindrical-coordinate representation of color #BC4549: hue angle of 357.98º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC4549 is Cyan = 0, Magento = 0.63, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 69 | 73 | - |
| CMYK | 0 | 0.63 | 0.61 | 0.26 |
| HSL | 357.98º | 0.47% | 0.5% | - |
| HSV(B) | 357.98º | 0.63% | 0.74% | - |
| XYZ | 24.07 | 15.43 | 8.01 | - |
| YUV | 105.04 | 109.92 | 187.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 69 | 73 | 0 | 0.63 | 0.61 | 0.26 | 357.98 | 0.47 | 0.5 |
| Hex | BC | 45 | 49 | 0 | 3F | 3D | 1A | 166 | 2F | 32 |
| Octal | 274 | 105 | 111 | 0 | 77 | 75 | 32 | 546 | 57 | 62 |
| Binary | 10111100 | 1000101 | 1001001 | 0 | 111111 | 111101 | 11010 | 101100110 | 101111 | 110010 |
Color Harmonies of #BC4549
Complementary color
Monochromatic Colors of #BC4549
Black with #BC4549
Text Example
Text Example
White with #BC4549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4549; }
p { color: rgb(188,69,73); }
H1.HeaderClassName
{
color: #BC4549;
}
.AnyTagClassName
{
color: #BC4549;
}
</style>
background-color css
<style>
a { background-color: #BC4549; }
a { background-color: rgb(188,69,73); }
div.DivClassName
{
background-color: #BC4549;
}
.BgClassName
{
background-color: #BC4549;
}
</style>
border-color css
<style>
span { border-color: #BC4549; }
span { border-color: rgb(188,69,73); }
td.TdClassName
{
border-color: #BC4549;
}
.TagClassName
{
border-color: #BC4549;
}
</style>