Shades of Royal Heath #B9567D
Tints of Royal Heath #B9567D
RGB
CMYK
RGB Variations
Color information
#B9567D (or 0xB9567D) is known color: Royal Heath. HEX triplet: B9, 56 and 7D. RGB value is (185,86,125). Sum of RGB (Red+Green+Blue) = 185+86+125=396 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.72% from 396); Green value is 86 (33.98% from 255 or 21.72% from 396); Blue value is 125 (49.22% from 255 or 31.57% from 396); Max value from RGB is 185 - color contains mainly: red. Hex color #B9567D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9567D is #46A982. Grayscale: #777777. Windows color (decimal): -4630915 or 8214201. OLE color: 8214201.
HSL color Cylindrical-coordinate representation of color #B9567D: hue angle of 336.36º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B9567D is Cyan = 0, Magento = 0.54, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 86 | 125 | - |
| CMYK | 0 | 0.54 | 0.32 | 0.27 |
| HSL | 336.36º | 0.41% | 0.53% | - |
| HSV(B) | 336.36º | 0.54% | 0.73% | - |
| XYZ | 27.04 | 18.45 | 21.54 | - |
| YUV | 120.05 | 130.8 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 86 | 125 | 0 | 0.54 | 0.32 | 0.27 | 336.36 | 0.41 | 0.53 |
| Hex | B9 | 56 | 7D | 0 | 36 | 20 | 1B | 150 | 29 | 35 |
| Octal | 271 | 126 | 175 | 0 | 66 | 40 | 33 | 520 | 51 | 65 |
| Binary | 10111001 | 1010110 | 1111101 | 0 | 110110 | 100000 | 11011 | 101010000 | 101001 | 110101 |
Color Harmonies of #B9567D
Complementary color
Monochromatic Colors of #B9567D
Black with #B9567D
Text Example
Text Example
White with #B9567D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9567D; }
p { color: rgb(185,86,125); }
H1.HeaderClassName
{
color: #B9567D;
}
.AnyTagClassName
{
color: #B9567D;
}
</style>
background-color css
<style>
a { background-color: #B9567D; }
a { background-color: rgb(185,86,125); }
div.DivClassName
{
background-color: #B9567D;
}
.BgClassName
{
background-color: #B9567D;
}
</style>
border-color css
<style>
span { border-color: #B9567D; }
span { border-color: rgb(185,86,125); }
td.TdClassName
{
border-color: #B9567D;
}
.TagClassName
{
border-color: #B9567D;
}
</style>