Shades of Royal Heath #B95881
Tints of Royal Heath #B95881
RGB
CMYK
RGB Variations
Color information
#B95881 (or 0xB95881) is known color: Royal Heath. HEX triplet: B9, 58 and 81. RGB value is (185,88,129). Sum of RGB (Red+Green+Blue) = 185+88+129=402 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.02% from 402); Green value is 88 (34.77% from 255 or 21.89% from 402); Blue value is 129 (50.78% from 255 or 32.09% from 402); Max value from RGB is 185 - color contains mainly: red. Hex color #B95881 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95881 is #46A77E. Grayscale: #797979. Windows color (decimal): -4630399 or 8476857. OLE color: 8476857.
HSL color Cylindrical-coordinate representation of color #B95881: hue angle of 334.64º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B95881 is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 88 | 129 | - |
| CMYK | 0 | 0.52 | 0.30 | 0.27 |
| HSL | 334.64º | 0.41% | 0.54% | - |
| HSV(B) | 334.64º | 0.52% | 0.73% | - |
| XYZ | 27.46 | 18.88 | 22.97 | - |
| YUV | 121.68 | 132.14 | 173.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 88 | 129 | 0 | 0.52 | 0.30 | 0.27 | 334.64 | 0.41 | 0.54 |
| Hex | B9 | 58 | 81 | 0 | 34 | 1E | 1B | 14F | 29 | 36 |
| Octal | 271 | 130 | 201 | 0 | 64 | 36 | 33 | 517 | 51 | 66 |
| Binary | 10111001 | 1011000 | 10000001 | 0 | 110100 | 11110 | 11011 | 101001111 | 101001 | 110110 |
Color Harmonies of #B95881
Complementary color
Monochromatic Colors of #B95881
Black with #B95881
Text Example
Text Example
White with #B95881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95881; }
p { color: rgb(185,88,129); }
H1.HeaderClassName
{
color: #B95881;
}
.AnyTagClassName
{
color: #B95881;
}
</style>
background-color css
<style>
a { background-color: #B95881; }
a { background-color: rgb(185,88,129); }
div.DivClassName
{
background-color: #B95881;
}
.BgClassName
{
background-color: #B95881;
}
</style>
border-color css
<style>
span { border-color: #B95881; }
span { border-color: rgb(185,88,129); }
td.TdClassName
{
border-color: #B95881;
}
.TagClassName
{
border-color: #B95881;
}
</style>