Shades of Old Rose #BC2D4B
Tints of Old Rose #BC2D4B
RGB
CMYK
RGB Variations
Color information
#BC2D4B (or 0xBC2D4B) is known color: Old Rose. HEX triplet: BC, 2D and 4B. RGB value is (188,45,75). Sum of RGB (Red+Green+Blue) = 188+45+75=308 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.04% from 308); Green value is 45 (17.97% from 255 or 14.61% from 308); Blue value is 75 (29.69% from 255 or 24.35% from 308); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2D4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2D4B is #43D2B4. Grayscale: #5B5B5B. Windows color (decimal): -4444853 or 4926908. OLE color: 4926908.
HSL color Cylindrical-coordinate representation of color #BC2D4B: hue angle of 347.41º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC2D4B is Cyan = 0, Magento = 0.76, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 45 | 75 | - |
| CMYK | 0 | 0.76 | 0.60 | 0.26 |
| HSL | 347.41º | 0.61% | 0.46% | - |
| HSV(B) | 347.41º | 0.76% | 0.74% | - |
| XYZ | 22.95 | 13.08 | 7.97 | - |
| YUV | 91.18 | 118.88 | 197.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 45 | 75 | 0 | 0.76 | 0.60 | 0.26 | 347.41 | 0.61 | 0.46 |
| Hex | BC | 2D | 4B | 0 | 4C | 3C | 1A | 15B | 3D | 2E |
| Octal | 274 | 55 | 113 | 0 | 114 | 74 | 32 | 533 | 75 | 56 |
| Binary | 10111100 | 101101 | 1001011 | 0 | 1001100 | 111100 | 11010 | 101011011 | 111101 | 101110 |
Color Harmonies of #BC2D4B
Complementary color
Monochromatic Colors of #BC2D4B
Black with #BC2D4B
Text Example
Text Example
White with #BC2D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2D4B; }
p { color: rgb(188,45,75); }
H1.HeaderClassName
{
color: #BC2D4B;
}
.AnyTagClassName
{
color: #BC2D4B;
}
</style>
background-color css
<style>
a { background-color: #BC2D4B; }
a { background-color: rgb(188,45,75); }
div.DivClassName
{
background-color: #BC2D4B;
}
.BgClassName
{
background-color: #BC2D4B;
}
</style>
border-color css
<style>
span { border-color: #BC2D4B; }
span { border-color: rgb(188,45,75); }
td.TdClassName
{
border-color: #BC2D4B;
}
.TagClassName
{
border-color: #BC2D4B;
}
</style>