Shades of Old Rose #BC3850
Tints of Old Rose #BC3850
RGB
CMYK
RGB Variations
Color information
#BC3850 (or 0xBC3850) is known color: Old Rose. HEX triplet: BC, 38 and 50. RGB value is (188,56,80). Sum of RGB (Red+Green+Blue) = 188+56+80=324 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.02% from 324); Green value is 56 (22.27% from 255 or 17.28% from 324); Blue value is 80 (31.64% from 255 or 24.69% from 324); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3850 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3850 is #43C7AF. Grayscale: #626262. Windows color (decimal): -4442032 or 5257404. OLE color: 5257404.
HSL color Cylindrical-coordinate representation of color #BC3850: hue angle of 349.09º 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 #BC3850 is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 56 | 80 | - |
| CMYK | 0 | 0.70 | 0.57 | 0.26 |
| HSL | 349.09º | 0.54% | 0.48% | - |
| HSV(B) | 349.09º | 0.7% | 0.74% | - |
| XYZ | 23.6 | 14.1 | 9.07 | - |
| YUV | 98.2 | 117.73 | 192.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 56 | 80 | 0 | 0.70 | 0.57 | 0.26 | 349.09 | 0.54 | 0.48 |
| Hex | BC | 38 | 50 | 0 | 46 | 39 | 1A | 15D | 36 | 30 |
| Octal | 274 | 70 | 120 | 0 | 106 | 71 | 32 | 535 | 66 | 60 |
| Binary | 10111100 | 111000 | 1010000 | 0 | 1000110 | 111001 | 11010 | 101011101 | 110110 | 110000 |
Color Harmonies of #BC3850
Complementary color
Monochromatic Colors of #BC3850
Black with #BC3850
Text Example
Text Example
White with #BC3850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3850; }
p { color: rgb(188,56,80); }
H1.HeaderClassName
{
color: #BC3850;
}
.AnyTagClassName
{
color: #BC3850;
}
</style>
background-color css
<style>
a { background-color: #BC3850; }
a { background-color: rgb(188,56,80); }
div.DivClassName
{
background-color: #BC3850;
}
.BgClassName
{
background-color: #BC3850;
}
</style>
border-color css
<style>
span { border-color: #BC3850; }
span { border-color: rgb(188,56,80); }
td.TdClassName
{
border-color: #BC3850;
}
.TagClassName
{
border-color: #BC3850;
}
</style>