Shades of Royal Heath #B9567B
Tints of Royal Heath #B9567B
RGB
CMYK
RGB Variations
Color information
#B9567B (or 0xB9567B) is known color: Royal Heath. HEX triplet: B9, 56 and 7B. RGB value is (185,86,123). Sum of RGB (Red+Green+Blue) = 185+86+123=394 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.95% from 394); Green value is 86 (33.98% from 255 or 21.83% from 394); Blue value is 123 (48.44% from 255 or 31.22% from 394); Max value from RGB is 185 - color contains mainly: red. Hex color #B9567B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9567B is #46A984. Grayscale: #777777. Windows color (decimal): -4630917 or 8083129. OLE color: 8083129.
HSL color Cylindrical-coordinate representation of color #B9567B: hue angle of 337.58º 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 #B9567B is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 86 | 123 | - |
| CMYK | 0 | 0.54 | 0.34 | 0.27 |
| HSL | 337.58º | 0.41% | 0.53% | - |
| HSV(B) | 337.58º | 0.54% | 0.73% | - |
| XYZ | 26.91 | 18.4 | 20.87 | - |
| YUV | 119.82 | 129.8 | 174.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 86 | 123 | 0 | 0.54 | 0.34 | 0.27 | 337.58 | 0.41 | 0.53 |
| Hex | B9 | 56 | 7B | 0 | 36 | 22 | 1B | 152 | 29 | 35 |
| Octal | 271 | 126 | 173 | 0 | 66 | 42 | 33 | 522 | 51 | 65 |
| Binary | 10111001 | 1010110 | 1111011 | 0 | 110110 | 100010 | 11011 | 101010010 | 101001 | 110101 |
Color Harmonies of #B9567B
Complementary color
Monochromatic Colors of #B9567B
Black with #B9567B
Text Example
Text Example
White with #B9567B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9567B; }
p { color: rgb(185,86,123); }
H1.HeaderClassName
{
color: #B9567B;
}
.AnyTagClassName
{
color: #B9567B;
}
</style>
background-color css
<style>
a { background-color: #B9567B; }
a { background-color: rgb(185,86,123); }
div.DivClassName
{
background-color: #B9567B;
}
.BgClassName
{
background-color: #B9567B;
}
</style>
border-color css
<style>
span { border-color: #B9567B; }
span { border-color: rgb(185,86,123); }
td.TdClassName
{
border-color: #B9567B;
}
.TagClassName
{
border-color: #B9567B;
}
</style>