Shades of Royal Heath #B5406C
Tints of Royal Heath #B5406C
RGB
CMYK
RGB Variations
Color information
#B5406C (or 0xB5406C) is known color: Royal Heath. HEX triplet: B5, 40 and 6C. RGB value is (181,64,108). Sum of RGB (Red+Green+Blue) = 181+64+108=353 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.27% from 353); Green value is 64 (25.39% from 255 or 18.13% from 353); Blue value is 108 (42.58% from 255 or 30.59% from 353); Max value from RGB is 181 - color contains mainly: red. Hex color #B5406C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5406C is #4ABF93. Grayscale: #676767. Windows color (decimal): -4898708 or 7094453. OLE color: 7094453.
HSL color Cylindrical-coordinate representation of color #B5406C: hue angle of 337.44º 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 #B5406C is Cyan = 0, Magento = 0.65, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 64 | 108 | - |
| CMYK | 0 | 0.65 | 0.40 | 0.29 |
| HSL | 337.44º | 0.48% | 0.48% | - |
| HSV(B) | 337.44º | 0.65% | 0.71% | - |
| XYZ | 23.6 | 14.57 | 15.76 | - |
| YUV | 104 | 130.26 | 182.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 64 | 108 | 0 | 0.65 | 0.40 | 0.29 | 337.44 | 0.48 | 0.48 |
| Hex | B5 | 40 | 6C | 0 | 41 | 28 | 1D | 151 | 30 | 30 |
| Octal | 265 | 100 | 154 | 0 | 101 | 50 | 35 | 521 | 60 | 60 |
| Binary | 10110101 | 1000000 | 1101100 | 0 | 1000001 | 101000 | 11101 | 101010001 | 110000 | 110000 |
Color Harmonies of #B5406C
Complementary color
Monochromatic Colors of #B5406C
Black with #B5406C
Text Example
Text Example
White with #B5406C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5406C; }
p { color: rgb(181,64,108); }
H1.HeaderClassName
{
color: #B5406C;
}
.AnyTagClassName
{
color: #B5406C;
}
</style>
background-color css
<style>
a { background-color: #B5406C; }
a { background-color: rgb(181,64,108); }
div.DivClassName
{
background-color: #B5406C;
}
.BgClassName
{
background-color: #B5406C;
}
</style>
border-color css
<style>
span { border-color: #B5406C; }
span { border-color: rgb(181,64,108); }
td.TdClassName
{
border-color: #B5406C;
}
.TagClassName
{
border-color: #B5406C;
}
</style>