Shades of Royal Heath #B85076
Tints of Royal Heath #B85076
RGB
CMYK
RGB Variations
Color information
#B85076 (or 0xB85076) is known color: Royal Heath. HEX triplet: B8, 50 and 76. RGB value is (184,80,118). Sum of RGB (Red+Green+Blue) = 184+80+118=382 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.17% from 382); Green value is 80 (31.64% from 255 or 20.94% from 382); Blue value is 118 (46.48% from 255 or 30.89% from 382); Max value from RGB is 184 - color contains mainly: red. Hex color #B85076 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85076 is #47AF89. Grayscale: #737373. Windows color (decimal): -4697994 or 7753912. OLE color: 7753912.
HSL color Cylindrical-coordinate representation of color #B85076: hue angle of 338.08º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B85076 is Cyan = 0, Magento = 0.57, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 80 | 118 | - |
| CMYK | 0 | 0.57 | 0.36 | 0.28 |
| HSL | 338.08º | 0.42% | 0.52% | - |
| HSV(B) | 338.08º | 0.57% | 0.72% | - |
| XYZ | 25.91 | 17.24 | 19.1 | - |
| YUV | 115.43 | 129.46 | 176.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 80 | 118 | 0 | 0.57 | 0.36 | 0.28 | 338.08 | 0.42 | 0.52 |
| Hex | B8 | 50 | 76 | 0 | 39 | 24 | 1C | 152 | 2A | 34 |
| Octal | 270 | 120 | 166 | 0 | 71 | 44 | 34 | 522 | 52 | 64 |
| Binary | 10111000 | 1010000 | 1110110 | 0 | 111001 | 100100 | 11100 | 101010010 | 101010 | 110100 |
Color Harmonies of #B85076
Complementary color
Monochromatic Colors of #B85076
Black with #B85076
Text Example
Text Example
White with #B85076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85076; }
p { color: rgb(184,80,118); }
H1.HeaderClassName
{
color: #B85076;
}
.AnyTagClassName
{
color: #B85076;
}
</style>
background-color css
<style>
a { background-color: #B85076; }
a { background-color: rgb(184,80,118); }
div.DivClassName
{
background-color: #B85076;
}
.BgClassName
{
background-color: #B85076;
}
</style>
border-color css
<style>
span { border-color: #B85076; }
span { border-color: rgb(184,80,118); }
td.TdClassName
{
border-color: #B85076;
}
.TagClassName
{
border-color: #B85076;
}
</style>