Shades of Royal Heath #B9547D
Tints of Royal Heath #B9547D
RGB
CMYK
RGB Variations
Color information
#B9547D (or 0xB9547D) is known color: Royal Heath. HEX triplet: B9, 54 and 7D. RGB value is (185,84,125). Sum of RGB (Red+Green+Blue) = 185+84+125=394 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.95% from 394); Green value is 84 (33.20% from 255 or 21.32% from 394); Blue value is 125 (49.22% from 255 or 31.73% from 394); Max value from RGB is 185 - color contains mainly: red. Hex color #B9547D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9547D is #46AB82. Grayscale: #767676. Windows color (decimal): -4631427 or 8213689. OLE color: 8213689.
HSL color Cylindrical-coordinate representation of color #B9547D: hue angle of 335.64º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B9547D is Cyan = 0, Magento = 0.55, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 84 | 125 | - |
| CMYK | 0 | 0.55 | 0.32 | 0.27 |
| HSL | 335.64º | 0.42% | 0.53% | - |
| HSV(B) | 335.64º | 0.55% | 0.73% | - |
| XYZ | 26.88 | 18.14 | 21.49 | - |
| YUV | 118.87 | 131.46 | 175.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 84 | 125 | 0 | 0.55 | 0.32 | 0.27 | 335.64 | 0.42 | 0.53 |
| Hex | B9 | 54 | 7D | 0 | 37 | 20 | 1B | 150 | 2A | 35 |
| Octal | 271 | 124 | 175 | 0 | 67 | 40 | 33 | 520 | 52 | 65 |
| Binary | 10111001 | 1010100 | 1111101 | 0 | 110111 | 100000 | 11011 | 101010000 | 101010 | 110101 |
Color Harmonies of #B9547D
Complementary color
Monochromatic Colors of #B9547D
Black with #B9547D
Text Example
Text Example
White with #B9547D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9547D; }
p { color: rgb(185,84,125); }
H1.HeaderClassName
{
color: #B9547D;
}
.AnyTagClassName
{
color: #B9547D;
}
</style>
background-color css
<style>
a { background-color: #B9547D; }
a { background-color: rgb(185,84,125); }
div.DivClassName
{
background-color: #B9547D;
}
.BgClassName
{
background-color: #B9547D;
}
</style>
border-color css
<style>
span { border-color: #B9547D; }
span { border-color: rgb(185,84,125); }
td.TdClassName
{
border-color: #B9547D;
}
.TagClassName
{
border-color: #B9547D;
}
</style>