Shades of Royal Heath #B9517D
Tints of Royal Heath #B9517D
RGB
CMYK
RGB Variations
Color information
#B9517D (or 0xB9517D) is known color: Royal Heath. HEX triplet: B9, 51 and 7D. RGB value is (185,81,125). Sum of RGB (Red+Green+Blue) = 185+81+125=391 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.31% from 391); Green value is 81 (32.03% from 255 or 20.72% from 391); Blue value is 125 (49.22% from 255 or 31.97% from 391); Max value from RGB is 185 - color contains mainly: red. Hex color #B9517D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9517D is #46AE82. Grayscale: #757575. Windows color (decimal): -4632195 or 8212921. OLE color: 8212921.
HSL color Cylindrical-coordinate representation of color #B9517D: hue angle of 334.62º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B9517D is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 81 | 125 | - |
| CMYK | 0 | 0.56 | 0.32 | 0.27 |
| HSL | 334.62º | 0.43% | 0.52% | - |
| HSV(B) | 334.62º | 0.56% | 0.73% | - |
| XYZ | 26.65 | 17.68 | 21.41 | - |
| YUV | 117.11 | 132.46 | 176.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 81 | 125 | 0 | 0.56 | 0.32 | 0.27 | 334.62 | 0.43 | 0.52 |
| Hex | B9 | 51 | 7D | 0 | 38 | 20 | 1B | 14F | 2B | 34 |
| Octal | 271 | 121 | 175 | 0 | 70 | 40 | 33 | 517 | 53 | 64 |
| Binary | 10111001 | 1010001 | 1111101 | 0 | 111000 | 100000 | 11011 | 101001111 | 101011 | 110100 |
Color Harmonies of #B9517D
Complementary color
Monochromatic Colors of #B9517D
Black with #B9517D
Text Example
Text Example
White with #B9517D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9517D; }
p { color: rgb(185,81,125); }
H1.HeaderClassName
{
color: #B9517D;
}
.AnyTagClassName
{
color: #B9517D;
}
</style>
background-color css
<style>
a { background-color: #B9517D; }
a { background-color: rgb(185,81,125); }
div.DivClassName
{
background-color: #B9517D;
}
.BgClassName
{
background-color: #B9517D;
}
</style>
border-color css
<style>
span { border-color: #B9517D; }
span { border-color: rgb(185,81,125); }
td.TdClassName
{
border-color: #B9517D;
}
.TagClassName
{
border-color: #B9517D;
}
</style>