Shades of Royal Heath #B14E72
Tints of Royal Heath #B14E72
RGB
CMYK
RGB Variations
Color information
#B14E72 (or 0xB14E72) is known color: Royal Heath. HEX triplet: B1, 4E and 72. RGB value is (177,78,114). Sum of RGB (Red+Green+Blue) = 177+78+114=369 (48% of max value = 765). Red value is 177 (69.53% from 255 or 47.97% from 369); Green value is 78 (30.86% from 255 or 21.14% from 369); Blue value is 114 (44.92% from 255 or 30.89% from 369); Max value from RGB is 177 - color contains mainly: red. Hex color #B14E72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B14E72 is #4EB18D. Grayscale: #6F6F6F. Windows color (decimal): -5157262 or 7491249. OLE color: 7491249.
HSL color Cylindrical-coordinate representation of color #B14E72: hue angle of 338.18º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B14E72 is Cyan = 0, Magento = 0.56, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 78 | 114 | - |
| CMYK | 0 | 0.56 | 0.36 | 0.31 |
| HSL | 338.18º | 0.39% | 0.5% | - |
| HSV(B) | 338.18º | 0.56% | 0.69% | - |
| XYZ | 23.89 | 16.01 | 17.75 | - |
| YUV | 111.71 | 129.3 | 174.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 78 | 114 | 0 | 0.56 | 0.36 | 0.31 | 338.18 | 0.39 | 0.5 |
| Hex | B1 | 4E | 72 | 0 | 38 | 24 | 1F | 152 | 27 | 32 |
| Octal | 261 | 116 | 162 | 0 | 70 | 44 | 37 | 522 | 47 | 62 |
| Binary | 10110001 | 1001110 | 1110010 | 0 | 111000 | 100100 | 11111 | 101010010 | 100111 | 110010 |
Color Harmonies of #B14E72
Complementary color
Monochromatic Colors of #B14E72
Black with #B14E72
Text Example
Text Example
White with #B14E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14E72; }
p { color: rgb(177,78,114); }
H1.HeaderClassName
{
color: #B14E72;
}
.AnyTagClassName
{
color: #B14E72;
}
</style>
background-color css
<style>
a { background-color: #B14E72; }
a { background-color: rgb(177,78,114); }
div.DivClassName
{
background-color: #B14E72;
}
.BgClassName
{
background-color: #B14E72;
}
</style>
border-color css
<style>
span { border-color: #B14E72; }
span { border-color: rgb(177,78,114); }
td.TdClassName
{
border-color: #B14E72;
}
.TagClassName
{
border-color: #B14E72;
}
</style>