Shades of Royal Heath #B14973
Tints of Royal Heath #B14973
RGB
CMYK
RGB Variations
Color information
#B14973 (or 0xB14973) is known color: Royal Heath. HEX triplet: B1, 49 and 73. RGB value is (177,73,115). Sum of RGB (Red+Green+Blue) = 177+73+115=365 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.49% from 365); Green value is 73 (28.91% from 255 or 20% from 365); Blue value is 115 (45.31% from 255 or 31.51% from 365); Max value from RGB is 177 - color contains mainly: red. Hex color #B14973 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14973 is #4EB68C. Grayscale: #6C6C6C. Windows color (decimal): -5158541 or 7555505. OLE color: 7555505.
HSL color Cylindrical-coordinate representation of color #B14973: hue angle of 335.77º 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 #B14973 is Cyan = 0, Magento = 0.59, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 73 | 115 | - |
| CMYK | 0 | 0.59 | 0.35 | 0.31 |
| HSL | 335.77º | 0.42% | 0.49% | - |
| HSV(B) | 335.77º | 0.59% | 0.69% | - |
| XYZ | 23.61 | 15.35 | 17.94 | - |
| YUV | 108.88 | 131.46 | 176.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 73 | 115 | 0 | 0.59 | 0.35 | 0.31 | 335.77 | 0.42 | 0.49 |
| Hex | B1 | 49 | 73 | 0 | 3B | 23 | 1F | 150 | 2A | 31 |
| Octal | 261 | 111 | 163 | 0 | 73 | 43 | 37 | 520 | 52 | 61 |
| Binary | 10110001 | 1001001 | 1110011 | 0 | 111011 | 100011 | 11111 | 101010000 | 101010 | 110001 |
Color Harmonies of #B14973
Complementary color
Monochromatic Colors of #B14973
Black with #B14973
Text Example
Text Example
White with #B14973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14973; }
p { color: rgb(177,73,115); }
H1.HeaderClassName
{
color: #B14973;
}
.AnyTagClassName
{
color: #B14973;
}
</style>
background-color css
<style>
a { background-color: #B14973; }
a { background-color: rgb(177,73,115); }
div.DivClassName
{
background-color: #B14973;
}
.BgClassName
{
background-color: #B14973;
}
</style>
border-color css
<style>
span { border-color: #B14973; }
span { border-color: rgb(177,73,115); }
td.TdClassName
{
border-color: #B14973;
}
.TagClassName
{
border-color: #B14973;
}
</style>