Shades of Royal Heath #B14975
Tints of Royal Heath #B14975
RGB
CMYK
RGB Variations
Color information
#B14975 (or 0xB14975) is known color: Royal Heath. HEX triplet: B1, 49 and 75. RGB value is (177,73,117). Sum of RGB (Red+Green+Blue) = 177+73+117=367 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.23% from 367); Green value is 73 (28.91% from 255 or 19.89% from 367); Blue value is 117 (46.09% from 255 or 31.88% from 367); Max value from RGB is 177 - color contains mainly: red. Hex color #B14975 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14975 is #4EB68A. Grayscale: #6D6D6D. Windows color (decimal): -5158539 or 7686577. OLE color: 7686577.
HSL color Cylindrical-coordinate representation of color #B14975: hue angle of 334.62º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B14975 is Cyan = 0, Magento = 0.59, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 73 | 117 | - |
| CMYK | 0 | 0.59 | 0.34 | 0.31 |
| HSL | 334.62º | 0.42% | 0.49% | - |
| HSV(B) | 334.62º | 0.59% | 0.69% | - |
| XYZ | 23.72 | 15.4 | 18.55 | - |
| YUV | 109.11 | 132.46 | 176.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 73 | 117 | 0 | 0.59 | 0.34 | 0.31 | 334.62 | 0.42 | 0.49 |
| Hex | B1 | 49 | 75 | 0 | 3B | 22 | 1F | 14F | 2A | 31 |
| Octal | 261 | 111 | 165 | 0 | 73 | 42 | 37 | 517 | 52 | 61 |
| Binary | 10110001 | 1001001 | 1110101 | 0 | 111011 | 100010 | 11111 | 101001111 | 101010 | 110001 |
Color Harmonies of #B14975
Complementary color
Monochromatic Colors of #B14975
Black with #B14975
Text Example
Text Example
White with #B14975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14975; }
p { color: rgb(177,73,117); }
H1.HeaderClassName
{
color: #B14975;
}
.AnyTagClassName
{
color: #B14975;
}
</style>
background-color css
<style>
a { background-color: #B14975; }
a { background-color: rgb(177,73,117); }
div.DivClassName
{
background-color: #B14975;
}
.BgClassName
{
background-color: #B14975;
}
</style>
border-color css
<style>
span { border-color: #B14975; }
span { border-color: rgb(177,73,117); }
td.TdClassName
{
border-color: #B14975;
}
.TagClassName
{
border-color: #B14975;
}
</style>