Shades of Royal Heath #B14179
Tints of Royal Heath #B14179
RGB
CMYK
RGB Variations
Color information
#B14179 (or 0xB14179) is known color: Royal Heath. HEX triplet: B1, 41 and 79. RGB value is (177,65,121). Sum of RGB (Red+Green+Blue) = 177+65+121=363 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.76% from 363); Green value is 65 (25.78% from 255 or 17.91% from 363); Blue value is 121 (47.66% from 255 or 33.33% from 363); Max value from RGB is 177 - color contains mainly: red. Hex color #B14179 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14179 is #4EBE86. Grayscale: #686868. Windows color (decimal): -5160583 or 7946673. OLE color: 7946673.
HSL color Cylindrical-coordinate representation of color #B14179: hue angle of 330º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B14179 is Cyan = 0, Magento = 0.63, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 65 | 121 | - |
| CMYK | 0 | 0.63 | 0.32 | 0.31 |
| HSL | 330º | 0.46% | 0.47% | - |
| HSV(B) | 330º | 0.63% | 0.69% | - |
| XYZ | 23.47 | 14.51 | 19.65 | - |
| YUV | 104.87 | 137.11 | 179.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 65 | 121 | 0 | 0.63 | 0.32 | 0.31 | 330 | 0.46 | 0.47 |
| Hex | B1 | 41 | 79 | 0 | 3F | 20 | 1F | 14A | 2E | 2F |
| Octal | 261 | 101 | 171 | 0 | 77 | 40 | 37 | 512 | 56 | 57 |
| Binary | 10110001 | 1000001 | 1111001 | 0 | 111111 | 100000 | 11111 | 101001010 | 101110 | 101111 |
Color Harmonies of #B14179
Complementary color
Monochromatic Colors of #B14179
Black with #B14179
Text Example
Text Example
White with #B14179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14179; }
p { color: rgb(177,65,121); }
H1.HeaderClassName
{
color: #B14179;
}
.AnyTagClassName
{
color: #B14179;
}
</style>
background-color css
<style>
a { background-color: #B14179; }
a { background-color: rgb(177,65,121); }
div.DivClassName
{
background-color: #B14179;
}
.BgClassName
{
background-color: #B14179;
}
</style>
border-color css
<style>
span { border-color: #B14179; }
span { border-color: rgb(177,65,121); }
td.TdClassName
{
border-color: #B14179;
}
.TagClassName
{
border-color: #B14179;
}
</style>