Shades of Royal Heath #B14971
Tints of Royal Heath #B14971
RGB
CMYK
RGB Variations
Color information
#B14971 (or 0xB14971) is known color: Royal Heath. HEX triplet: B1, 49 and 71. RGB value is (177,73,113). Sum of RGB (Red+Green+Blue) = 177+73+113=363 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.76% from 363); Green value is 73 (28.91% from 255 or 20.11% from 363); Blue value is 113 (44.53% from 255 or 31.13% from 363); Max value from RGB is 177 - color contains mainly: red. Hex color #B14971 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14971 is #4EB68E. Grayscale: #6C6C6C. Windows color (decimal): -5158543 or 7424433. OLE color: 7424433.
HSL color Cylindrical-coordinate representation of color #B14971: hue angle of 336.92º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B14971 is Cyan = 0, Magento = 0.59, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 73 | 113 | - |
| CMYK | 0 | 0.59 | 0.36 | 0.31 |
| HSL | 336.92º | 0.42% | 0.49% | - |
| HSV(B) | 336.92º | 0.59% | 0.69% | - |
| XYZ | 23.49 | 15.3 | 17.34 | - |
| YUV | 108.66 | 130.46 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 73 | 113 | 0 | 0.59 | 0.36 | 0.31 | 336.92 | 0.42 | 0.49 |
| Hex | B1 | 49 | 71 | 0 | 3B | 24 | 1F | 151 | 2A | 31 |
| Octal | 261 | 111 | 161 | 0 | 73 | 44 | 37 | 521 | 52 | 61 |
| Binary | 10110001 | 1001001 | 1110001 | 0 | 111011 | 100100 | 11111 | 101010001 | 101010 | 110001 |
Color Harmonies of #B14971
Complementary color
Monochromatic Colors of #B14971
Black with #B14971
Text Example
Text Example
White with #B14971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14971; }
p { color: rgb(177,73,113); }
H1.HeaderClassName
{
color: #B14971;
}
.AnyTagClassName
{
color: #B14971;
}
</style>
background-color css
<style>
a { background-color: #B14971; }
a { background-color: rgb(177,73,113); }
div.DivClassName
{
background-color: #B14971;
}
.BgClassName
{
background-color: #B14971;
}
</style>
border-color css
<style>
span { border-color: #B14971; }
span { border-color: rgb(177,73,113); }
td.TdClassName
{
border-color: #B14971;
}
.TagClassName
{
border-color: #B14971;
}
</style>