Shades of Royal Heath #B1567D
Tints of Royal Heath #B1567D
RGB
CMYK
RGB Variations
Color information
#B1567D (or 0xB1567D) is known color: Royal Heath. HEX triplet: B1, 56 and 7D. RGB value is (177,86,125). Sum of RGB (Red+Green+Blue) = 177+86+125=388 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.62% from 388); Green value is 86 (33.98% from 255 or 22.16% from 388); Blue value is 125 (49.22% from 255 or 32.22% from 388); Max value from RGB is 177 - color contains mainly: red. Hex color #B1567D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1567D is #4EA982. Grayscale: #757575. Windows color (decimal): -5155203 or 8214193. OLE color: 8214193.
HSL color Cylindrical-coordinate representation of color #B1567D: hue angle of 334.29º 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 #B1567D is Cyan = 0, Magento = 0.51, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 86 | 125 | - |
| CMYK | 0 | 0.51 | 0.29 | 0.31 |
| HSL | 334.29º | 0.37% | 0.52% | - |
| HSV(B) | 334.29º | 0.51% | 0.69% | - |
| XYZ | 25.16 | 17.48 | 21.45 | - |
| YUV | 117.66 | 132.15 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 86 | 125 | 0 | 0.51 | 0.29 | 0.31 | 334.29 | 0.37 | 0.52 |
| Hex | B1 | 56 | 7D | 0 | 33 | 1D | 1F | 14E | 25 | 34 |
| Octal | 261 | 126 | 175 | 0 | 63 | 35 | 37 | 516 | 45 | 64 |
| Binary | 10110001 | 1010110 | 1111101 | 0 | 110011 | 11101 | 11111 | 101001110 | 100101 | 110100 |
Color Harmonies of #B1567D
Complementary color
Monochromatic Colors of #B1567D
Black with #B1567D
Text Example
Text Example
White with #B1567D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1567D; }
p { color: rgb(177,86,125); }
H1.HeaderClassName
{
color: #B1567D;
}
.AnyTagClassName
{
color: #B1567D;
}
</style>
background-color css
<style>
a { background-color: #B1567D; }
a { background-color: rgb(177,86,125); }
div.DivClassName
{
background-color: #B1567D;
}
.BgClassName
{
background-color: #B1567D;
}
</style>
border-color css
<style>
span { border-color: #B1567D; }
span { border-color: rgb(177,86,125); }
td.TdClassName
{
border-color: #B1567D;
}
.TagClassName
{
border-color: #B1567D;
}
</style>