Shades of Old Rose #BC305E
Tints of Old Rose #BC305E
RGB
CMYK
RGB Variations
Color information
#BC305E (or 0xBC305E) is known color: Old Rose. HEX triplet: BC, 30 and 5E. RGB value is (188,48,94). Sum of RGB (Red+Green+Blue) = 188+48+94=330 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.97% from 330); Green value is 48 (19.14% from 255 or 14.55% from 330); Blue value is 94 (37.11% from 255 or 28.48% from 330); Max value from RGB is 188 - color contains mainly: red. Hex color #BC305E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC305E is #43CFA1. Grayscale: #5F5F5F. Windows color (decimal): -4444066 or 6172860. OLE color: 6172860.
HSL color Cylindrical-coordinate representation of color #BC305E: hue angle of 340.29º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC305E is Cyan = 0, Magento = 0.74, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 48 | 94 | - |
| CMYK | 0 | 0.74 | 0.50 | 0.26 |
| HSL | 340.29º | 0.59% | 0.46% | - |
| HSV(B) | 340.29º | 0.74% | 0.74% | - |
| XYZ | 23.82 | 13.61 | 11.96 | - |
| YUV | 95.1 | 127.38 | 194.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 48 | 94 | 0 | 0.74 | 0.50 | 0.26 | 340.29 | 0.59 | 0.46 |
| Hex | BC | 30 | 5E | 0 | 4A | 32 | 1A | 154 | 3B | 2E |
| Octal | 274 | 60 | 136 | 0 | 112 | 62 | 32 | 524 | 73 | 56 |
| Binary | 10111100 | 110000 | 1011110 | 0 | 1001010 | 110010 | 11010 | 101010100 | 111011 | 101110 |
Color Harmonies of #BC305E
Complementary color
Monochromatic Colors of #BC305E
Black with #BC305E
Text Example
Text Example
White with #BC305E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC305E; }
p { color: rgb(188,48,94); }
H1.HeaderClassName
{
color: #BC305E;
}
.AnyTagClassName
{
color: #BC305E;
}
</style>
background-color css
<style>
a { background-color: #BC305E; }
a { background-color: rgb(188,48,94); }
div.DivClassName
{
background-color: #BC305E;
}
.BgClassName
{
background-color: #BC305E;
}
</style>
border-color css
<style>
span { border-color: #BC305E; }
span { border-color: rgb(188,48,94); }
td.TdClassName
{
border-color: #BC305E;
}
.TagClassName
{
border-color: #BC305E;
}
</style>