Shades of Royal Heath #B5406F
Tints of Royal Heath #B5406F
RGB
CMYK
RGB Variations
Color information
#B5406F (or 0xB5406F) is known color: Royal Heath. HEX triplet: B5, 40 and 6F. RGB value is (181,64,111). Sum of RGB (Red+Green+Blue) = 181+64+111=356 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.84% from 356); Green value is 64 (25.39% from 255 or 17.98% from 356); Blue value is 111 (43.75% from 255 or 31.18% from 356); Max value from RGB is 181 - color contains mainly: red. Hex color #B5406F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5406F is #4ABF90. Grayscale: #686868. Windows color (decimal): -4898705 or 7291061. OLE color: 7291061.
HSL color Cylindrical-coordinate representation of color #B5406F: hue angle of 335.9º 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 #B5406F is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 64 | 111 | - |
| CMYK | 0 | 0.65 | 0.39 | 0.29 |
| HSL | 335.9º | 0.48% | 0.48% | - |
| HSV(B) | 335.9º | 0.65% | 0.71% | - |
| XYZ | 23.76 | 14.64 | 16.61 | - |
| YUV | 104.34 | 131.76 | 182.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 64 | 111 | 0 | 0.65 | 0.39 | 0.29 | 335.9 | 0.48 | 0.48 |
| Hex | B5 | 40 | 6F | 0 | 41 | 27 | 1D | 150 | 30 | 30 |
| Octal | 265 | 100 | 157 | 0 | 101 | 47 | 35 | 520 | 60 | 60 |
| Binary | 10110101 | 1000000 | 1101111 | 0 | 1000001 | 100111 | 11101 | 101010000 | 110000 | 110000 |
Color Harmonies of #B5406F
Complementary color
Monochromatic Colors of #B5406F
Black with #B5406F
Text Example
Text Example
White with #B5406F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5406F; }
p { color: rgb(181,64,111); }
H1.HeaderClassName
{
color: #B5406F;
}
.AnyTagClassName
{
color: #B5406F;
}
</style>
background-color css
<style>
a { background-color: #B5406F; }
a { background-color: rgb(181,64,111); }
div.DivClassName
{
background-color: #B5406F;
}
.BgClassName
{
background-color: #B5406F;
}
</style>
border-color css
<style>
span { border-color: #B5406F; }
span { border-color: rgb(181,64,111); }
td.TdClassName
{
border-color: #B5406F;
}
.TagClassName
{
border-color: #B5406F;
}
</style>