Shades of Old Rose #BC3256
Tints of Old Rose #BC3256
RGB
CMYK
RGB Variations
Color information
#BC3256 (or 0xBC3256) is known color: Old Rose. HEX triplet: BC, 32 and 56. RGB value is (188,50,86). Sum of RGB (Red+Green+Blue) = 188+50+86=324 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.02% from 324); Green value is 50 (19.92% from 255 or 15.43% from 324); Blue value is 86 (33.98% from 255 or 26.54% from 324); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3256 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3256 is #43CDA9. Grayscale: #5F5F5F. Windows color (decimal): -4443562 or 5649084. OLE color: 5649084.
HSL color Cylindrical-coordinate representation of color #BC3256: hue angle of 344.35º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC3256 is Cyan = 0, Magento = 0.73, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 50 | 86 | - |
| CMYK | 0 | 0.73 | 0.54 | 0.26 |
| HSL | 344.35º | 0.58% | 0.47% | - |
| HSV(B) | 344.35º | 0.73% | 0.74% | - |
| XYZ | 23.56 | 13.64 | 10.2 | - |
| YUV | 95.37 | 122.72 | 194.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 50 | 86 | 0 | 0.73 | 0.54 | 0.26 | 344.35 | 0.58 | 0.47 |
| Hex | BC | 32 | 56 | 0 | 49 | 36 | 1A | 158 | 3A | 2F |
| Octal | 274 | 62 | 126 | 0 | 111 | 66 | 32 | 530 | 72 | 57 |
| Binary | 10111100 | 110010 | 1010110 | 0 | 1001001 | 110110 | 11010 | 101011000 | 111010 | 101111 |
Color Harmonies of #BC3256
Complementary color
Monochromatic Colors of #BC3256
Black with #BC3256
Text Example
Text Example
White with #BC3256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3256; }
p { color: rgb(188,50,86); }
H1.HeaderClassName
{
color: #BC3256;
}
.AnyTagClassName
{
color: #BC3256;
}
</style>
background-color css
<style>
a { background-color: #BC3256; }
a { background-color: rgb(188,50,86); }
div.DivClassName
{
background-color: #BC3256;
}
.BgClassName
{
background-color: #BC3256;
}
</style>
border-color css
<style>
span { border-color: #BC3256; }
span { border-color: rgb(188,50,86); }
td.TdClassName
{
border-color: #BC3256;
}
.TagClassName
{
border-color: #BC3256;
}
</style>