Shades of Royal Heath #B5476E
Tints of Royal Heath #B5476E
RGB
CMYK
RGB Variations
Color information
#B5476E (or 0xB5476E) is known color: Royal Heath. HEX triplet: B5, 47 and 6E. RGB value is (181,71,110). Sum of RGB (Red+Green+Blue) = 181+71+110=362 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50% from 362); Green value is 71 (28.12% from 255 or 19.61% from 362); Blue value is 110 (43.36% from 255 or 30.39% from 362); Max value from RGB is 181 - color contains mainly: red. Hex color #B5476E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5476E is #4AB891. Grayscale: #6C6C6C. Windows color (decimal): -4896914 or 7227317. OLE color: 7227317.
HSL color Cylindrical-coordinate representation of color #B5476E: hue angle of 338.73º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B5476E is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 71 | 110 | - |
| CMYK | 0 | 0.61 | 0.39 | 0.29 |
| HSL | 338.73º | 0.44% | 0.49% | - |
| HSV(B) | 338.73º | 0.61% | 0.71% | - |
| XYZ | 24.12 | 15.46 | 16.46 | - |
| YUV | 108.34 | 128.94 | 179.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 71 | 110 | 0 | 0.61 | 0.39 | 0.29 | 338.73 | 0.44 | 0.49 |
| Hex | B5 | 47 | 6E | 0 | 3D | 27 | 1D | 153 | 2C | 31 |
| Octal | 265 | 107 | 156 | 0 | 75 | 47 | 35 | 523 | 54 | 61 |
| Binary | 10110101 | 1000111 | 1101110 | 0 | 111101 | 100111 | 11101 | 101010011 | 101100 | 110001 |
Color Harmonies of #B5476E
Complementary color
Monochromatic Colors of #B5476E
Black with #B5476E
Text Example
Text Example
White with #B5476E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5476E; }
p { color: rgb(181,71,110); }
H1.HeaderClassName
{
color: #B5476E;
}
.AnyTagClassName
{
color: #B5476E;
}
</style>
background-color css
<style>
a { background-color: #B5476E; }
a { background-color: rgb(181,71,110); }
div.DivClassName
{
background-color: #B5476E;
}
.BgClassName
{
background-color: #B5476E;
}
</style>
border-color css
<style>
span { border-color: #B5476E; }
span { border-color: rgb(181,71,110); }
td.TdClassName
{
border-color: #B5476E;
}
.TagClassName
{
border-color: #B5476E;
}
</style>