Shades of Royal Heath #B85B7B
Tints of Royal Heath #B85B7B
RGB
CMYK
RGB Variations
Color information
#B85B7B (or 0xB85B7B) is known color: Royal Heath. HEX triplet: B8, 5B and 7B. RGB value is (184,91,123). Sum of RGB (Red+Green+Blue) = 184+91+123=398 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.23% from 398); Green value is 91 (35.94% from 255 or 22.86% from 398); Blue value is 123 (48.44% from 255 or 30.90% from 398); Max value from RGB is 184 - color contains mainly: red. Hex color #B85B7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85B7B is #47A484. Grayscale: #7A7A7A. Windows color (decimal): -4695173 or 8084408. OLE color: 8084408.
HSL color Cylindrical-coordinate representation of color #B85B7B: hue angle of 339.35º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B85B7B is Cyan = 0, Magento = 0.51, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 91 | 123 | - |
| CMYK | 0 | 0.51 | 0.33 | 0.28 |
| HSL | 339.35º | 0.4% | 0.54% | - |
| HSV(B) | 339.35º | 0.51% | 0.72% | - |
| XYZ | 27.08 | 19.1 | 21 | - |
| YUV | 122.46 | 128.31 | 171.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 91 | 123 | 0 | 0.51 | 0.33 | 0.28 | 339.35 | 0.4 | 0.54 |
| Hex | B8 | 5B | 7B | 0 | 33 | 21 | 1C | 153 | 28 | 36 |
| Octal | 270 | 133 | 173 | 0 | 63 | 41 | 34 | 523 | 50 | 66 |
| Binary | 10111000 | 1011011 | 1111011 | 0 | 110011 | 100001 | 11100 | 101010011 | 101000 | 110110 |
Color Harmonies of #B85B7B
Complementary color
Monochromatic Colors of #B85B7B
Black with #B85B7B
Text Example
Text Example
White with #B85B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85B7B; }
p { color: rgb(184,91,123); }
H1.HeaderClassName
{
color: #B85B7B;
}
.AnyTagClassName
{
color: #B85B7B;
}
</style>
background-color css
<style>
a { background-color: #B85B7B; }
a { background-color: rgb(184,91,123); }
div.DivClassName
{
background-color: #B85B7B;
}
.BgClassName
{
background-color: #B85B7B;
}
</style>
border-color css
<style>
span { border-color: #B85B7B; }
span { border-color: rgb(184,91,123); }
td.TdClassName
{
border-color: #B85B7B;
}
.TagClassName
{
border-color: #B85B7B;
}
</style>