Shades of Old Rose #BC4150
Tints of Old Rose #BC4150
RGB
CMYK
RGB Variations
Color information
#BC4150 (or 0xBC4150) is known color: Old Rose. HEX triplet: BC, 41 and 50. RGB value is (188,65,80). Sum of RGB (Red+Green+Blue) = 188+65+80=333 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.46% from 333); Green value is 65 (25.78% from 255 or 19.52% from 333); Blue value is 80 (31.64% from 255 or 24.02% from 333); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4150 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4150 is #43BEAF. Grayscale: #676767. Windows color (decimal): -4439728 or 5259708. OLE color: 5259708.
HSL color Cylindrical-coordinate representation of color #BC4150: hue angle of 352.68º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC4150 is Cyan = 0, Magento = 0.65, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 65 | 80 | - |
| CMYK | 0 | 0.65 | 0.57 | 0.26 |
| HSL | 352.68º | 0.49% | 0.5% | - |
| HSV(B) | 352.68º | 0.65% | 0.74% | - |
| XYZ | 24.08 | 15.05 | 9.23 | - |
| YUV | 103.49 | 114.75 | 188.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 65 | 80 | 0 | 0.65 | 0.57 | 0.26 | 352.68 | 0.49 | 0.5 |
| Hex | BC | 41 | 50 | 0 | 41 | 39 | 1A | 161 | 31 | 32 |
| Octal | 274 | 101 | 120 | 0 | 101 | 71 | 32 | 541 | 61 | 62 |
| Binary | 10111100 | 1000001 | 1010000 | 0 | 1000001 | 111001 | 11010 | 101100001 | 110001 | 110010 |
Color Harmonies of #BC4150
Complementary color
Monochromatic Colors of #BC4150
Black with #BC4150
Text Example
Text Example
White with #BC4150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4150; }
p { color: rgb(188,65,80); }
H1.HeaderClassName
{
color: #BC4150;
}
.AnyTagClassName
{
color: #BC4150;
}
</style>
background-color css
<style>
a { background-color: #BC4150; }
a { background-color: rgb(188,65,80); }
div.DivClassName
{
background-color: #BC4150;
}
.BgClassName
{
background-color: #BC4150;
}
</style>
border-color css
<style>
span { border-color: #BC4150; }
span { border-color: rgb(188,65,80); }
td.TdClassName
{
border-color: #BC4150;
}
.TagClassName
{
border-color: #BC4150;
}
</style>