Shades of Old Rose #BC1B4D
Tints of Old Rose #BC1B4D
RGB
CMYK
RGB Variations
Color information
#BC1B4D (or 0xBC1B4D) is known color: Old Rose. HEX triplet: BC, 1B and 4D. RGB value is (188,27,77). Sum of RGB (Red+Green+Blue) = 188+27+77=292 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.38% from 292); Green value is 27 (10.94% from 255 or 9.25% from 292); Blue value is 77 (30.47% from 255 or 26.37% from 292); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1B4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC1B4D is #43E4B2. Grayscale: #505050. Windows color (decimal): -4449459 or 5053372. OLE color: 5053372.
HSL color Cylindrical-coordinate representation of color #BC1B4D: hue angle of 341.37º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC1B4D is Cyan = 0, Magento = 0.86, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 27 | 77 | - |
| CMYK | 0 | 0.86 | 0.59 | 0.26 |
| HSL | 341.37º | 0.75% | 0.42% | - |
| HSV(B) | 341.37º | 0.86% | 0.74% | - |
| XYZ | 22.47 | 12.01 | 8.16 | - |
| YUV | 80.84 | 125.84 | 204.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 27 | 77 | 0 | 0.86 | 0.59 | 0.26 | 341.37 | 0.75 | 0.42 |
| Hex | BC | 1B | 4D | 0 | 56 | 3B | 1A | 155 | 4B | 2A |
| Octal | 274 | 33 | 115 | 0 | 126 | 73 | 32 | 525 | 113 | 52 |
| Binary | 10111100 | 11011 | 1001101 | 0 | 1010110 | 111011 | 11010 | 101010101 | 1001011 | 101010 |
Color Harmonies of #BC1B4D
Complementary color
Monochromatic Colors of #BC1B4D
Black with #BC1B4D
Text Example
Text Example
White with #BC1B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1B4D; }
p { color: rgb(188,27,77); }
H1.HeaderClassName
{
color: #BC1B4D;
}
.AnyTagClassName
{
color: #BC1B4D;
}
</style>
background-color css
<style>
a { background-color: #BC1B4D; }
a { background-color: rgb(188,27,77); }
div.DivClassName
{
background-color: #BC1B4D;
}
.BgClassName
{
background-color: #BC1B4D;
}
</style>
border-color css
<style>
span { border-color: #BC1B4D; }
span { border-color: rgb(188,27,77); }
td.TdClassName
{
border-color: #BC1B4D;
}
.TagClassName
{
border-color: #BC1B4D;
}
</style>