Shades of Royal Heath #B5547A
Tints of Royal Heath #B5547A
RGB
CMYK
RGB Variations
Color information
#B5547A (or 0xB5547A) is known color: Royal Heath. HEX triplet: B5, 54 and 7A. RGB value is (181,84,122). Sum of RGB (Red+Green+Blue) = 181+84+122=387 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.77% from 387); Green value is 84 (33.20% from 255 or 21.71% from 387); Blue value is 122 (48.05% from 255 or 31.52% from 387); Max value from RGB is 181 - color contains mainly: red. Hex color #B5547A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5547A is #4AAB85. Grayscale: #757575. Windows color (decimal): -4893574 or 8017077. OLE color: 8017077.
HSL color Cylindrical-coordinate representation of color #B5547A: hue angle of 336.49º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B5547A is Cyan = 0, Magento = 0.54, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 84 | 122 | - |
| CMYK | 0 | 0.54 | 0.33 | 0.29 |
| HSL | 336.49º | 0.4% | 0.52% | - |
| HSV(B) | 336.49º | 0.54% | 0.71% | - |
| XYZ | 25.74 | 17.57 | 20.45 | - |
| YUV | 117.34 | 130.64 | 173.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 84 | 122 | 0 | 0.54 | 0.33 | 0.29 | 336.49 | 0.4 | 0.52 |
| Hex | B5 | 54 | 7A | 0 | 36 | 21 | 1D | 150 | 28 | 34 |
| Octal | 265 | 124 | 172 | 0 | 66 | 41 | 35 | 520 | 50 | 64 |
| Binary | 10110101 | 1010100 | 1111010 | 0 | 110110 | 100001 | 11101 | 101010000 | 101000 | 110100 |
Color Harmonies of #B5547A
Complementary color
Monochromatic Colors of #B5547A
Black with #B5547A
Text Example
Text Example
White with #B5547A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5547A; }
p { color: rgb(181,84,122); }
H1.HeaderClassName
{
color: #B5547A;
}
.AnyTagClassName
{
color: #B5547A;
}
</style>
background-color css
<style>
a { background-color: #B5547A; }
a { background-color: rgb(181,84,122); }
div.DivClassName
{
background-color: #B5547A;
}
.BgClassName
{
background-color: #B5547A;
}
</style>
border-color css
<style>
span { border-color: #B5547A; }
span { border-color: rgb(181,84,122); }
td.TdClassName
{
border-color: #B5547A;
}
.TagClassName
{
border-color: #B5547A;
}
</style>