Shades of Old Rose #BC3A4D
Tints of Old Rose #BC3A4D
RGB
CMYK
RGB Variations
Color information
#BC3A4D (or 0xBC3A4D) is known color: Old Rose. HEX triplet: BC, 3A and 4D. RGB value is (188,58,77). Sum of RGB (Red+Green+Blue) = 188+58+77=323 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.20% from 323); Green value is 58 (23.05% from 255 or 17.96% from 323); Blue value is 77 (30.47% from 255 or 23.84% from 323); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3A4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3A4D is #43C5B2. Grayscale: #636363. Windows color (decimal): -4441523 or 5061308. OLE color: 5061308.
HSL color Cylindrical-coordinate representation of color #BC3A4D: hue angle of 351.23º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC3A4D is Cyan = 0, Magento = 0.69, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 58 | 77 | - |
| CMYK | 0 | 0.69 | 0.59 | 0.26 |
| HSL | 351.23º | 0.53% | 0.48% | - |
| HSV(B) | 351.23º | 0.69% | 0.74% | - |
| XYZ | 23.59 | 14.25 | 8.53 | - |
| YUV | 99.04 | 115.57 | 191.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 58 | 77 | 0 | 0.69 | 0.59 | 0.26 | 351.23 | 0.53 | 0.48 |
| Hex | BC | 3A | 4D | 0 | 45 | 3B | 1A | 15F | 35 | 30 |
| Octal | 274 | 72 | 115 | 0 | 105 | 73 | 32 | 537 | 65 | 60 |
| Binary | 10111100 | 111010 | 1001101 | 0 | 1000101 | 111011 | 11010 | 101011111 | 110101 | 110000 |
Color Harmonies of #BC3A4D
Complementary color
Monochromatic Colors of #BC3A4D
Black with #BC3A4D
Text Example
Text Example
White with #BC3A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3A4D; }
p { color: rgb(188,58,77); }
H1.HeaderClassName
{
color: #BC3A4D;
}
.AnyTagClassName
{
color: #BC3A4D;
}
</style>
background-color css
<style>
a { background-color: #BC3A4D; }
a { background-color: rgb(188,58,77); }
div.DivClassName
{
background-color: #BC3A4D;
}
.BgClassName
{
background-color: #BC3A4D;
}
</style>
border-color css
<style>
span { border-color: #BC3A4D; }
span { border-color: rgb(188,58,77); }
td.TdClassName
{
border-color: #BC3A4D;
}
.TagClassName
{
border-color: #BC3A4D;
}
</style>