Shades of Royal Heath #B85682
Tints of Royal Heath #B85682
RGB
CMYK
RGB Variations
Color information
#B85682 (or 0xB85682) is known color: Royal Heath. HEX triplet: B8, 56 and 82. RGB value is (184,86,130). Sum of RGB (Red+Green+Blue) = 184+86+130=400 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46% from 400); Green value is 86 (33.98% from 255 or 21.5% from 400); Blue value is 130 (51.17% from 255 or 32.5% from 400); Max value from RGB is 184 - color contains mainly: red. Hex color #B85682 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85682 is #47A97D. Grayscale: #787878. Windows color (decimal): -4696446 or 8541880. OLE color: 8541880.
HSL color Cylindrical-coordinate representation of color #B85682: hue angle of 333.06º 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 #B85682 is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 86 | 130 | - |
| CMYK | 0 | 0.53 | 0.29 | 0.28 |
| HSL | 333.06º | 0.41% | 0.53% | - |
| HSV(B) | 333.06º | 0.53% | 0.72% | - |
| XYZ | 27.12 | 18.46 | 23.25 | - |
| YUV | 120.32 | 133.47 | 173.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 86 | 130 | 0 | 0.53 | 0.29 | 0.28 | 333.06 | 0.41 | 0.53 |
| Hex | B8 | 56 | 82 | 0 | 35 | 1D | 1C | 14D | 29 | 35 |
| Octal | 270 | 126 | 202 | 0 | 65 | 35 | 34 | 515 | 51 | 65 |
| Binary | 10111000 | 1010110 | 10000010 | 0 | 110101 | 11101 | 11100 | 101001101 | 101001 | 110101 |
Color Harmonies of #B85682
Complementary color
Monochromatic Colors of #B85682
Black with #B85682
Text Example
Text Example
White with #B85682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85682; }
p { color: rgb(184,86,130); }
H1.HeaderClassName
{
color: #B85682;
}
.AnyTagClassName
{
color: #B85682;
}
</style>
background-color css
<style>
a { background-color: #B85682; }
a { background-color: rgb(184,86,130); }
div.DivClassName
{
background-color: #B85682;
}
.BgClassName
{
background-color: #B85682;
}
</style>
border-color css
<style>
span { border-color: #B85682; }
span { border-color: rgb(184,86,130); }
td.TdClassName
{
border-color: #B85682;
}
.TagClassName
{
border-color: #B85682;
}
</style>