Shades of Royal Heath #B55474
Tints of Royal Heath #B55474
RGB
CMYK
RGB Variations
Color information
#B55474 (or 0xB55474) is known color: Royal Heath. HEX triplet: B5, 54 and 74. RGB value is (181,84,116). Sum of RGB (Red+Green+Blue) = 181+84+116=381 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.51% from 381); Green value is 84 (33.20% from 255 or 22.05% from 381); Blue value is 116 (45.70% from 255 or 30.45% from 381); Max value from RGB is 181 - color contains mainly: red. Hex color #B55474 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55474 is #4AAB8B. Grayscale: #747474. Windows color (decimal): -4893580 or 7623861. OLE color: 7623861.
HSL color Cylindrical-coordinate representation of color #B55474: hue angle of 340.21º 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 #B55474 is Cyan = 0, Magento = 0.54, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 84 | 116 | - |
| CMYK | 0 | 0.54 | 0.36 | 0.29 |
| HSL | 340.21º | 0.4% | 0.52% | - |
| HSV(B) | 340.21º | 0.54% | 0.71% | - |
| XYZ | 25.38 | 17.43 | 18.55 | - |
| YUV | 116.65 | 127.64 | 173.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 84 | 116 | 0 | 0.54 | 0.36 | 0.29 | 340.21 | 0.4 | 0.52 |
| Hex | B5 | 54 | 74 | 0 | 36 | 24 | 1D | 154 | 28 | 34 |
| Octal | 265 | 124 | 164 | 0 | 66 | 44 | 35 | 524 | 50 | 64 |
| Binary | 10110101 | 1010100 | 1110100 | 0 | 110110 | 100100 | 11101 | 101010100 | 101000 | 110100 |
Color Harmonies of #B55474
Complementary color
Monochromatic Colors of #B55474
Black with #B55474
Text Example
Text Example
White with #B55474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55474; }
p { color: rgb(181,84,116); }
H1.HeaderClassName
{
color: #B55474;
}
.AnyTagClassName
{
color: #B55474;
}
</style>
background-color css
<style>
a { background-color: #B55474; }
a { background-color: rgb(181,84,116); }
div.DivClassName
{
background-color: #B55474;
}
.BgClassName
{
background-color: #B55474;
}
</style>
border-color css
<style>
span { border-color: #B55474; }
span { border-color: rgb(181,84,116); }
td.TdClassName
{
border-color: #B55474;
}
.TagClassName
{
border-color: #B55474;
}
</style>