Shades of Royal Heath #B14C76
Tints of Royal Heath #B14C76
RGB
CMYK
RGB Variations
Color information
#B14C76 (or 0xB14C76) is known color: Royal Heath. HEX triplet: B1, 4C and 76. RGB value is (177,76,118). Sum of RGB (Red+Green+Blue) = 177+76+118=371 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.71% from 371); Green value is 76 (30.08% from 255 or 20.49% from 371); Blue value is 118 (46.48% from 255 or 31.81% from 371); Max value from RGB is 177 - color contains mainly: red. Hex color #B14C76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14C76 is #4EB389. Grayscale: #6E6E6E. Windows color (decimal): -5157770 or 7752881. OLE color: 7752881.
HSL color Cylindrical-coordinate representation of color #B14C76: hue angle of 335.05º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B14C76 is Cyan = 0, Magento = 0.57, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 76 | 118 | - |
| CMYK | 0 | 0.57 | 0.33 | 0.31 |
| HSL | 335.05º | 0.4% | 0.5% | - |
| HSV(B) | 335.05º | 0.57% | 0.69% | - |
| XYZ | 23.99 | 15.82 | 18.93 | - |
| YUV | 110.99 | 131.96 | 175.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 76 | 118 | 0 | 0.57 | 0.33 | 0.31 | 335.05 | 0.4 | 0.5 |
| Hex | B1 | 4C | 76 | 0 | 39 | 21 | 1F | 14F | 28 | 32 |
| Octal | 261 | 114 | 166 | 0 | 71 | 41 | 37 | 517 | 50 | 62 |
| Binary | 10110001 | 1001100 | 1110110 | 0 | 111001 | 100001 | 11111 | 101001111 | 101000 | 110010 |
Color Harmonies of #B14C76
Complementary color
Monochromatic Colors of #B14C76
Black with #B14C76
Text Example
Text Example
White with #B14C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14C76; }
p { color: rgb(177,76,118); }
H1.HeaderClassName
{
color: #B14C76;
}
.AnyTagClassName
{
color: #B14C76;
}
</style>
background-color css
<style>
a { background-color: #B14C76; }
a { background-color: rgb(177,76,118); }
div.DivClassName
{
background-color: #B14C76;
}
.BgClassName
{
background-color: #B14C76;
}
</style>
border-color css
<style>
span { border-color: #B14C76; }
span { border-color: rgb(177,76,118); }
td.TdClassName
{
border-color: #B14C76;
}
.TagClassName
{
border-color: #B14C76;
}
</style>