Shades of Old Rose #BC2F4B
Tints of Old Rose #BC2F4B
RGB
CMYK
RGB Variations
Color information
#BC2F4B (or 0xBC2F4B) is known color: Old Rose. HEX triplet: BC, 2F and 4B. RGB value is (188,47,75). Sum of RGB (Red+Green+Blue) = 188+47+75=310 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.65% from 310); Green value is 47 (18.75% from 255 or 15.16% from 310); Blue value is 75 (29.69% from 255 or 24.19% from 310); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2F4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2F4B is #43D0B4. Grayscale: #5C5C5C. Windows color (decimal): -4444341 or 4927420. OLE color: 4927420.
HSL color Cylindrical-coordinate representation of color #BC2F4B: hue angle of 348.09º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC2F4B is Cyan = 0, Magento = 0.75, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 47 | 75 | - |
| CMYK | 0 | 0.75 | 0.60 | 0.26 |
| HSL | 348.09º | 0.6% | 0.46% | - |
| HSV(B) | 348.09º | 0.75% | 0.74% | - |
| XYZ | 23.03 | 13.23 | 8 | - |
| YUV | 92.35 | 118.21 | 196.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 47 | 75 | 0 | 0.75 | 0.60 | 0.26 | 348.09 | 0.6 | 0.46 |
| Hex | BC | 2F | 4B | 0 | 4B | 3C | 1A | 15C | 3C | 2E |
| Octal | 274 | 57 | 113 | 0 | 113 | 74 | 32 | 534 | 74 | 56 |
| Binary | 10111100 | 101111 | 1001011 | 0 | 1001011 | 111100 | 11010 | 101011100 | 111100 | 101110 |
Color Harmonies of #BC2F4B
Complementary color
Monochromatic Colors of #BC2F4B
Black with #BC2F4B
Text Example
Text Example
White with #BC2F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2F4B; }
p { color: rgb(188,47,75); }
H1.HeaderClassName
{
color: #BC2F4B;
}
.AnyTagClassName
{
color: #BC2F4B;
}
</style>
background-color css
<style>
a { background-color: #BC2F4B; }
a { background-color: rgb(188,47,75); }
div.DivClassName
{
background-color: #BC2F4B;
}
.BgClassName
{
background-color: #BC2F4B;
}
</style>
border-color css
<style>
span { border-color: #BC2F4B; }
span { border-color: rgb(188,47,75); }
td.TdClassName
{
border-color: #BC2F4B;
}
.TagClassName
{
border-color: #BC2F4B;
}
</style>