Shades of Royal Heath #B1567F
Tints of Royal Heath #B1567F
RGB
CMYK
RGB Variations
Color information
#B1567F (or 0xB1567F) is known color: Royal Heath. HEX triplet: B1, 56 and 7F. RGB value is (177,86,127). Sum of RGB (Red+Green+Blue) = 177+86+127=390 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.38% from 390); Green value is 86 (33.98% from 255 or 22.05% from 390); Blue value is 127 (50% from 255 or 32.56% from 390); Max value from RGB is 177 - color contains mainly: red. Hex color #B1567F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1567F is #4EA980. Grayscale: #757575. Windows color (decimal): -5155201 or 8345265. OLE color: 8345265.
HSL color Cylindrical-coordinate representation of color #B1567F: hue angle of 332.97º 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 #B1567F is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 86 | 127 | - |
| CMYK | 0 | 0.51 | 0.28 | 0.31 |
| HSL | 332.97º | 0.37% | 0.52% | - |
| HSV(B) | 332.97º | 0.51% | 0.69% | - |
| XYZ | 25.29 | 17.54 | 22.13 | - |
| YUV | 117.88 | 133.15 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 86 | 127 | 0 | 0.51 | 0.28 | 0.31 | 332.97 | 0.37 | 0.52 |
| Hex | B1 | 56 | 7F | 0 | 33 | 1C | 1F | 14D | 25 | 34 |
| Octal | 261 | 126 | 177 | 0 | 63 | 34 | 37 | 515 | 45 | 64 |
| Binary | 10110001 | 1010110 | 1111111 | 0 | 110011 | 11100 | 11111 | 101001101 | 100101 | 110100 |
Color Harmonies of #B1567F
Complementary color
Monochromatic Colors of #B1567F
Black with #B1567F
Text Example
Text Example
White with #B1567F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1567F; }
p { color: rgb(177,86,127); }
H1.HeaderClassName
{
color: #B1567F;
}
.AnyTagClassName
{
color: #B1567F;
}
</style>
background-color css
<style>
a { background-color: #B1567F; }
a { background-color: rgb(177,86,127); }
div.DivClassName
{
background-color: #B1567F;
}
.BgClassName
{
background-color: #B1567F;
}
</style>
border-color css
<style>
span { border-color: #B1567F; }
span { border-color: rgb(177,86,127); }
td.TdClassName
{
border-color: #B1567F;
}
.TagClassName
{
border-color: #B1567F;
}
</style>