Shades of Old Rose #BC395D
Tints of Old Rose #BC395D
RGB
CMYK
RGB Variations
Color information
#BC395D (or 0xBC395D) is known color: Old Rose. HEX triplet: BC, 39 and 5D. RGB value is (188,57,93). Sum of RGB (Red+Green+Blue) = 188+57+93=338 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.62% from 338); Green value is 57 (22.66% from 255 or 16.86% from 338); Blue value is 93 (36.72% from 255 or 27.51% from 338); Max value from RGB is 188 - color contains mainly: red. Hex color #BC395D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC395D is #43C6A2. Grayscale: #646464. Windows color (decimal): -4441763 or 6109628. OLE color: 6109628.
HSL color Cylindrical-coordinate representation of color #BC395D: hue angle of 343.51º 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 #BC395D is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 57 | 93 | - |
| CMYK | 0 | 0.70 | 0.51 | 0.26 |
| HSL | 343.51º | 0.53% | 0.48% | - |
| HSV(B) | 343.51º | 0.7% | 0.74% | - |
| XYZ | 24.18 | 14.41 | 11.86 | - |
| YUV | 100.27 | 123.9 | 190.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 57 | 93 | 0 | 0.70 | 0.51 | 0.26 | 343.51 | 0.53 | 0.48 |
| Hex | BC | 39 | 5D | 0 | 46 | 33 | 1A | 158 | 35 | 30 |
| Octal | 274 | 71 | 135 | 0 | 106 | 63 | 32 | 530 | 65 | 60 |
| Binary | 10111100 | 111001 | 1011101 | 0 | 1000110 | 110011 | 11010 | 101011000 | 110101 | 110000 |
Color Harmonies of #BC395D
Complementary color
Monochromatic Colors of #BC395D
Black with #BC395D
Text Example
Text Example
White with #BC395D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC395D; }
p { color: rgb(188,57,93); }
H1.HeaderClassName
{
color: #BC395D;
}
.AnyTagClassName
{
color: #BC395D;
}
</style>
background-color css
<style>
a { background-color: #BC395D; }
a { background-color: rgb(188,57,93); }
div.DivClassName
{
background-color: #BC395D;
}
.BgClassName
{
background-color: #BC395D;
}
</style>
border-color css
<style>
span { border-color: #BC395D; }
span { border-color: rgb(188,57,93); }
td.TdClassName
{
border-color: #BC395D;
}
.TagClassName
{
border-color: #BC395D;
}
</style>