Shades of Old Rose #BC305C
Tints of Old Rose #BC305C
RGB
CMYK
RGB Variations
Color information
#BC305C (or 0xBC305C) is known color: Old Rose. HEX triplet: BC, 30 and 5C. RGB value is (188,48,92). Sum of RGB (Red+Green+Blue) = 188+48+92=328 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.32% from 328); Green value is 48 (19.14% from 255 or 14.63% from 328); Blue value is 92 (36.33% from 255 or 28.05% from 328); Max value from RGB is 188 - color contains mainly: red. Hex color #BC305C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC305C is #43CFA3. Grayscale: #5E5E5E. Windows color (decimal): -4444068 or 6041788. OLE color: 6041788.
HSL color Cylindrical-coordinate representation of color #BC305C: hue angle of 341.14º 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 #BC305C is Cyan = 0, Magento = 0.74, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 48 | 92 | - |
| CMYK | 0 | 0.74 | 0.51 | 0.26 |
| HSL | 341.14º | 0.59% | 0.46% | - |
| HSV(B) | 341.14º | 0.74% | 0.74% | - |
| XYZ | 23.73 | 13.58 | 11.5 | - |
| YUV | 94.88 | 126.38 | 194.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 48 | 92 | 0 | 0.74 | 0.51 | 0.26 | 341.14 | 0.59 | 0.46 |
| Hex | BC | 30 | 5C | 0 | 4A | 33 | 1A | 155 | 3B | 2E |
| Octal | 274 | 60 | 134 | 0 | 112 | 63 | 32 | 525 | 73 | 56 |
| Binary | 10111100 | 110000 | 1011100 | 0 | 1001010 | 110011 | 11010 | 101010101 | 111011 | 101110 |
Color Harmonies of #BC305C
Complementary color
Monochromatic Colors of #BC305C
Black with #BC305C
Text Example
Text Example
White with #BC305C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC305C; }
p { color: rgb(188,48,92); }
H1.HeaderClassName
{
color: #BC305C;
}
.AnyTagClassName
{
color: #BC305C;
}
</style>
background-color css
<style>
a { background-color: #BC305C; }
a { background-color: rgb(188,48,92); }
div.DivClassName
{
background-color: #BC305C;
}
.BgClassName
{
background-color: #BC305C;
}
</style>
border-color css
<style>
span { border-color: #BC305C; }
span { border-color: rgb(188,48,92); }
td.TdClassName
{
border-color: #BC305C;
}
.TagClassName
{
border-color: #BC305C;
}
</style>