Shades of Royal Heath #B44677
Tints of Royal Heath #B44677
RGB
CMYK
RGB Variations
Color information
#B44677 (or 0xB44677) is known color: Royal Heath. HEX triplet: B4, 46 and 77. RGB value is (180,70,119). Sum of RGB (Red+Green+Blue) = 180+70+119=369 (48% of max value = 765). Red value is 180 (70.70% from 255 or 48.78% from 369); Green value is 70 (27.73% from 255 or 18.97% from 369); Blue value is 119 (46.88% from 255 or 32.25% from 369); Max value from RGB is 180 - color contains mainly: red. Hex color #B44677 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44677 is #4BB988. Grayscale: #6C6C6C. Windows color (decimal): -4962697 or 7816884. OLE color: 7816884.
HSL color Cylindrical-coordinate representation of color #B44677: hue angle of 333.27º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B44677 is Cyan = 0, Magento = 0.61, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 70 | 119 | - |
| CMYK | 0 | 0.61 | 0.34 | 0.29 |
| HSL | 333.27º | 0.44% | 0.49% | - |
| HSV(B) | 333.27º | 0.61% | 0.71% | - |
| XYZ | 24.34 | 15.42 | 19.15 | - |
| YUV | 108.48 | 133.94 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 70 | 119 | 0 | 0.61 | 0.34 | 0.29 | 333.27 | 0.44 | 0.49 |
| Hex | B4 | 46 | 77 | 0 | 3D | 22 | 1D | 14D | 2C | 31 |
| Octal | 264 | 106 | 167 | 0 | 75 | 42 | 35 | 515 | 54 | 61 |
| Binary | 10110100 | 1000110 | 1110111 | 0 | 111101 | 100010 | 11101 | 101001101 | 101100 | 110001 |
Color Harmonies of #B44677
Complementary color
Monochromatic Colors of #B44677
Black with #B44677
Text Example
Text Example
White with #B44677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44677; }
p { color: rgb(180,70,119); }
H1.HeaderClassName
{
color: #B44677;
}
.AnyTagClassName
{
color: #B44677;
}
</style>
background-color css
<style>
a { background-color: #B44677; }
a { background-color: rgb(180,70,119); }
div.DivClassName
{
background-color: #B44677;
}
.BgClassName
{
background-color: #B44677;
}
</style>
border-color css
<style>
span { border-color: #B44677; }
span { border-color: rgb(180,70,119); }
td.TdClassName
{
border-color: #B44677;
}
.TagClassName
{
border-color: #B44677;
}
</style>