Shades of Royal Heath #B15377
Tints of Royal Heath #B15377
RGB
CMYK
RGB Variations
Color information
#B15377 (or 0xB15377) is known color: Royal Heath. HEX triplet: B1, 53 and 77. RGB value is (177,83,119). Sum of RGB (Red+Green+Blue) = 177+83+119=379 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.70% from 379); Green value is 83 (32.81% from 255 or 21.90% from 379); Blue value is 119 (46.88% from 255 or 31.40% from 379); Max value from RGB is 177 - color contains mainly: red. Hex color #B15377 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15377 is #4EAC88. Grayscale: #737373. Windows color (decimal): -5155977 or 7820209. OLE color: 7820209.
HSL color Cylindrical-coordinate representation of color #B15377: hue angle of 337.02º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B15377 is Cyan = 0, Magento = 0.53, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 83 | 119 | - |
| CMYK | 0 | 0.53 | 0.33 | 0.31 |
| HSL | 337.02º | 0.38% | 0.51% | - |
| HSV(B) | 337.02º | 0.53% | 0.69% | - |
| XYZ | 24.55 | 16.87 | 19.41 | - |
| YUV | 115.21 | 130.14 | 172.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 83 | 119 | 0 | 0.53 | 0.33 | 0.31 | 337.02 | 0.38 | 0.51 |
| Hex | B1 | 53 | 77 | 0 | 35 | 21 | 1F | 151 | 26 | 33 |
| Octal | 261 | 123 | 167 | 0 | 65 | 41 | 37 | 521 | 46 | 63 |
| Binary | 10110001 | 1010011 | 1110111 | 0 | 110101 | 100001 | 11111 | 101010001 | 100110 | 110011 |
Color Harmonies of #B15377
Complementary color
Monochromatic Colors of #B15377
Black with #B15377
Text Example
Text Example
White with #B15377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15377; }
p { color: rgb(177,83,119); }
H1.HeaderClassName
{
color: #B15377;
}
.AnyTagClassName
{
color: #B15377;
}
</style>
background-color css
<style>
a { background-color: #B15377; }
a { background-color: rgb(177,83,119); }
div.DivClassName
{
background-color: #B15377;
}
.BgClassName
{
background-color: #B15377;
}
</style>
border-color css
<style>
span { border-color: #B15377; }
span { border-color: rgb(177,83,119); }
td.TdClassName
{
border-color: #B15377;
}
.TagClassName
{
border-color: #B15377;
}
</style>