Shades of Old Rose #BC395C
Tints of Old Rose #BC395C
RGB
CMYK
RGB Variations
Color information
#BC395C (or 0xBC395C) is known color: Old Rose. HEX triplet: BC, 39 and 5C. RGB value is (188,57,92). Sum of RGB (Red+Green+Blue) = 188+57+92=337 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.79% from 337); Green value is 57 (22.66% from 255 or 16.91% from 337); Blue value is 92 (36.33% from 255 or 27.30% from 337); Max value from RGB is 188 - color contains mainly: red. Hex color #BC395C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC395C is #43C6A3. Grayscale: #646464. Windows color (decimal): -4441764 or 6044092. OLE color: 6044092.
HSL color Cylindrical-coordinate representation of color #BC395C: hue angle of 343.97º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC395C is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 57 | 92 | - |
| CMYK | 0 | 0.70 | 0.51 | 0.26 |
| HSL | 343.97º | 0.53% | 0.48% | - |
| HSV(B) | 343.97º | 0.7% | 0.74% | - |
| XYZ | 24.13 | 14.39 | 11.63 | - |
| YUV | 100.16 | 123.4 | 190.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 57 | 92 | 0 | 0.70 | 0.51 | 0.26 | 343.97 | 0.53 | 0.48 |
| Hex | BC | 39 | 5C | 0 | 46 | 33 | 1A | 158 | 35 | 30 |
| Octal | 274 | 71 | 134 | 0 | 106 | 63 | 32 | 530 | 65 | 60 |
| Binary | 10111100 | 111001 | 1011100 | 0 | 1000110 | 110011 | 11010 | 101011000 | 110101 | 110000 |
Color Harmonies of #BC395C
Complementary color
Monochromatic Colors of #BC395C
Black with #BC395C
Text Example
Text Example
White with #BC395C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC395C; }
p { color: rgb(188,57,92); }
H1.HeaderClassName
{
color: #BC395C;
}
.AnyTagClassName
{
color: #BC395C;
}
</style>
background-color css
<style>
a { background-color: #BC395C; }
a { background-color: rgb(188,57,92); }
div.DivClassName
{
background-color: #BC395C;
}
.BgClassName
{
background-color: #BC395C;
}
</style>
border-color css
<style>
span { border-color: #BC395C; }
span { border-color: rgb(188,57,92); }
td.TdClassName
{
border-color: #BC395C;
}
.TagClassName
{
border-color: #BC395C;
}
</style>