Shades of Old Rose #BC1F5B
Tints of Old Rose #BC1F5B
RGB
CMYK
RGB Variations
Color information
#BC1F5B (or 0xBC1F5B) is known color: Old Rose. HEX triplet: BC, 1F and 5B. RGB value is (188,31,91). Sum of RGB (Red+Green+Blue) = 188+31+91=310 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.65% from 310); Green value is 31 (12.5% from 255 or 10% from 310); Blue value is 91 (35.94% from 255 or 29.35% from 310); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1F5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC1F5B is #43E0A4. Grayscale: #545454. Windows color (decimal): -4448421 or 5971900. OLE color: 5971900.
HSL color Cylindrical-coordinate representation of color #BC1F5B: hue angle of 337.07º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC1F5B is Cyan = 0, Magento = 0.84, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 31 | 91 | - |
| CMYK | 0 | 0.84 | 0.52 | 0.26 |
| HSL | 337.07º | 0.72% | 0.43% | - |
| HSV(B) | 337.07º | 0.84% | 0.74% | - |
| XYZ | 23.12 | 12.43 | 11.08 | - |
| YUV | 84.78 | 131.51 | 201.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 31 | 91 | 0 | 0.84 | 0.52 | 0.26 | 337.07 | 0.72 | 0.43 |
| Hex | BC | 1F | 5B | 0 | 54 | 34 | 1A | 151 | 48 | 2B |
| Octal | 274 | 37 | 133 | 0 | 124 | 64 | 32 | 521 | 110 | 53 |
| Binary | 10111100 | 11111 | 1011011 | 0 | 1010100 | 110100 | 11010 | 101010001 | 1001000 | 101011 |
Color Harmonies of #BC1F5B
Complementary color
Monochromatic Colors of #BC1F5B
Black with #BC1F5B
Text Example
Text Example
White with #BC1F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1F5B; }
p { color: rgb(188,31,91); }
H1.HeaderClassName
{
color: #BC1F5B;
}
.AnyTagClassName
{
color: #BC1F5B;
}
</style>
background-color css
<style>
a { background-color: #BC1F5B; }
a { background-color: rgb(188,31,91); }
div.DivClassName
{
background-color: #BC1F5B;
}
.BgClassName
{
background-color: #BC1F5B;
}
</style>
border-color css
<style>
span { border-color: #BC1F5B; }
span { border-color: rgb(188,31,91); }
td.TdClassName
{
border-color: #BC1F5B;
}
.TagClassName
{
border-color: #BC1F5B;
}
</style>