Shades of Royal Heath #B85C79
Tints of Royal Heath #B85C79
RGB
CMYK
RGB Variations
Color information
#B85C79 (or 0xB85C79) is known color: Royal Heath. HEX triplet: B8, 5C and 79. RGB value is (184,92,121). Sum of RGB (Red+Green+Blue) = 184+92+121=397 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.35% from 397); Green value is 92 (36.33% from 255 or 23.17% from 397); Blue value is 121 (47.66% from 255 or 30.48% from 397); Max value from RGB is 184 - color contains mainly: red. Hex color #B85C79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85C79 is #47A386. Grayscale: #7A7A7A. Windows color (decimal): -4694919 or 7953592. OLE color: 7953592.
HSL color Cylindrical-coordinate representation of color #B85C79: hue angle of 341.09º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B85C79 is Cyan = 0, Magento = 0.50, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 92 | 121 | - |
| CMYK | 0 | 0.50 | 0.34 | 0.28 |
| HSL | 341.09º | 0.39% | 0.54% | - |
| HSV(B) | 341.09º | 0.5% | 0.72% | - |
| XYZ | 27.05 | 19.23 | 20.37 | - |
| YUV | 122.81 | 126.98 | 171.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 92 | 121 | 0 | 0.50 | 0.34 | 0.28 | 341.09 | 0.39 | 0.54 |
| Hex | B8 | 5C | 79 | 0 | 32 | 22 | 1C | 155 | 27 | 36 |
| Octal | 270 | 134 | 171 | 0 | 62 | 42 | 34 | 525 | 47 | 66 |
| Binary | 10111000 | 1011100 | 1111001 | 0 | 110010 | 100010 | 11100 | 101010101 | 100111 | 110110 |
Color Harmonies of #B85C79
Complementary color
Monochromatic Colors of #B85C79
Black with #B85C79
Text Example
Text Example
White with #B85C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85C79; }
p { color: rgb(184,92,121); }
H1.HeaderClassName
{
color: #B85C79;
}
.AnyTagClassName
{
color: #B85C79;
}
</style>
background-color css
<style>
a { background-color: #B85C79; }
a { background-color: rgb(184,92,121); }
div.DivClassName
{
background-color: #B85C79;
}
.BgClassName
{
background-color: #B85C79;
}
</style>
border-color css
<style>
span { border-color: #B85C79; }
span { border-color: rgb(184,92,121); }
td.TdClassName
{
border-color: #B85C79;
}
.TagClassName
{
border-color: #B85C79;
}
</style>