Shades of Royal Heath #B44D6E
Tints of Royal Heath #B44D6E
RGB
CMYK
RGB Variations
Color information
#B44D6E (or 0xB44D6E) is known color: Royal Heath. HEX triplet: B4, 4D and 6E. RGB value is (180,77,110). Sum of RGB (Red+Green+Blue) = 180+77+110=367 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.05% from 367); Green value is 77 (30.47% from 255 or 20.98% from 367); Blue value is 110 (43.36% from 255 or 29.97% from 367); Max value from RGB is 180 - color contains mainly: red. Hex color #B44D6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B44D6E is #4BB291. Grayscale: #6F6F6F. Windows color (decimal): -4960914 or 7228852. OLE color: 7228852.
HSL color Cylindrical-coordinate representation of color #B44D6E: hue angle of 340.78º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B44D6E is Cyan = 0, Magento = 0.57, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 77 | 110 | - |
| CMYK | 0 | 0.57 | 0.39 | 0.29 |
| HSL | 340.78º | 0.41% | 0.5% | - |
| HSV(B) | 340.78º | 0.57% | 0.71% | - |
| XYZ | 24.29 | 16.14 | 16.59 | - |
| YUV | 111.56 | 127.12 | 176.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 77 | 110 | 0 | 0.57 | 0.39 | 0.29 | 340.78 | 0.41 | 0.5 |
| Hex | B4 | 4D | 6E | 0 | 39 | 27 | 1D | 155 | 29 | 32 |
| Octal | 264 | 115 | 156 | 0 | 71 | 47 | 35 | 525 | 51 | 62 |
| Binary | 10110100 | 1001101 | 1101110 | 0 | 111001 | 100111 | 11101 | 101010101 | 101001 | 110010 |
Color Harmonies of #B44D6E
Complementary color
Monochromatic Colors of #B44D6E
Black with #B44D6E
Text Example
Text Example
White with #B44D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44D6E; }
p { color: rgb(180,77,110); }
H1.HeaderClassName
{
color: #B44D6E;
}
.AnyTagClassName
{
color: #B44D6E;
}
</style>
background-color css
<style>
a { background-color: #B44D6E; }
a { background-color: rgb(180,77,110); }
div.DivClassName
{
background-color: #B44D6E;
}
.BgClassName
{
background-color: #B44D6E;
}
</style>
border-color css
<style>
span { border-color: #B44D6E; }
span { border-color: rgb(180,77,110); }
td.TdClassName
{
border-color: #B44D6E;
}
.TagClassName
{
border-color: #B44D6E;
}
</style>