Shades of Royal Heath #B85D7B
Tints of Royal Heath #B85D7B
RGB
CMYK
RGB Variations
Color information
#B85D7B (or 0xB85D7B) is known color: Royal Heath. HEX triplet: B8, 5D and 7B. RGB value is (184,93,123). Sum of RGB (Red+Green+Blue) = 184+93+123=400 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46% from 400); Green value is 93 (36.72% from 255 or 23.25% from 400); Blue value is 123 (48.44% from 255 or 30.75% from 400); Max value from RGB is 184 - color contains mainly: red. Hex color #B85D7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85D7B is #47A284. Grayscale: #7B7B7B. Windows color (decimal): -4694661 or 8084920. OLE color: 8084920.
HSL color Cylindrical-coordinate representation of color #B85D7B: hue angle of 340.22º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B85D7B is Cyan = 0, Magento = 0.49, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 93 | 123 | - |
| CMYK | 0 | 0.49 | 0.33 | 0.28 |
| HSL | 340.22º | 0.39% | 0.54% | - |
| HSV(B) | 340.22º | 0.49% | 0.72% | - |
| XYZ | 27.26 | 19.45 | 21.06 | - |
| YUV | 123.63 | 127.65 | 171.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 93 | 123 | 0 | 0.49 | 0.33 | 0.28 | 340.22 | 0.39 | 0.54 |
| Hex | B8 | 5D | 7B | 0 | 31 | 21 | 1C | 154 | 27 | 36 |
| Octal | 270 | 135 | 173 | 0 | 61 | 41 | 34 | 524 | 47 | 66 |
| Binary | 10111000 | 1011101 | 1111011 | 0 | 110001 | 100001 | 11100 | 101010100 | 100111 | 110110 |
Color Harmonies of #B85D7B
Complementary color
Monochromatic Colors of #B85D7B
Black with #B85D7B
Text Example
Text Example
White with #B85D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85D7B; }
p { color: rgb(184,93,123); }
H1.HeaderClassName
{
color: #B85D7B;
}
.AnyTagClassName
{
color: #B85D7B;
}
</style>
background-color css
<style>
a { background-color: #B85D7B; }
a { background-color: rgb(184,93,123); }
div.DivClassName
{
background-color: #B85D7B;
}
.BgClassName
{
background-color: #B85D7B;
}
</style>
border-color css
<style>
span { border-color: #B85D7B; }
span { border-color: rgb(184,93,123); }
td.TdClassName
{
border-color: #B85D7B;
}
.TagClassName
{
border-color: #B85D7B;
}
</style>