Shades of Royal Heath #B44672
Tints of Royal Heath #B44672
RGB
CMYK
RGB Variations
Color information
#B44672 (or 0xB44672) is known color: Royal Heath. HEX triplet: B4, 46 and 72. RGB value is (180,70,114). Sum of RGB (Red+Green+Blue) = 180+70+114=364 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.45% from 364); Green value is 70 (27.73% from 255 or 19.23% from 364); Blue value is 114 (44.92% from 255 or 31.32% from 364); Max value from RGB is 180 - color contains mainly: red. Hex color #B44672 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44672 is #4BB98D. Grayscale: #6B6B6B. Windows color (decimal): -4962702 or 7489204. OLE color: 7489204.
HSL color Cylindrical-coordinate representation of color #B44672: hue angle of 336º 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 #B44672 is Cyan = 0, Magento = 0.61, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 70 | 114 | - |
| CMYK | 0 | 0.61 | 0.37 | 0.29 |
| HSL | 336º | 0.44% | 0.49% | - |
| HSV(B) | 336º | 0.61% | 0.71% | - |
| XYZ | 24.05 | 15.3 | 17.6 | - |
| YUV | 107.91 | 131.44 | 179.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 70 | 114 | 0 | 0.61 | 0.37 | 0.29 | 336 | 0.44 | 0.49 |
| Hex | B4 | 46 | 72 | 0 | 3D | 25 | 1D | 150 | 2C | 31 |
| Octal | 264 | 106 | 162 | 0 | 75 | 45 | 35 | 520 | 54 | 61 |
| Binary | 10110100 | 1000110 | 1110010 | 0 | 111101 | 100101 | 11101 | 101010000 | 101100 | 110001 |
Color Harmonies of #B44672
Complementary color
Monochromatic Colors of #B44672
Black with #B44672
Text Example
Text Example
White with #B44672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44672; }
p { color: rgb(180,70,114); }
H1.HeaderClassName
{
color: #B44672;
}
.AnyTagClassName
{
color: #B44672;
}
</style>
background-color css
<style>
a { background-color: #B44672; }
a { background-color: rgb(180,70,114); }
div.DivClassName
{
background-color: #B44672;
}
.BgClassName
{
background-color: #B44672;
}
</style>
border-color css
<style>
span { border-color: #B44672; }
span { border-color: rgb(180,70,114); }
td.TdClassName
{
border-color: #B44672;
}
.TagClassName
{
border-color: #B44672;
}
</style>