Shades of Old Rose #BC3C4A
Tints of Old Rose #BC3C4A
RGB
CMYK
RGB Variations
Color information
#BC3C4A (or 0xBC3C4A) is known color: Old Rose. HEX triplet: BC, 3C and 4A. RGB value is (188,60,74). Sum of RGB (Red+Green+Blue) = 188+60+74=322 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.39% from 322); Green value is 60 (23.83% from 255 or 18.63% from 322); Blue value is 74 (29.30% from 255 or 22.98% from 322); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3C4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3C4A is #43C3B5. Grayscale: #636363. Windows color (decimal): -4441014 or 4865212. OLE color: 4865212.
HSL color Cylindrical-coordinate representation of color #BC3C4A: hue angle of 353.44º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BC3C4A is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 60 | 74 | - |
| CMYK | 0 | 0.68 | 0.61 | 0.26 |
| HSL | 353.44º | 0.52% | 0.49% | - |
| HSV(B) | 353.44º | 0.68% | 0.74% | - |
| XYZ | 23.59 | 14.42 | 8.02 | - |
| YUV | 99.87 | 113.41 | 190.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 60 | 74 | 0 | 0.68 | 0.61 | 0.26 | 353.44 | 0.52 | 0.49 |
| Hex | BC | 3C | 4A | 0 | 44 | 3D | 1A | 161 | 34 | 31 |
| Octal | 274 | 74 | 112 | 0 | 104 | 75 | 32 | 541 | 64 | 61 |
| Binary | 10111100 | 111100 | 1001010 | 0 | 1000100 | 111101 | 11010 | 101100001 | 110100 | 110001 |
Color Harmonies of #BC3C4A
Complementary color
Monochromatic Colors of #BC3C4A
Black with #BC3C4A
Text Example
Text Example
White with #BC3C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3C4A; }
p { color: rgb(188,60,74); }
H1.HeaderClassName
{
color: #BC3C4A;
}
.AnyTagClassName
{
color: #BC3C4A;
}
</style>
background-color css
<style>
a { background-color: #BC3C4A; }
a { background-color: rgb(188,60,74); }
div.DivClassName
{
background-color: #BC3C4A;
}
.BgClassName
{
background-color: #BC3C4A;
}
</style>
border-color css
<style>
span { border-color: #BC3C4A; }
span { border-color: rgb(188,60,74); }
td.TdClassName
{
border-color: #BC3C4A;
}
.TagClassName
{
border-color: #BC3C4A;
}
</style>