Shades of Old Rose #BC1E5A
Tints of Old Rose #BC1E5A
RGB
CMYK
RGB Variations
Color information
#BC1E5A (or 0xBC1E5A) is known color: Old Rose. HEX triplet: BC, 1E and 5A. RGB value is (188,30,90). Sum of RGB (Red+Green+Blue) = 188+30+90=308 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.04% from 308); Green value is 30 (12.11% from 255 or 9.74% from 308); Blue value is 90 (35.55% from 255 or 29.22% from 308); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1E5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC1E5A is #43E1A5. Grayscale: #545454. Windows color (decimal): -4448678 or 5906108. OLE color: 5906108.
HSL color Cylindrical-coordinate representation of color #BC1E5A: hue angle of 337.22º 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 #BC1E5A is Cyan = 0, Magento = 0.84, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 30 | 90 | - |
| CMYK | 0 | 0.84 | 0.52 | 0.26 |
| HSL | 337.22º | 0.72% | 0.43% | - |
| HSV(B) | 337.22º | 0.84% | 0.74% | - |
| XYZ | 23.05 | 12.36 | 10.84 | - |
| YUV | 84.08 | 131.35 | 202.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 30 | 90 | 0 | 0.84 | 0.52 | 0.26 | 337.22 | 0.72 | 0.43 |
| Hex | BC | 1E | 5A | 0 | 54 | 34 | 1A | 151 | 48 | 2B |
| Octal | 274 | 36 | 132 | 0 | 124 | 64 | 32 | 521 | 110 | 53 |
| Binary | 10111100 | 11110 | 1011010 | 0 | 1010100 | 110100 | 11010 | 101010001 | 1001000 | 101011 |
Color Harmonies of #BC1E5A
Complementary color
Monochromatic Colors of #BC1E5A
Black with #BC1E5A
Text Example
Text Example
White with #BC1E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1E5A; }
p { color: rgb(188,30,90); }
H1.HeaderClassName
{
color: #BC1E5A;
}
.AnyTagClassName
{
color: #BC1E5A;
}
</style>
background-color css
<style>
a { background-color: #BC1E5A; }
a { background-color: rgb(188,30,90); }
div.DivClassName
{
background-color: #BC1E5A;
}
.BgClassName
{
background-color: #BC1E5A;
}
</style>
border-color css
<style>
span { border-color: #BC1E5A; }
span { border-color: rgb(188,30,90); }
td.TdClassName
{
border-color: #BC1E5A;
}
.TagClassName
{
border-color: #BC1E5A;
}
</style>