Shades of Old Rose #BC414F
Tints of Old Rose #BC414F
RGB
CMYK
RGB Variations
Color information
#BC414F (or 0xBC414F) is known color: Old Rose. HEX triplet: BC, 41 and 4F. RGB value is (188,65,79). Sum of RGB (Red+Green+Blue) = 188+65+79=332 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.63% from 332); Green value is 65 (25.78% from 255 or 19.58% from 332); Blue value is 79 (31.25% from 255 or 23.80% from 332); Max value from RGB is 188 - color contains mainly: red. Hex color #BC414F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC414F is #43BEB0. Grayscale: #676767. Windows color (decimal): -4439729 or 5194172. OLE color: 5194172.
HSL color Cylindrical-coordinate representation of color #BC414F: hue angle of 353.17º 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 #BC414F is Cyan = 0, Magento = 0.65, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 65 | 79 | - |
| CMYK | 0 | 0.65 | 0.58 | 0.26 |
| HSL | 353.17º | 0.49% | 0.5% | - |
| HSV(B) | 353.17º | 0.65% | 0.74% | - |
| XYZ | 24.04 | 15.04 | 9.03 | - |
| YUV | 103.37 | 114.25 | 188.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 65 | 79 | 0 | 0.65 | 0.58 | 0.26 | 353.17 | 0.49 | 0.5 |
| Hex | BC | 41 | 4F | 0 | 41 | 3A | 1A | 161 | 31 | 32 |
| Octal | 274 | 101 | 117 | 0 | 101 | 72 | 32 | 541 | 61 | 62 |
| Binary | 10111100 | 1000001 | 1001111 | 0 | 1000001 | 111010 | 11010 | 101100001 | 110001 | 110010 |
Color Harmonies of #BC414F
Complementary color
Monochromatic Colors of #BC414F
Black with #BC414F
Text Example
Text Example
White with #BC414F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC414F; }
p { color: rgb(188,65,79); }
H1.HeaderClassName
{
color: #BC414F;
}
.AnyTagClassName
{
color: #BC414F;
}
</style>
background-color css
<style>
a { background-color: #BC414F; }
a { background-color: rgb(188,65,79); }
div.DivClassName
{
background-color: #BC414F;
}
.BgClassName
{
background-color: #BC414F;
}
</style>
border-color css
<style>
span { border-color: #BC414F; }
span { border-color: rgb(188,65,79); }
td.TdClassName
{
border-color: #BC414F;
}
.TagClassName
{
border-color: #BC414F;
}
</style>