Shades of Royal Heath #B85180
Tints of Royal Heath #B85180
RGB
CMYK
RGB Variations
Color information
#B85180 (or 0xB85180) is known color: Royal Heath. HEX triplet: B8, 51 and 80. RGB value is (184,81,128). Sum of RGB (Red+Green+Blue) = 184+81+128=393 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.82% from 393); Green value is 81 (32.03% from 255 or 20.61% from 393); Blue value is 128 (50.39% from 255 or 32.57% from 393); Max value from RGB is 184 - color contains mainly: red. Hex color #B85180 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85180 is #47AE7F. Grayscale: #757575. Windows color (decimal): -4697728 or 8409528. OLE color: 8409528.
HSL color Cylindrical-coordinate representation of color #B85180: hue angle of 332.62º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B85180 is Cyan = 0, Magento = 0.56, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 81 | 128 | - |
| CMYK | 0 | 0.56 | 0.30 | 0.28 |
| HSL | 332.62º | 0.42% | 0.52% | - |
| HSV(B) | 332.62º | 0.56% | 0.72% | - |
| XYZ | 26.61 | 17.63 | 22.42 | - |
| YUV | 117.16 | 134.12 | 175.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 81 | 128 | 0 | 0.56 | 0.30 | 0.28 | 332.62 | 0.42 | 0.52 |
| Hex | B8 | 51 | 80 | 0 | 38 | 1E | 1C | 14D | 2A | 34 |
| Octal | 270 | 121 | 200 | 0 | 70 | 36 | 34 | 515 | 52 | 64 |
| Binary | 10111000 | 1010001 | 10000000 | 0 | 111000 | 11110 | 11100 | 101001101 | 101010 | 110100 |
Color Harmonies of #B85180
Complementary color
Monochromatic Colors of #B85180
Black with #B85180
Text Example
Text Example
White with #B85180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85180; }
p { color: rgb(184,81,128); }
H1.HeaderClassName
{
color: #B85180;
}
.AnyTagClassName
{
color: #B85180;
}
</style>
background-color css
<style>
a { background-color: #B85180; }
a { background-color: rgb(184,81,128); }
div.DivClassName
{
background-color: #B85180;
}
.BgClassName
{
background-color: #B85180;
}
</style>
border-color css
<style>
span { border-color: #B85180; }
span { border-color: rgb(184,81,128); }
td.TdClassName
{
border-color: #B85180;
}
.TagClassName
{
border-color: #B85180;
}
</style>