Shades of Royal Heath #BC5376
Tints of Royal Heath #BC5376
RGB
CMYK
RGB Variations
Color information
#BC5376 (or 0xBC5376) is known color: Royal Heath. HEX triplet: BC, 53 and 76. RGB value is (188,83,118). Sum of RGB (Red+Green+Blue) = 188+83+118=389 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.33% from 389); Green value is 83 (32.81% from 255 or 21.34% from 389); Blue value is 118 (46.48% from 255 or 30.33% from 389); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5376 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5376 is #43AC89. Grayscale: #767676. Windows color (decimal): -4435082 or 7754684. OLE color: 7754684.
HSL color Cylindrical-coordinate representation of color #BC5376: hue angle of 340º 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 #BC5376 is Cyan = 0, Magento = 0.56, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 83 | 118 | - |
| CMYK | 0 | 0.56 | 0.37 | 0.26 |
| HSL | 340º | 0.44% | 0.53% | - |
| HSV(B) | 340º | 0.56% | 0.74% | - |
| XYZ | 27.1 | 18.19 | 19.22 | - |
| YUV | 118.39 | 127.79 | 177.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 83 | 118 | 0 | 0.56 | 0.37 | 0.26 | 340 | 0.44 | 0.53 |
| Hex | BC | 53 | 76 | 0 | 38 | 25 | 1A | 154 | 2C | 35 |
| Octal | 274 | 123 | 166 | 0 | 70 | 45 | 32 | 524 | 54 | 65 |
| Binary | 10111100 | 1010011 | 1110110 | 0 | 111000 | 100101 | 11010 | 101010100 | 101100 | 110101 |
Color Harmonies of #BC5376
Complementary color
Monochromatic Colors of #BC5376
Black with #BC5376
Text Example
Text Example
White with #BC5376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5376; }
p { color: rgb(188,83,118); }
H1.HeaderClassName
{
color: #BC5376;
}
.AnyTagClassName
{
color: #BC5376;
}
</style>
background-color css
<style>
a { background-color: #BC5376; }
a { background-color: rgb(188,83,118); }
div.DivClassName
{
background-color: #BC5376;
}
.BgClassName
{
background-color: #BC5376;
}
</style>
border-color css
<style>
span { border-color: #BC5376; }
span { border-color: rgb(188,83,118); }
td.TdClassName
{
border-color: #BC5376;
}
.TagClassName
{
border-color: #BC5376;
}
</style>