Shades of Royal Heath #B14D6E
Tints of Royal Heath #B14D6E
RGB
CMYK
RGB Variations
Color information
#B14D6E (or 0xB14D6E) is known color: Royal Heath. HEX triplet: B1, 4D and 6E. RGB value is (177,77,110). Sum of RGB (Red+Green+Blue) = 177+77+110=364 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.63% from 364); Green value is 77 (30.47% from 255 or 21.15% from 364); Blue value is 110 (43.36% from 255 or 30.22% from 364); Max value from RGB is 177 - color contains mainly: red. Hex color #B14D6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B14D6E is #4EB291. Grayscale: #6E6E6E. Windows color (decimal): -5157522 or 7228849. OLE color: 7228849.
HSL color Cylindrical-coordinate representation of color #B14D6E: hue angle of 340.2º 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 #B14D6E is Cyan = 0, Magento = 0.56, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 77 | 110 | - |
| CMYK | 0 | 0.56 | 0.38 | 0.31 |
| HSL | 340.2º | 0.39% | 0.5% | - |
| HSV(B) | 340.2º | 0.56% | 0.69% | - |
| XYZ | 23.6 | 15.78 | 16.55 | - |
| YUV | 110.66 | 127.63 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 77 | 110 | 0 | 0.56 | 0.38 | 0.31 | 340.2 | 0.39 | 0.5 |
| Hex | B1 | 4D | 6E | 0 | 38 | 26 | 1F | 154 | 27 | 32 |
| Octal | 261 | 115 | 156 | 0 | 70 | 46 | 37 | 524 | 47 | 62 |
| Binary | 10110001 | 1001101 | 1101110 | 0 | 111000 | 100110 | 11111 | 101010100 | 100111 | 110010 |
Color Harmonies of #B14D6E
Complementary color
Monochromatic Colors of #B14D6E
Black with #B14D6E
Text Example
Text Example
White with #B14D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14D6E; }
p { color: rgb(177,77,110); }
H1.HeaderClassName
{
color: #B14D6E;
}
.AnyTagClassName
{
color: #B14D6E;
}
</style>
background-color css
<style>
a { background-color: #B14D6E; }
a { background-color: rgb(177,77,110); }
div.DivClassName
{
background-color: #B14D6E;
}
.BgClassName
{
background-color: #B14D6E;
}
</style>
border-color css
<style>
span { border-color: #B14D6E; }
span { border-color: rgb(177,77,110); }
td.TdClassName
{
border-color: #B14D6E;
}
.TagClassName
{
border-color: #B14D6E;
}
</style>