Shades of Old Rose #BC3A55
Tints of Old Rose #BC3A55
RGB
CMYK
RGB Variations
Color information
#BC3A55 (or 0xBC3A55) is known color: Old Rose. HEX triplet: BC, 3A and 55. RGB value is (188,58,85). Sum of RGB (Red+Green+Blue) = 188+58+85=331 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.80% from 331); Green value is 58 (23.05% from 255 or 17.52% from 331); Blue value is 85 (33.59% from 255 or 25.68% from 331); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3A55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3A55 is #43C5AA. Grayscale: #636363. Windows color (decimal): -4441515 or 5585596. OLE color: 5585596.
HSL color Cylindrical-coordinate representation of color #BC3A55: hue angle of 347.54º 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 #BC3A55 is Cyan = 0, Magento = 0.69, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 58 | 85 | - |
| CMYK | 0 | 0.69 | 0.55 | 0.26 |
| HSL | 347.54º | 0.53% | 0.48% | - |
| HSV(B) | 347.54º | 0.69% | 0.74% | - |
| XYZ | 23.89 | 14.37 | 10.11 | - |
| YUV | 99.95 | 119.57 | 190.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 58 | 85 | 0 | 0.69 | 0.55 | 0.26 | 347.54 | 0.53 | 0.48 |
| Hex | BC | 3A | 55 | 0 | 45 | 37 | 1A | 15C | 35 | 30 |
| Octal | 274 | 72 | 125 | 0 | 105 | 67 | 32 | 534 | 65 | 60 |
| Binary | 10111100 | 111010 | 1010101 | 0 | 1000101 | 110111 | 11010 | 101011100 | 110101 | 110000 |
Color Harmonies of #BC3A55
Complementary color
Monochromatic Colors of #BC3A55
Black with #BC3A55
Text Example
Text Example
White with #BC3A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3A55; }
p { color: rgb(188,58,85); }
H1.HeaderClassName
{
color: #BC3A55;
}
.AnyTagClassName
{
color: #BC3A55;
}
</style>
background-color css
<style>
a { background-color: #BC3A55; }
a { background-color: rgb(188,58,85); }
div.DivClassName
{
background-color: #BC3A55;
}
.BgClassName
{
background-color: #BC3A55;
}
</style>
border-color css
<style>
span { border-color: #BC3A55; }
span { border-color: rgb(188,58,85); }
td.TdClassName
{
border-color: #BC3A55;
}
.TagClassName
{
border-color: #BC3A55;
}
</style>