Shades of Old Rose #BC4052
Tints of Old Rose #BC4052
RGB
CMYK
RGB Variations
Color information
#BC4052 (or 0xBC4052) is known color: Old Rose. HEX triplet: BC, 40 and 52. RGB value is (188,64,82). Sum of RGB (Red+Green+Blue) = 188+64+82=334 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.29% from 334); Green value is 64 (25.39% from 255 or 19.16% from 334); Blue value is 82 (32.42% from 255 or 24.55% from 334); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4052 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4052 is #43BFAD. Grayscale: #676767. Windows color (decimal): -4439982 or 5390524. OLE color: 5390524.
HSL color Cylindrical-coordinate representation of color #BC4052: hue angle of 351.29º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC4052 is Cyan = 0, Magento = 0.66, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 64 | 82 | - |
| CMYK | 0 | 0.66 | 0.56 | 0.26 |
| HSL | 351.29º | 0.49% | 0.49% | - |
| HSV(B) | 351.29º | 0.66% | 0.74% | - |
| XYZ | 24.1 | 14.97 | 9.6 | - |
| YUV | 103.13 | 116.08 | 188.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 64 | 82 | 0 | 0.66 | 0.56 | 0.26 | 351.29 | 0.49 | 0.49 |
| Hex | BC | 40 | 52 | 0 | 42 | 38 | 1A | 15F | 31 | 31 |
| Octal | 274 | 100 | 122 | 0 | 102 | 70 | 32 | 537 | 61 | 61 |
| Binary | 10111100 | 1000000 | 1010010 | 0 | 1000010 | 111000 | 11010 | 101011111 | 110001 | 110001 |
Color Harmonies of #BC4052
Complementary color
Monochromatic Colors of #BC4052
Black with #BC4052
Text Example
Text Example
White with #BC4052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4052; }
p { color: rgb(188,64,82); }
H1.HeaderClassName
{
color: #BC4052;
}
.AnyTagClassName
{
color: #BC4052;
}
</style>
background-color css
<style>
a { background-color: #BC4052; }
a { background-color: rgb(188,64,82); }
div.DivClassName
{
background-color: #BC4052;
}
.BgClassName
{
background-color: #BC4052;
}
</style>
border-color css
<style>
span { border-color: #BC4052; }
span { border-color: rgb(188,64,82); }
td.TdClassName
{
border-color: #BC4052;
}
.TagClassName
{
border-color: #BC4052;
}
</style>