Shades of Royal Heath #B44D74
Tints of Royal Heath #B44D74
RGB
CMYK
RGB Variations
Color information
#B44D74 (or 0xB44D74) is known color: Royal Heath. HEX triplet: B4, 4D and 74. RGB value is (180,77,116). Sum of RGB (Red+Green+Blue) = 180+77+116=373 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.26% from 373); Green value is 77 (30.47% from 255 or 20.64% from 373); Blue value is 116 (45.70% from 255 or 31.10% from 373); Max value from RGB is 180 - color contains mainly: red. Hex color #B44D74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B44D74 is #4BB28B. Grayscale: #707070. Windows color (decimal): -4960908 or 7622068. OLE color: 7622068.
HSL color Cylindrical-coordinate representation of color #B44D74: hue angle of 337.28º 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 #B44D74 is Cyan = 0, Magento = 0.57, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 77 | 116 | - |
| CMYK | 0 | 0.57 | 0.36 | 0.29 |
| HSL | 337.28º | 0.41% | 0.5% | - |
| HSV(B) | 337.28º | 0.57% | 0.71% | - |
| XYZ | 24.63 | 16.27 | 18.37 | - |
| YUV | 112.24 | 130.12 | 176.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 77 | 116 | 0 | 0.57 | 0.36 | 0.29 | 337.28 | 0.41 | 0.5 |
| Hex | B4 | 4D | 74 | 0 | 39 | 24 | 1D | 151 | 29 | 32 |
| Octal | 264 | 115 | 164 | 0 | 71 | 44 | 35 | 521 | 51 | 62 |
| Binary | 10110100 | 1001101 | 1110100 | 0 | 111001 | 100100 | 11101 | 101010001 | 101001 | 110010 |
Color Harmonies of #B44D74
Complementary color
Monochromatic Colors of #B44D74
Black with #B44D74
Text Example
Text Example
White with #B44D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44D74; }
p { color: rgb(180,77,116); }
H1.HeaderClassName
{
color: #B44D74;
}
.AnyTagClassName
{
color: #B44D74;
}
</style>
background-color css
<style>
a { background-color: #B44D74; }
a { background-color: rgb(180,77,116); }
div.DivClassName
{
background-color: #B44D74;
}
.BgClassName
{
background-color: #B44D74;
}
</style>
border-color css
<style>
span { border-color: #B44D74; }
span { border-color: rgb(180,77,116); }
td.TdClassName
{
border-color: #B44D74;
}
.TagClassName
{
border-color: #B44D74;
}
</style>