Shades of Royal Heath #B44E7B
Tints of Royal Heath #B44E7B
RGB
CMYK
RGB Variations
Color information
#B44E7B (or 0xB44E7B) is known color: Royal Heath. HEX triplet: B4, 4E and 7B. RGB value is (180,78,123). Sum of RGB (Red+Green+Blue) = 180+78+123=381 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.24% from 381); Green value is 78 (30.86% from 255 or 20.47% from 381); Blue value is 123 (48.44% from 255 or 32.28% from 381); Max value from RGB is 180 - color contains mainly: red. Hex color #B44E7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B44E7B is #4BB184. Grayscale: #717171. Windows color (decimal): -4960645 or 8081076. OLE color: 8081076.
HSL color Cylindrical-coordinate representation of color #B44E7B: hue angle of 333.53º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B44E7B is Cyan = 0, Magento = 0.57, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 78 | 123 | - |
| CMYK | 0 | 0.57 | 0.32 | 0.29 |
| HSL | 333.53º | 0.4% | 0.51% | - |
| HSV(B) | 333.53º | 0.57% | 0.71% | - |
| XYZ | 25.12 | 16.58 | 20.62 | - |
| YUV | 113.63 | 133.29 | 175.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 78 | 123 | 0 | 0.57 | 0.32 | 0.29 | 333.53 | 0.4 | 0.51 |
| Hex | B4 | 4E | 7B | 0 | 39 | 20 | 1D | 14E | 28 | 33 |
| Octal | 264 | 116 | 173 | 0 | 71 | 40 | 35 | 516 | 50 | 63 |
| Binary | 10110100 | 1001110 | 1111011 | 0 | 111001 | 100000 | 11101 | 101001110 | 101000 | 110011 |
Color Harmonies of #B44E7B
Complementary color
Monochromatic Colors of #B44E7B
Black with #B44E7B
Text Example
Text Example
White with #B44E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44E7B; }
p { color: rgb(180,78,123); }
H1.HeaderClassName
{
color: #B44E7B;
}
.AnyTagClassName
{
color: #B44E7B;
}
</style>
background-color css
<style>
a { background-color: #B44E7B; }
a { background-color: rgb(180,78,123); }
div.DivClassName
{
background-color: #B44E7B;
}
.BgClassName
{
background-color: #B44E7B;
}
</style>
border-color css
<style>
span { border-color: #B44E7B; }
span { border-color: rgb(180,78,123); }
td.TdClassName
{
border-color: #B44E7B;
}
.TagClassName
{
border-color: #B44E7B;
}
</style>