Shades of Royal Heath #B14675
Tints of Royal Heath #B14675
RGB
CMYK
RGB Variations
Color information
#B14675 (or 0xB14675) is known color: Royal Heath. HEX triplet: B1, 46 and 75. RGB value is (177,70,117). Sum of RGB (Red+Green+Blue) = 177+70+117=364 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.63% from 364); Green value is 70 (27.73% from 255 or 19.23% from 364); Blue value is 117 (46.09% from 255 or 32.14% from 364); Max value from RGB is 177 - color contains mainly: red. Hex color #B14675 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14675 is #4EB98A. Grayscale: #6B6B6B. Windows color (decimal): -5159307 or 7685809. OLE color: 7685809.
HSL color Cylindrical-coordinate representation of color #B14675: hue angle of 333.64º 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 #B14675 is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 70 | 117 | - |
| CMYK | 0 | 0.60 | 0.34 | 0.31 |
| HSL | 333.64º | 0.43% | 0.48% | - |
| HSV(B) | 333.64º | 0.6% | 0.69% | - |
| XYZ | 23.53 | 15.01 | 18.49 | - |
| YUV | 107.35 | 133.45 | 177.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 70 | 117 | 0 | 0.60 | 0.34 | 0.31 | 333.64 | 0.43 | 0.48 |
| Hex | B1 | 46 | 75 | 0 | 3C | 22 | 1F | 14E | 2B | 30 |
| Octal | 261 | 106 | 165 | 0 | 74 | 42 | 37 | 516 | 53 | 60 |
| Binary | 10110001 | 1000110 | 1110101 | 0 | 111100 | 100010 | 11111 | 101001110 | 101011 | 110000 |
Color Harmonies of #B14675
Complementary color
Monochromatic Colors of #B14675
Black with #B14675
Text Example
Text Example
White with #B14675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14675; }
p { color: rgb(177,70,117); }
H1.HeaderClassName
{
color: #B14675;
}
.AnyTagClassName
{
color: #B14675;
}
</style>
background-color css
<style>
a { background-color: #B14675; }
a { background-color: rgb(177,70,117); }
div.DivClassName
{
background-color: #B14675;
}
.BgClassName
{
background-color: #B14675;
}
</style>
border-color css
<style>
span { border-color: #B14675; }
span { border-color: rgb(177,70,117); }
td.TdClassName
{
border-color: #B14675;
}
.TagClassName
{
border-color: #B14675;
}
</style>