Shades of Old Rose #BC2B5A
Tints of Old Rose #BC2B5A
RGB
CMYK
RGB Variations
Color information
#BC2B5A (or 0xBC2B5A) is known color: Old Rose. HEX triplet: BC, 2B and 5A. RGB value is (188,43,90). Sum of RGB (Red+Green+Blue) = 188+43+90=321 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.57% from 321); Green value is 43 (17.19% from 255 or 13.40% from 321); Blue value is 90 (35.55% from 255 or 28.04% from 321); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2B5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2B5A is #43D4A5. Grayscale: #5B5B5B. Windows color (decimal): -4445350 or 5909436. OLE color: 5909436.
HSL color Cylindrical-coordinate representation of color #BC2B5A: hue angle of 340.55º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC2B5A is Cyan = 0, Magento = 0.77, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 43 | 90 | - |
| CMYK | 0 | 0.77 | 0.52 | 0.26 |
| HSL | 340.55º | 0.63% | 0.45% | - |
| HSV(B) | 340.55º | 0.77% | 0.74% | - |
| XYZ | 23.45 | 13.16 | 10.98 | - |
| YUV | 91.71 | 127.04 | 196.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 43 | 90 | 0 | 0.77 | 0.52 | 0.26 | 340.55 | 0.63 | 0.45 |
| Hex | BC | 2B | 5A | 0 | 4D | 34 | 1A | 155 | 3F | 2D |
| Octal | 274 | 53 | 132 | 0 | 115 | 64 | 32 | 525 | 77 | 55 |
| Binary | 10111100 | 101011 | 1011010 | 0 | 1001101 | 110100 | 11010 | 101010101 | 111111 | 101101 |
Color Harmonies of #BC2B5A
Complementary color
Monochromatic Colors of #BC2B5A
Black with #BC2B5A
Text Example
Text Example
White with #BC2B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2B5A; }
p { color: rgb(188,43,90); }
H1.HeaderClassName
{
color: #BC2B5A;
}
.AnyTagClassName
{
color: #BC2B5A;
}
</style>
background-color css
<style>
a { background-color: #BC2B5A; }
a { background-color: rgb(188,43,90); }
div.DivClassName
{
background-color: #BC2B5A;
}
.BgClassName
{
background-color: #BC2B5A;
}
</style>
border-color css
<style>
span { border-color: #BC2B5A; }
span { border-color: rgb(188,43,90); }
td.TdClassName
{
border-color: #BC2B5A;
}
.TagClassName
{
border-color: #BC2B5A;
}
</style>