Shades of Royal Heath #B7477B
Tints of Royal Heath #B7477B
RGB
CMYK
RGB Variations
Color information
#B7477B (or 0xB7477B) is known color: Royal Heath. HEX triplet: B7, 47 and 7B. RGB value is (183,71,123). Sum of RGB (Red+Green+Blue) = 183+71+123=377 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.54% from 377); Green value is 71 (28.12% from 255 or 18.83% from 377); Blue value is 123 (48.44% from 255 or 32.63% from 377); Max value from RGB is 183 - color contains mainly: red. Hex color #B7477B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7477B is #48B884. Grayscale: #6E6E6E. Windows color (decimal): -4765829 or 8079287. OLE color: 8079287.
HSL color Cylindrical-coordinate representation of color #B7477B: hue angle of 332.14º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B7477B is Cyan = 0, Magento = 0.61, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 71 | 123 | - |
| CMYK | 0 | 0.61 | 0.33 | 0.28 |
| HSL | 332.14º | 0.44% | 0.5% | - |
| HSV(B) | 332.14º | 0.61% | 0.72% | - |
| XYZ | 25.36 | 16 | 20.49 | - |
| YUV | 110.42 | 135.11 | 179.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 71 | 123 | 0 | 0.61 | 0.33 | 0.28 | 332.14 | 0.44 | 0.5 |
| Hex | B7 | 47 | 7B | 0 | 3D | 21 | 1C | 14C | 2C | 32 |
| Octal | 267 | 107 | 173 | 0 | 75 | 41 | 34 | 514 | 54 | 62 |
| Binary | 10110111 | 1000111 | 1111011 | 0 | 111101 | 100001 | 11100 | 101001100 | 101100 | 110010 |
Color Harmonies of #B7477B
Complementary color
Monochromatic Colors of #B7477B
Black with #B7477B
Text Example
Text Example
White with #B7477B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7477B; }
p { color: rgb(183,71,123); }
H1.HeaderClassName
{
color: #B7477B;
}
.AnyTagClassName
{
color: #B7477B;
}
</style>
background-color css
<style>
a { background-color: #B7477B; }
a { background-color: rgb(183,71,123); }
div.DivClassName
{
background-color: #B7477B;
}
.BgClassName
{
background-color: #B7477B;
}
</style>
border-color css
<style>
span { border-color: #B7477B; }
span { border-color: rgb(183,71,123); }
td.TdClassName
{
border-color: #B7477B;
}
.TagClassName
{
border-color: #B7477B;
}
</style>