Shades of Royal Heath #B44077
Tints of Royal Heath #B44077
RGB
CMYK
RGB Variations
Color information
#B44077 (or 0xB44077) is known color: Royal Heath. HEX triplet: B4, 40 and 77. RGB value is (180,64,119). Sum of RGB (Red+Green+Blue) = 180+64+119=363 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.59% from 363); Green value is 64 (25.39% from 255 or 17.63% from 363); Blue value is 119 (46.88% from 255 or 32.78% from 363); Max value from RGB is 180 - color contains mainly: red. Hex color #B44077 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44077 is #4BBF88. Grayscale: #686868. Windows color (decimal): -4964233 or 7815348. OLE color: 7815348.
HSL color Cylindrical-coordinate representation of color #B44077: hue angle of 331.55º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B44077 is Cyan = 0, Magento = 0.64, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 64 | 119 | - |
| CMYK | 0 | 0.64 | 0.34 | 0.29 |
| HSL | 331.55º | 0.48% | 0.48% | - |
| HSV(B) | 331.55º | 0.64% | 0.71% | - |
| XYZ | 23.99 | 14.7 | 19.03 | - |
| YUV | 104.95 | 135.93 | 181.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 64 | 119 | 0 | 0.64 | 0.34 | 0.29 | 331.55 | 0.48 | 0.48 |
| Hex | B4 | 40 | 77 | 0 | 40 | 22 | 1D | 14C | 30 | 30 |
| Octal | 264 | 100 | 167 | 0 | 100 | 42 | 35 | 514 | 60 | 60 |
| Binary | 10110100 | 1000000 | 1110111 | 0 | 1000000 | 100010 | 11101 | 101001100 | 110000 | 110000 |
Color Harmonies of #B44077
Complementary color
Monochromatic Colors of #B44077
Black with #B44077
Text Example
Text Example
White with #B44077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44077; }
p { color: rgb(180,64,119); }
H1.HeaderClassName
{
color: #B44077;
}
.AnyTagClassName
{
color: #B44077;
}
</style>
background-color css
<style>
a { background-color: #B44077; }
a { background-color: rgb(180,64,119); }
div.DivClassName
{
background-color: #B44077;
}
.BgClassName
{
background-color: #B44077;
}
</style>
border-color css
<style>
span { border-color: #B44077; }
span { border-color: rgb(180,64,119); }
td.TdClassName
{
border-color: #B44077;
}
.TagClassName
{
border-color: #B44077;
}
</style>