Shades of Royal Heath #B85675
Tints of Royal Heath #B85675
RGB
CMYK
RGB Variations
Color information
#B85675 (or 0xB85675) is known color: Royal Heath. HEX triplet: B8, 56 and 75. RGB value is (184,86,117). Sum of RGB (Red+Green+Blue) = 184+86+117=387 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.55% from 387); Green value is 86 (33.98% from 255 or 22.22% from 387); Blue value is 117 (46.09% from 255 or 30.23% from 387); Max value from RGB is 184 - color contains mainly: red. Hex color #B85675 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85675 is #47A98A. Grayscale: #767676. Windows color (decimal): -4696459 or 7689912. OLE color: 7689912.
HSL color Cylindrical-coordinate representation of color #B85675: hue angle of 341.02º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B85675 is Cyan = 0, Magento = 0.53, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 86 | 117 | - |
| CMYK | 0 | 0.53 | 0.36 | 0.28 |
| HSL | 341.02º | 0.41% | 0.53% | - |
| HSV(B) | 341.02º | 0.53% | 0.72% | - |
| XYZ | 26.31 | 18.13 | 18.94 | - |
| YUV | 118.84 | 126.97 | 174.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 86 | 117 | 0 | 0.53 | 0.36 | 0.28 | 341.02 | 0.41 | 0.53 |
| Hex | B8 | 56 | 75 | 0 | 35 | 24 | 1C | 155 | 29 | 35 |
| Octal | 270 | 126 | 165 | 0 | 65 | 44 | 34 | 525 | 51 | 65 |
| Binary | 10111000 | 1010110 | 1110101 | 0 | 110101 | 100100 | 11100 | 101010101 | 101001 | 110101 |
Color Harmonies of #B85675
Complementary color
Monochromatic Colors of #B85675
Black with #B85675
Text Example
Text Example
White with #B85675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85675; }
p { color: rgb(184,86,117); }
H1.HeaderClassName
{
color: #B85675;
}
.AnyTagClassName
{
color: #B85675;
}
</style>
background-color css
<style>
a { background-color: #B85675; }
a { background-color: rgb(184,86,117); }
div.DivClassName
{
background-color: #B85675;
}
.BgClassName
{
background-color: #B85675;
}
</style>
border-color css
<style>
span { border-color: #B85675; }
span { border-color: rgb(184,86,117); }
td.TdClassName
{
border-color: #B85675;
}
.TagClassName
{
border-color: #B85675;
}
</style>