Shades of Royal Heath #B44372
Tints of Royal Heath #B44372
RGB
CMYK
RGB Variations
Color information
#B44372 (or 0xB44372) is known color: Royal Heath. HEX triplet: B4, 43 and 72. RGB value is (180,67,114). Sum of RGB (Red+Green+Blue) = 180+67+114=361 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.86% from 361); Green value is 67 (26.56% from 255 or 18.56% from 361); Blue value is 114 (44.92% from 255 or 31.58% from 361); Max value from RGB is 180 - color contains mainly: red. Hex color #B44372 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44372 is #4BBC8D. Grayscale: #6A6A6A. Windows color (decimal): -4963470 or 7488436. OLE color: 7488436.
HSL color Cylindrical-coordinate representation of color #B44372: hue angle of 335.04º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B44372 is Cyan = 0, Magento = 0.63, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 67 | 114 | - |
| CMYK | 0 | 0.63 | 0.37 | 0.29 |
| HSL | 335.04º | 0.46% | 0.48% | - |
| HSV(B) | 335.04º | 0.63% | 0.71% | - |
| XYZ | 23.87 | 14.93 | 17.54 | - |
| YUV | 106.15 | 132.44 | 180.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 67 | 114 | 0 | 0.63 | 0.37 | 0.29 | 335.04 | 0.46 | 0.48 |
| Hex | B4 | 43 | 72 | 0 | 3F | 25 | 1D | 14F | 2E | 30 |
| Octal | 264 | 103 | 162 | 0 | 77 | 45 | 35 | 517 | 56 | 60 |
| Binary | 10110100 | 1000011 | 1110010 | 0 | 111111 | 100101 | 11101 | 101001111 | 101110 | 110000 |
Color Harmonies of #B44372
Complementary color
Monochromatic Colors of #B44372
Black with #B44372
Text Example
Text Example
White with #B44372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44372; }
p { color: rgb(180,67,114); }
H1.HeaderClassName
{
color: #B44372;
}
.AnyTagClassName
{
color: #B44372;
}
</style>
background-color css
<style>
a { background-color: #B44372; }
a { background-color: rgb(180,67,114); }
div.DivClassName
{
background-color: #B44372;
}
.BgClassName
{
background-color: #B44372;
}
</style>
border-color css
<style>
span { border-color: #B44372; }
span { border-color: rgb(180,67,114); }
td.TdClassName
{
border-color: #B44372;
}
.TagClassName
{
border-color: #B44372;
}
</style>