Shades of Royal Heath #BC5B76
Tints of Royal Heath #BC5B76
RGB
CMYK
RGB Variations
Color information
#BC5B76 (or 0xBC5B76) is known color: Royal Heath. HEX triplet: BC, 5B and 76. RGB value is (188,91,118). Sum of RGB (Red+Green+Blue) = 188+91+118=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 91 (35.94% from 255 or 22.92% from 397); Blue value is 118 (46.48% from 255 or 29.72% from 397); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5B76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5B76 is #43A489. Grayscale: #7B7B7B. Windows color (decimal): -4433034 or 7756732. OLE color: 7756732.
HSL color Cylindrical-coordinate representation of color #BC5B76: hue angle of 343.3º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC5B76 is Cyan = 0, Magento = 0.52, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 91 | 118 | - |
| CMYK | 0 | 0.52 | 0.37 | 0.26 |
| HSL | 343.3º | 0.42% | 0.55% | - |
| HSV(B) | 343.3º | 0.52% | 0.74% | - |
| XYZ | 27.75 | 19.48 | 19.44 | - |
| YUV | 123.08 | 125.14 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 91 | 118 | 0 | 0.52 | 0.37 | 0.26 | 343.3 | 0.42 | 0.55 |
| Hex | BC | 5B | 76 | 0 | 34 | 25 | 1A | 157 | 2A | 37 |
| Octal | 274 | 133 | 166 | 0 | 64 | 45 | 32 | 527 | 52 | 67 |
| Binary | 10111100 | 1011011 | 1110110 | 0 | 110100 | 100101 | 11010 | 101010111 | 101010 | 110111 |
Color Harmonies of #BC5B76
Complementary color
Monochromatic Colors of #BC5B76
Black with #BC5B76
Text Example
Text Example
White with #BC5B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5B76; }
p { color: rgb(188,91,118); }
H1.HeaderClassName
{
color: #BC5B76;
}
.AnyTagClassName
{
color: #BC5B76;
}
</style>
background-color css
<style>
a { background-color: #BC5B76; }
a { background-color: rgb(188,91,118); }
div.DivClassName
{
background-color: #BC5B76;
}
.BgClassName
{
background-color: #BC5B76;
}
</style>
border-color css
<style>
span { border-color: #BC5B76; }
span { border-color: rgb(188,91,118); }
td.TdClassName
{
border-color: #BC5B76;
}
.TagClassName
{
border-color: #BC5B76;
}
</style>