Shades of Royal Heath #BC5273
Tints of Royal Heath #BC5273
RGB
CMYK
RGB Variations
Color information
#BC5273 (or 0xBC5273) is known color: Royal Heath. HEX triplet: BC, 52 and 73. RGB value is (188,82,115). Sum of RGB (Red+Green+Blue) = 188+82+115=385 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.83% from 385); Green value is 82 (32.42% from 255 or 21.30% from 385); Blue value is 115 (45.31% from 255 or 29.87% from 385); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5273 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5273 is #43AD8C. Grayscale: #757575. Windows color (decimal): -4435341 or 7557820. OLE color: 7557820.
HSL color Cylindrical-coordinate representation of color #BC5273: hue angle of 341.32º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC5273 is Cyan = 0, Magento = 0.56, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 82 | 115 | - |
| CMYK | 0 | 0.56 | 0.39 | 0.26 |
| HSL | 341.32º | 0.44% | 0.53% | - |
| HSV(B) | 341.32º | 0.56% | 0.74% | - |
| XYZ | 26.85 | 17.96 | 18.27 | - |
| YUV | 117.46 | 126.62 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 82 | 115 | 0 | 0.56 | 0.39 | 0.26 | 341.32 | 0.44 | 0.53 |
| Hex | BC | 52 | 73 | 0 | 38 | 27 | 1A | 155 | 2C | 35 |
| Octal | 274 | 122 | 163 | 0 | 70 | 47 | 32 | 525 | 54 | 65 |
| Binary | 10111100 | 1010010 | 1110011 | 0 | 111000 | 100111 | 11010 | 101010101 | 101100 | 110101 |
Color Harmonies of #BC5273
Complementary color
Monochromatic Colors of #BC5273
Black with #BC5273
Text Example
Text Example
White with #BC5273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5273; }
p { color: rgb(188,82,115); }
H1.HeaderClassName
{
color: #BC5273;
}
.AnyTagClassName
{
color: #BC5273;
}
</style>
background-color css
<style>
a { background-color: #BC5273; }
a { background-color: rgb(188,82,115); }
div.DivClassName
{
background-color: #BC5273;
}
.BgClassName
{
background-color: #BC5273;
}
</style>
border-color css
<style>
span { border-color: #BC5273; }
span { border-color: rgb(188,82,115); }
td.TdClassName
{
border-color: #BC5273;
}
.TagClassName
{
border-color: #BC5273;
}
</style>