Shades of Royal Heath #B14F7C
Tints of Royal Heath #B14F7C
RGB
CMYK
RGB Variations
Color information
#B14F7C (or 0xB14F7C) is known color: Royal Heath. HEX triplet: B1, 4F and 7C. RGB value is (177,79,124). Sum of RGB (Red+Green+Blue) = 177+79+124=380 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.58% from 380); Green value is 79 (31.25% from 255 or 20.79% from 380); Blue value is 124 (48.83% from 255 or 32.63% from 380); Max value from RGB is 177 - color contains mainly: red. Hex color #B14F7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B14F7C is #4EB083. Grayscale: #717171. Windows color (decimal): -5156996 or 8146865. OLE color: 8146865.
HSL color Cylindrical-coordinate representation of color #B14F7C: hue angle of 332.45º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B14F7C is Cyan = 0, Magento = 0.55, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 79 | 124 | - |
| CMYK | 0 | 0.55 | 0.30 | 0.31 |
| HSL | 332.45º | 0.39% | 0.5% | - |
| HSV(B) | 332.45º | 0.55% | 0.69% | - |
| XYZ | 24.57 | 16.39 | 20.94 | - |
| YUV | 113.43 | 133.97 | 173.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 79 | 124 | 0 | 0.55 | 0.30 | 0.31 | 332.45 | 0.39 | 0.5 |
| Hex | B1 | 4F | 7C | 0 | 37 | 1E | 1F | 14C | 27 | 32 |
| Octal | 261 | 117 | 174 | 0 | 67 | 36 | 37 | 514 | 47 | 62 |
| Binary | 10110001 | 1001111 | 1111100 | 0 | 110111 | 11110 | 11111 | 101001100 | 100111 | 110010 |
Color Harmonies of #B14F7C
Complementary color
Monochromatic Colors of #B14F7C
Black with #B14F7C
Text Example
Text Example
White with #B14F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14F7C; }
p { color: rgb(177,79,124); }
H1.HeaderClassName
{
color: #B14F7C;
}
.AnyTagClassName
{
color: #B14F7C;
}
</style>
background-color css
<style>
a { background-color: #B14F7C; }
a { background-color: rgb(177,79,124); }
div.DivClassName
{
background-color: #B14F7C;
}
.BgClassName
{
background-color: #B14F7C;
}
</style>
border-color css
<style>
span { border-color: #B14F7C; }
span { border-color: rgb(177,79,124); }
td.TdClassName
{
border-color: #B14F7C;
}
.TagClassName
{
border-color: #B14F7C;
}
</style>