Shades of Royal Heath #B44976
Tints of Royal Heath #B44976
RGB
CMYK
RGB Variations
Color information
#B44976 (or 0xB44976) is known color: Royal Heath. HEX triplet: B4, 49 and 76. RGB value is (180,73,118). Sum of RGB (Red+Green+Blue) = 180+73+118=371 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.52% from 371); Green value is 73 (28.91% from 255 or 19.68% from 371); Blue value is 118 (46.48% from 255 or 31.81% from 371); Max value from RGB is 180 - color contains mainly: red. Hex color #B44976 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44976 is #4BB689. Grayscale: #6E6E6E. Windows color (decimal): -4961930 or 7752116. OLE color: 7752116.
HSL color Cylindrical-coordinate representation of color #B44976: hue angle of 334.77º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B44976 is Cyan = 0, Magento = 0.59, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 73 | 118 | - |
| CMYK | 0 | 0.59 | 0.34 | 0.29 |
| HSL | 334.77º | 0.42% | 0.5% | - |
| HSV(B) | 334.77º | 0.59% | 0.71% | - |
| XYZ | 24.47 | 15.78 | 18.89 | - |
| YUV | 110.12 | 132.45 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 73 | 118 | 0 | 0.59 | 0.34 | 0.29 | 334.77 | 0.42 | 0.5 |
| Hex | B4 | 49 | 76 | 0 | 3B | 22 | 1D | 14F | 2A | 32 |
| Octal | 264 | 111 | 166 | 0 | 73 | 42 | 35 | 517 | 52 | 62 |
| Binary | 10110100 | 1001001 | 1110110 | 0 | 111011 | 100010 | 11101 | 101001111 | 101010 | 110010 |
Color Harmonies of #B44976
Complementary color
Monochromatic Colors of #B44976
Black with #B44976
Text Example
Text Example
White with #B44976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44976; }
p { color: rgb(180,73,118); }
H1.HeaderClassName
{
color: #B44976;
}
.AnyTagClassName
{
color: #B44976;
}
</style>
background-color css
<style>
a { background-color: #B44976; }
a { background-color: rgb(180,73,118); }
div.DivClassName
{
background-color: #B44976;
}
.BgClassName
{
background-color: #B44976;
}
</style>
border-color css
<style>
span { border-color: #B44976; }
span { border-color: rgb(180,73,118); }
td.TdClassName
{
border-color: #B44976;
}
.TagClassName
{
border-color: #B44976;
}
</style>