Shades of Royal Heath #B44C74
Tints of Royal Heath #B44C74
RGB
CMYK
RGB Variations
Color information
#B44C74 (or 0xB44C74) is known color: Royal Heath. HEX triplet: B4, 4C and 74. RGB value is (180,76,116). Sum of RGB (Red+Green+Blue) = 180+76+116=372 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.39% from 372); Green value is 76 (30.08% from 255 or 20.43% from 372); Blue value is 116 (45.70% from 255 or 31.18% from 372); Max value from RGB is 180 - color contains mainly: red. Hex color #B44C74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44C74 is #4BB38B. Grayscale: #6F6F6F. Windows color (decimal): -4961164 or 7621812. OLE color: 7621812.
HSL color Cylindrical-coordinate representation of color #B44C74: hue angle of 336.92º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B44C74 is Cyan = 0, Magento = 0.58, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 76 | 116 | - |
| CMYK | 0 | 0.58 | 0.36 | 0.29 |
| HSL | 336.92º | 0.41% | 0.5% | - |
| HSV(B) | 336.92º | 0.58% | 0.71% | - |
| XYZ | 24.56 | 16.13 | 18.34 | - |
| YUV | 111.66 | 130.46 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 76 | 116 | 0 | 0.58 | 0.36 | 0.29 | 336.92 | 0.41 | 0.5 |
| Hex | B4 | 4C | 74 | 0 | 3A | 24 | 1D | 151 | 29 | 32 |
| Octal | 264 | 114 | 164 | 0 | 72 | 44 | 35 | 521 | 51 | 62 |
| Binary | 10110100 | 1001100 | 1110100 | 0 | 111010 | 100100 | 11101 | 101010001 | 101001 | 110010 |
Color Harmonies of #B44C74
Complementary color
Monochromatic Colors of #B44C74
Black with #B44C74
Text Example
Text Example
White with #B44C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44C74; }
p { color: rgb(180,76,116); }
H1.HeaderClassName
{
color: #B44C74;
}
.AnyTagClassName
{
color: #B44C74;
}
</style>
background-color css
<style>
a { background-color: #B44C74; }
a { background-color: rgb(180,76,116); }
div.DivClassName
{
background-color: #B44C74;
}
.BgClassName
{
background-color: #B44C74;
}
</style>
border-color css
<style>
span { border-color: #B44C74; }
span { border-color: rgb(180,76,116); }
td.TdClassName
{
border-color: #B44C74;
}
.TagClassName
{
border-color: #B44C74;
}
</style>