Shades of Royal Heath #B44477
Tints of Royal Heath #B44477
RGB
CMYK
RGB Variations
Color information
#B44477 (or 0xB44477) is known color: Royal Heath. HEX triplet: B4, 44 and 77. RGB value is (180,68,119). Sum of RGB (Red+Green+Blue) = 180+68+119=367 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.05% from 367); Green value is 68 (26.95% from 255 or 18.53% from 367); Blue value is 119 (46.88% from 255 or 32.43% from 367); Max value from RGB is 180 - color contains mainly: red. Hex color #B44477 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44477 is #4BBB88. Grayscale: #6B6B6B. Windows color (decimal): -4963209 or 7816372. OLE color: 7816372.
HSL color Cylindrical-coordinate representation of color #B44477: hue angle of 332.68º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B44477 is Cyan = 0, Magento = 0.62, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 68 | 119 | - |
| CMYK | 0 | 0.62 | 0.34 | 0.29 |
| HSL | 332.68º | 0.45% | 0.49% | - |
| HSV(B) | 332.68º | 0.62% | 0.71% | - |
| XYZ | 24.22 | 15.17 | 19.1 | - |
| YUV | 107.3 | 134.61 | 179.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 68 | 119 | 0 | 0.62 | 0.34 | 0.29 | 332.68 | 0.45 | 0.49 |
| Hex | B4 | 44 | 77 | 0 | 3E | 22 | 1D | 14D | 2D | 31 |
| Octal | 264 | 104 | 167 | 0 | 76 | 42 | 35 | 515 | 55 | 61 |
| Binary | 10110100 | 1000100 | 1110111 | 0 | 111110 | 100010 | 11101 | 101001101 | 101101 | 110001 |
Color Harmonies of #B44477
Complementary color
Monochromatic Colors of #B44477
Black with #B44477
Text Example
Text Example
White with #B44477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44477; }
p { color: rgb(180,68,119); }
H1.HeaderClassName
{
color: #B44477;
}
.AnyTagClassName
{
color: #B44477;
}
</style>
background-color css
<style>
a { background-color: #B44477; }
a { background-color: rgb(180,68,119); }
div.DivClassName
{
background-color: #B44477;
}
.BgClassName
{
background-color: #B44477;
}
</style>
border-color css
<style>
span { border-color: #B44477; }
span { border-color: rgb(180,68,119); }
td.TdClassName
{
border-color: #B44477;
}
.TagClassName
{
border-color: #B44477;
}
</style>