Shades of Old Rose #BC3454
Tints of Old Rose #BC3454
RGB
CMYK
RGB Variations
Color information
#BC3454 (or 0xBC3454) is known color: Old Rose. HEX triplet: BC, 34 and 54. RGB value is (188,52,84). Sum of RGB (Red+Green+Blue) = 188+52+84=324 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.02% from 324); Green value is 52 (20.70% from 255 or 16.05% from 324); Blue value is 84 (33.20% from 255 or 25.93% from 324); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3454 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3454 is #43CBAB. Grayscale: #606060. Windows color (decimal): -4443052 or 5518524. OLE color: 5518524.
HSL color Cylindrical-coordinate representation of color #BC3454: hue angle of 345.88º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC3454 is Cyan = 0, Magento = 0.72, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 52 | 84 | - |
| CMYK | 0 | 0.72 | 0.55 | 0.26 |
| HSL | 345.88º | 0.57% | 0.47% | - |
| HSV(B) | 345.88º | 0.72% | 0.74% | - |
| XYZ | 23.57 | 13.79 | 9.81 | - |
| YUV | 96.31 | 121.06 | 193.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 52 | 84 | 0 | 0.72 | 0.55 | 0.26 | 345.88 | 0.57 | 0.47 |
| Hex | BC | 34 | 54 | 0 | 48 | 37 | 1A | 15A | 39 | 2F |
| Octal | 274 | 64 | 124 | 0 | 110 | 67 | 32 | 532 | 71 | 57 |
| Binary | 10111100 | 110100 | 1010100 | 0 | 1001000 | 110111 | 11010 | 101011010 | 111001 | 101111 |
Color Harmonies of #BC3454
Complementary color
Monochromatic Colors of #BC3454
Black with #BC3454
Text Example
Text Example
White with #BC3454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3454; }
p { color: rgb(188,52,84); }
H1.HeaderClassName
{
color: #BC3454;
}
.AnyTagClassName
{
color: #BC3454;
}
</style>
background-color css
<style>
a { background-color: #BC3454; }
a { background-color: rgb(188,52,84); }
div.DivClassName
{
background-color: #BC3454;
}
.BgClassName
{
background-color: #BC3454;
}
</style>
border-color css
<style>
span { border-color: #BC3454; }
span { border-color: rgb(188,52,84); }
td.TdClassName
{
border-color: #BC3454;
}
.TagClassName
{
border-color: #BC3454;
}
</style>