Shades of Royal Heath #B15673
Tints of Royal Heath #B15673
RGB
CMYK
RGB Variations
Color information
#B15673 (or 0xB15673) is known color: Royal Heath. HEX triplet: B1, 56 and 73. RGB value is (177,86,115). Sum of RGB (Red+Green+Blue) = 177+86+115=378 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.83% from 378); Green value is 86 (33.98% from 255 or 22.75% from 378); Blue value is 115 (45.31% from 255 or 30.42% from 378); Max value from RGB is 177 - color contains mainly: red. Hex color #B15673 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15673 is #4EA98C. Grayscale: #747474. Windows color (decimal): -5155213 or 7558833. OLE color: 7558833.
HSL color Cylindrical-coordinate representation of color #B15673: hue angle of 340.88º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B15673 is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 86 | 115 | - |
| CMYK | 0 | 0.51 | 0.35 | 0.31 |
| HSL | 340.88º | 0.37% | 0.52% | - |
| HSV(B) | 340.88º | 0.51% | 0.69% | - |
| XYZ | 24.55 | 17.24 | 18.25 | - |
| YUV | 116.52 | 127.15 | 171.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 86 | 115 | 0 | 0.51 | 0.35 | 0.31 | 340.88 | 0.37 | 0.52 |
| Hex | B1 | 56 | 73 | 0 | 33 | 23 | 1F | 155 | 25 | 34 |
| Octal | 261 | 126 | 163 | 0 | 63 | 43 | 37 | 525 | 45 | 64 |
| Binary | 10110001 | 1010110 | 1110011 | 0 | 110011 | 100011 | 11111 | 101010101 | 100101 | 110100 |
Color Harmonies of #B15673
Complementary color
Monochromatic Colors of #B15673
Black with #B15673
Text Example
Text Example
White with #B15673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15673; }
p { color: rgb(177,86,115); }
H1.HeaderClassName
{
color: #B15673;
}
.AnyTagClassName
{
color: #B15673;
}
</style>
background-color css
<style>
a { background-color: #B15673; }
a { background-color: rgb(177,86,115); }
div.DivClassName
{
background-color: #B15673;
}
.BgClassName
{
background-color: #B15673;
}
</style>
border-color css
<style>
span { border-color: #B15673; }
span { border-color: rgb(177,86,115); }
td.TdClassName
{
border-color: #B15673;
}
.TagClassName
{
border-color: #B15673;
}
</style>