Shades of Royal Heath #B14679
Tints of Royal Heath #B14679
RGB
CMYK
RGB Variations
Color information
#B14679 (or 0xB14679) is known color: Royal Heath. HEX triplet: B1, 46 and 79. RGB value is (177,70,121). Sum of RGB (Red+Green+Blue) = 177+70+121=368 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.10% from 368); Green value is 70 (27.73% from 255 or 19.02% from 368); Blue value is 121 (47.66% from 255 or 32.88% from 368); Max value from RGB is 177 - color contains mainly: red. Hex color #B14679 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14679 is #4EB986. Grayscale: #6B6B6B. Windows color (decimal): -5159303 or 7947953. OLE color: 7947953.
HSL color Cylindrical-coordinate representation of color #B14679: hue angle of 331.4º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B14679 is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 70 | 121 | - |
| CMYK | 0 | 0.60 | 0.32 | 0.31 |
| HSL | 331.4º | 0.43% | 0.48% | - |
| HSV(B) | 331.4º | 0.6% | 0.69% | - |
| XYZ | 23.77 | 15.11 | 19.75 | - |
| YUV | 107.81 | 135.45 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 70 | 121 | 0 | 0.60 | 0.32 | 0.31 | 331.4 | 0.43 | 0.48 |
| Hex | B1 | 46 | 79 | 0 | 3C | 20 | 1F | 14B | 2B | 30 |
| Octal | 261 | 106 | 171 | 0 | 74 | 40 | 37 | 513 | 53 | 60 |
| Binary | 10110001 | 1000110 | 1111001 | 0 | 111100 | 100000 | 11111 | 101001011 | 101011 | 110000 |
Color Harmonies of #B14679
Complementary color
Monochromatic Colors of #B14679
Black with #B14679
Text Example
Text Example
White with #B14679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14679; }
p { color: rgb(177,70,121); }
H1.HeaderClassName
{
color: #B14679;
}
.AnyTagClassName
{
color: #B14679;
}
</style>
background-color css
<style>
a { background-color: #B14679; }
a { background-color: rgb(177,70,121); }
div.DivClassName
{
background-color: #B14679;
}
.BgClassName
{
background-color: #B14679;
}
</style>
border-color css
<style>
span { border-color: #B14679; }
span { border-color: rgb(177,70,121); }
td.TdClassName
{
border-color: #B14679;
}
.TagClassName
{
border-color: #B14679;
}
</style>