Shades of Royal Heath #B5476D
Tints of Royal Heath #B5476D
RGB
CMYK
RGB Variations
Color information
#B5476D (or 0xB5476D) is known color: Royal Heath. HEX triplet: B5, 47 and 6D. RGB value is (181,71,109). Sum of RGB (Red+Green+Blue) = 181+71+109=361 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.14% from 361); Green value is 71 (28.12% from 255 or 19.67% from 361); Blue value is 109 (42.97% from 255 or 30.19% from 361); Max value from RGB is 181 - color contains mainly: red. Hex color #B5476D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5476D is #4AB892. Grayscale: #6C6C6C. Windows color (decimal): -4896915 or 7161781. OLE color: 7161781.
HSL color Cylindrical-coordinate representation of color #B5476D: hue angle of 339.27º 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 #B5476D is Cyan = 0, Magento = 0.61, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 71 | 109 | - |
| CMYK | 0 | 0.61 | 0.40 | 0.29 |
| HSL | 339.27º | 0.44% | 0.49% | - |
| HSV(B) | 339.27º | 0.61% | 0.71% | - |
| XYZ | 24.07 | 15.43 | 16.18 | - |
| YUV | 108.22 | 128.44 | 179.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 71 | 109 | 0 | 0.61 | 0.40 | 0.29 | 339.27 | 0.44 | 0.49 |
| Hex | B5 | 47 | 6D | 0 | 3D | 28 | 1D | 153 | 2C | 31 |
| Octal | 265 | 107 | 155 | 0 | 75 | 50 | 35 | 523 | 54 | 61 |
| Binary | 10110101 | 1000111 | 1101101 | 0 | 111101 | 101000 | 11101 | 101010011 | 101100 | 110001 |
Color Harmonies of #B5476D
Complementary color
Monochromatic Colors of #B5476D
Black with #B5476D
Text Example
Text Example
White with #B5476D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5476D; }
p { color: rgb(181,71,109); }
H1.HeaderClassName
{
color: #B5476D;
}
.AnyTagClassName
{
color: #B5476D;
}
</style>
background-color css
<style>
a { background-color: #B5476D; }
a { background-color: rgb(181,71,109); }
div.DivClassName
{
background-color: #B5476D;
}
.BgClassName
{
background-color: #B5476D;
}
</style>
border-color css
<style>
span { border-color: #B5476D; }
span { border-color: rgb(181,71,109); }
td.TdClassName
{
border-color: #B5476D;
}
.TagClassName
{
border-color: #B5476D;
}
</style>