Shades of Royal Heath #BC5C77
Tints of Royal Heath #BC5C77
RGB
CMYK
RGB Variations
Color information
#BC5C77 (or 0xBC5C77) is known color: Royal Heath. HEX triplet: BC, 5C and 77. RGB value is (188,92,119). Sum of RGB (Red+Green+Blue) = 188+92+119=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 92 (36.33% from 255 or 23.06% from 399); Blue value is 119 (46.88% from 255 or 29.82% from 399); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5C77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5C77 is #43A388. Grayscale: #7B7B7B. Windows color (decimal): -4432777 or 7822524. OLE color: 7822524.
HSL color Cylindrical-coordinate representation of color #BC5C77: hue angle of 343.12º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BC5C77 is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 92 | 119 | - |
| CMYK | 0 | 0.51 | 0.37 | 0.26 |
| HSL | 343.13º | 0.42% | 0.55% | - |
| HSV(B) | 343.13º | 0.51% | 0.74% | - |
| XYZ | 27.9 | 19.68 | 19.78 | - |
| YUV | 123.78 | 125.3 | 173.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 92 | 119 | 0 | 0.51 | 0.37 | 0.26 | 343.13 | 0.42 | 0.55 |
| Hex | BC | 5C | 77 | 0 | 33 | 25 | 1A | 157 | 2A | 37 |
| Octal | 274 | 134 | 167 | 0 | 63 | 45 | 32 | 527 | 52 | 67 |
| Binary | 10111100 | 1011100 | 1110111 | 0 | 110011 | 100101 | 11010 | 101010111 | 101010 | 110111 |
Color Harmonies of #BC5C77
Complementary color
Monochromatic Colors of #BC5C77
Black with #BC5C77
Text Example
Text Example
White with #BC5C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5C77; }
p { color: rgb(188,92,119); }
H1.HeaderClassName
{
color: #BC5C77;
}
.AnyTagClassName
{
color: #BC5C77;
}
</style>
background-color css
<style>
a { background-color: #BC5C77; }
a { background-color: rgb(188,92,119); }
div.DivClassName
{
background-color: #BC5C77;
}
.BgClassName
{
background-color: #BC5C77;
}
</style>
border-color css
<style>
span { border-color: #BC5C77; }
span { border-color: rgb(188,92,119); }
td.TdClassName
{
border-color: #BC5C77;
}
.TagClassName
{
border-color: #BC5C77;
}
</style>