Shades of Royal Heath #B9537B
Tints of Royal Heath #B9537B
RGB
CMYK
RGB Variations
Color information
#B9537B (or 0xB9537B) is known color: Royal Heath. HEX triplet: B9, 53 and 7B. RGB value is (185,83,123). Sum of RGB (Red+Green+Blue) = 185+83+123=391 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.31% from 391); Green value is 83 (32.81% from 255 or 21.23% from 391); Blue value is 123 (48.44% from 255 or 31.46% from 391); Max value from RGB is 185 - color contains mainly: red. Hex color #B9537B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9537B is #46AC84. Grayscale: #767676. Windows color (decimal): -4631685 or 8082361. OLE color: 8082361.
HSL color Cylindrical-coordinate representation of color #B9537B: hue angle of 336.47º 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 #B9537B is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 83 | 123 | - |
| CMYK | 0 | 0.55 | 0.34 | 0.27 |
| HSL | 336.47º | 0.42% | 0.53% | - |
| HSV(B) | 336.47º | 0.55% | 0.73% | - |
| XYZ | 26.68 | 17.93 | 20.79 | - |
| YUV | 118.06 | 130.79 | 175.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 83 | 123 | 0 | 0.55 | 0.34 | 0.27 | 336.47 | 0.42 | 0.53 |
| Hex | B9 | 53 | 7B | 0 | 37 | 22 | 1B | 150 | 2A | 35 |
| Octal | 271 | 123 | 173 | 0 | 67 | 42 | 33 | 520 | 52 | 65 |
| Binary | 10111001 | 1010011 | 1111011 | 0 | 110111 | 100010 | 11011 | 101010000 | 101010 | 110101 |
Color Harmonies of #B9537B
Complementary color
Monochromatic Colors of #B9537B
Black with #B9537B
Text Example
Text Example
White with #B9537B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9537B; }
p { color: rgb(185,83,123); }
H1.HeaderClassName
{
color: #B9537B;
}
.AnyTagClassName
{
color: #B9537B;
}
</style>
background-color css
<style>
a { background-color: #B9537B; }
a { background-color: rgb(185,83,123); }
div.DivClassName
{
background-color: #B9537B;
}
.BgClassName
{
background-color: #B9537B;
}
</style>
border-color css
<style>
span { border-color: #B9537B; }
span { border-color: rgb(185,83,123); }
td.TdClassName
{
border-color: #B9537B;
}
.TagClassName
{
border-color: #B9537B;
}
</style>