Shades of Royal Heath #B15C78
Tints of Royal Heath #B15C78
RGB
CMYK
RGB Variations
Color information
#B15C78 (or 0xB15C78) is known color: Royal Heath. HEX triplet: B1, 5C and 78. RGB value is (177,92,120). Sum of RGB (Red+Green+Blue) = 177+92+120=389 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.50% from 389); Green value is 92 (36.33% from 255 or 23.65% from 389); Blue value is 120 (47.27% from 255 or 30.85% from 389); Max value from RGB is 177 - color contains mainly: red. Hex color #B15C78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15C78 is #4EA387. Grayscale: #787878. Windows color (decimal): -5153672 or 7888049. OLE color: 7888049.
HSL color Cylindrical-coordinate representation of color #B15C78: hue angle of 340.24º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B15C78 is Cyan = 0, Magento = 0.48, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 92 | 120 | - |
| CMYK | 0 | 0.48 | 0.32 | 0.31 |
| HSL | 340.24º | 0.35% | 0.53% | - |
| HSV(B) | 340.24º | 0.48% | 0.69% | - |
| XYZ | 25.35 | 18.36 | 19.98 | - |
| YUV | 120.61 | 127.66 | 168.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 92 | 120 | 0 | 0.48 | 0.32 | 0.31 | 340.24 | 0.35 | 0.53 |
| Hex | B1 | 5C | 78 | 0 | 30 | 20 | 1F | 154 | 23 | 35 |
| Octal | 261 | 134 | 170 | 0 | 60 | 40 | 37 | 524 | 43 | 65 |
| Binary | 10110001 | 1011100 | 1111000 | 0 | 110000 | 100000 | 11111 | 101010100 | 100011 | 110101 |
Color Harmonies of #B15C78
Complementary color
Monochromatic Colors of #B15C78
Black with #B15C78
Text Example
Text Example
White with #B15C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15C78; }
p { color: rgb(177,92,120); }
H1.HeaderClassName
{
color: #B15C78;
}
.AnyTagClassName
{
color: #B15C78;
}
</style>
background-color css
<style>
a { background-color: #B15C78; }
a { background-color: rgb(177,92,120); }
div.DivClassName
{
background-color: #B15C78;
}
.BgClassName
{
background-color: #B15C78;
}
</style>
border-color css
<style>
span { border-color: #B15C78; }
span { border-color: rgb(177,92,120); }
td.TdClassName
{
border-color: #B15C78;
}
.TagClassName
{
border-color: #B15C78;
}
</style>