Shades of Royal Heath #B5406D
Tints of Royal Heath #B5406D
RGB
CMYK
RGB Variations
Color information
#B5406D (or 0xB5406D) is known color: Royal Heath. HEX triplet: B5, 40 and 6D. RGB value is (181,64,109). Sum of RGB (Red+Green+Blue) = 181+64+109=354 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.13% from 354); Green value is 64 (25.39% from 255 or 18.08% from 354); Blue value is 109 (42.97% from 255 or 30.79% from 354); Max value from RGB is 181 - color contains mainly: red. Hex color #B5406D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5406D is #4ABF92. Grayscale: #686868. Windows color (decimal): -4898707 or 7159989. OLE color: 7159989.
HSL color Cylindrical-coordinate representation of color #B5406D: hue angle of 336.92º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B5406D is Cyan = 0, Magento = 0.65, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 64 | 109 | - |
| CMYK | 0 | 0.65 | 0.40 | 0.29 |
| HSL | 336.92º | 0.48% | 0.48% | - |
| HSV(B) | 336.92º | 0.65% | 0.71% | - |
| XYZ | 23.65 | 14.59 | 16.04 | - |
| YUV | 104.11 | 130.76 | 182.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 64 | 109 | 0 | 0.65 | 0.40 | 0.29 | 336.92 | 0.48 | 0.48 |
| Hex | B5 | 40 | 6D | 0 | 41 | 28 | 1D | 151 | 30 | 30 |
| Octal | 265 | 100 | 155 | 0 | 101 | 50 | 35 | 521 | 60 | 60 |
| Binary | 10110101 | 1000000 | 1101101 | 0 | 1000001 | 101000 | 11101 | 101010001 | 110000 | 110000 |
Color Harmonies of #B5406D
Complementary color
Monochromatic Colors of #B5406D
Black with #B5406D
Text Example
Text Example
White with #B5406D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5406D; }
p { color: rgb(181,64,109); }
H1.HeaderClassName
{
color: #B5406D;
}
.AnyTagClassName
{
color: #B5406D;
}
</style>
background-color css
<style>
a { background-color: #B5406D; }
a { background-color: rgb(181,64,109); }
div.DivClassName
{
background-color: #B5406D;
}
.BgClassName
{
background-color: #B5406D;
}
</style>
border-color css
<style>
span { border-color: #B5406D; }
span { border-color: rgb(181,64,109); }
td.TdClassName
{
border-color: #B5406D;
}
.TagClassName
{
border-color: #B5406D;
}
</style>