Shades of Old Rose #BC2743
Tints of Old Rose #BC2743
RGB
CMYK
RGB Variations
Color information
#BC2743 (or 0xBC2743) is known color: Old Rose. HEX triplet: BC, 27 and 43. RGB value is (188,39,67). Sum of RGB (Red+Green+Blue) = 188+39+67=294 (38% of max value = 765). Red value is 188 (73.83% from 255 or 63.95% from 294); Green value is 39 (15.62% from 255 or 13.27% from 294); Blue value is 67 (26.56% from 255 or 22.79% from 294); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2743 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2743 is #43D8BC. Grayscale: #565656. Windows color (decimal): -4446397 or 4401084. OLE color: 4401084.
HSL color Cylindrical-coordinate representation of color #BC2743: hue angle of 348.72º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC2743 is Cyan = 0, Magento = 0.79, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 39 | 67 | - |
| CMYK | 0 | 0.79 | 0.64 | 0.26 |
| HSL | 348.72º | 0.66% | 0.45% | - |
| HSV(B) | 348.72º | 0.79% | 0.74% | - |
| XYZ | 22.48 | 12.55 | 6.55 | - |
| YUV | 86.74 | 116.86 | 200.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 39 | 67 | 0 | 0.79 | 0.64 | 0.26 | 348.72 | 0.66 | 0.45 |
| Hex | BC | 27 | 43 | 0 | 4F | 40 | 1A | 15D | 42 | 2D |
| Octal | 274 | 47 | 103 | 0 | 117 | 100 | 32 | 535 | 102 | 55 |
| Binary | 10111100 | 100111 | 1000011 | 0 | 1001111 | 1000000 | 11010 | 101011101 | 1000010 | 101101 |
Color Harmonies of #BC2743
Complementary color
Monochromatic Colors of #BC2743
Black with #BC2743
Text Example
Text Example
White with #BC2743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2743; }
p { color: rgb(188,39,67); }
H1.HeaderClassName
{
color: #BC2743;
}
.AnyTagClassName
{
color: #BC2743;
}
</style>
background-color css
<style>
a { background-color: #BC2743; }
a { background-color: rgb(188,39,67); }
div.DivClassName
{
background-color: #BC2743;
}
.BgClassName
{
background-color: #BC2743;
}
</style>
border-color css
<style>
span { border-color: #BC2743; }
span { border-color: rgb(188,39,67); }
td.TdClassName
{
border-color: #BC2743;
}
.TagClassName
{
border-color: #BC2743;
}
</style>