Shades of Old Rose #BC385D
Tints of Old Rose #BC385D
RGB
CMYK
RGB Variations
Color information
#BC385D (or 0xBC385D) is known color: Old Rose. HEX triplet: BC, 38 and 5D. RGB value is (188,56,93). Sum of RGB (Red+Green+Blue) = 188+56+93=337 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.79% from 337); Green value is 56 (22.27% from 255 or 16.62% from 337); Blue value is 93 (36.72% from 255 or 27.60% from 337); Max value from RGB is 188 - color contains mainly: red. Hex color #BC385D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC385D is #43C7A2. Grayscale: #636363. Windows color (decimal): -4442019 or 6109372. OLE color: 6109372.
HSL color Cylindrical-coordinate representation of color #BC385D: hue angle of 343.18º degrees, saturation: 0.54, 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 #BC385D is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 56 | 93 | - |
| CMYK | 0 | 0.70 | 0.51 | 0.26 |
| HSL | 343.18º | 0.54% | 0.48% | - |
| HSV(B) | 343.18º | 0.7% | 0.74% | - |
| XYZ | 24.13 | 14.31 | 11.85 | - |
| YUV | 99.69 | 124.23 | 190.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 56 | 93 | 0 | 0.70 | 0.51 | 0.26 | 343.18 | 0.54 | 0.48 |
| Hex | BC | 38 | 5D | 0 | 46 | 33 | 1A | 157 | 36 | 30 |
| Octal | 274 | 70 | 135 | 0 | 106 | 63 | 32 | 527 | 66 | 60 |
| Binary | 10111100 | 111000 | 1011101 | 0 | 1000110 | 110011 | 11010 | 101010111 | 110110 | 110000 |
Color Harmonies of #BC385D
Complementary color
Monochromatic Colors of #BC385D
Black with #BC385D
Text Example
Text Example
White with #BC385D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC385D; }
p { color: rgb(188,56,93); }
H1.HeaderClassName
{
color: #BC385D;
}
.AnyTagClassName
{
color: #BC385D;
}
</style>
background-color css
<style>
a { background-color: #BC385D; }
a { background-color: rgb(188,56,93); }
div.DivClassName
{
background-color: #BC385D;
}
.BgClassName
{
background-color: #BC385D;
}
</style>
border-color css
<style>
span { border-color: #BC385D; }
span { border-color: rgb(188,56,93); }
td.TdClassName
{
border-color: #BC385D;
}
.TagClassName
{
border-color: #BC385D;
}
</style>