Shades of Royal Heath #B14576
Tints of Royal Heath #B14576
RGB
CMYK
RGB Variations
Color information
#B14576 (or 0xB14576) is known color: Royal Heath. HEX triplet: B1, 45 and 76. RGB value is (177,69,118). Sum of RGB (Red+Green+Blue) = 177+69+118=364 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.63% from 364); Green value is 69 (27.34% from 255 or 18.96% from 364); Blue value is 118 (46.48% from 255 or 32.42% from 364); Max value from RGB is 177 - color contains mainly: red. Hex color #B14576 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14576 is #4EBA89. Grayscale: #6A6A6A. Windows color (decimal): -5159562 or 7751089. OLE color: 7751089.
HSL color Cylindrical-coordinate representation of color #B14576: hue angle of 332.78º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B14576 is Cyan = 0, Magento = 0.61, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 69 | 118 | - |
| CMYK | 0 | 0.61 | 0.33 | 0.31 |
| HSL | 332.78º | 0.44% | 0.48% | - |
| HSV(B) | 332.78º | 0.61% | 0.69% | - |
| XYZ | 23.53 | 14.91 | 18.78 | - |
| YUV | 106.88 | 134.28 | 178.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 69 | 118 | 0 | 0.61 | 0.33 | 0.31 | 332.78 | 0.44 | 0.48 |
| Hex | B1 | 45 | 76 | 0 | 3D | 21 | 1F | 14D | 2C | 30 |
| Octal | 261 | 105 | 166 | 0 | 75 | 41 | 37 | 515 | 54 | 60 |
| Binary | 10110001 | 1000101 | 1110110 | 0 | 111101 | 100001 | 11111 | 101001101 | 101100 | 110000 |
Color Harmonies of #B14576
Complementary color
Monochromatic Colors of #B14576
Black with #B14576
Text Example
Text Example
White with #B14576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14576; }
p { color: rgb(177,69,118); }
H1.HeaderClassName
{
color: #B14576;
}
.AnyTagClassName
{
color: #B14576;
}
</style>
background-color css
<style>
a { background-color: #B14576; }
a { background-color: rgb(177,69,118); }
div.DivClassName
{
background-color: #B14576;
}
.BgClassName
{
background-color: #B14576;
}
</style>
border-color css
<style>
span { border-color: #B14576; }
span { border-color: rgb(177,69,118); }
td.TdClassName
{
border-color: #B14576;
}
.TagClassName
{
border-color: #B14576;
}
</style>