Shades of Royal Heath #B15076
Tints of Royal Heath #B15076
RGB
CMYK
RGB Variations
Color information
#B15076 (or 0xB15076) is known color: Royal Heath. HEX triplet: B1, 50 and 76. RGB value is (177,80,118). Sum of RGB (Red+Green+Blue) = 177+80+118=375 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.2% from 375); Green value is 80 (31.64% from 255 or 21.33% from 375); Blue value is 118 (46.48% from 255 or 31.47% from 375); Max value from RGB is 177 - color contains mainly: red. Hex color #B15076 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15076 is #4EAF89. Grayscale: #717171. Windows color (decimal): -5156746 or 7753905. OLE color: 7753905.
HSL color Cylindrical-coordinate representation of color #B15076: hue angle of 336.49º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B15076 is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 80 | 118 | - |
| CMYK | 0 | 0.55 | 0.33 | 0.31 |
| HSL | 336.49º | 0.38% | 0.5% | - |
| HSV(B) | 336.49º | 0.55% | 0.69% | - |
| XYZ | 24.27 | 16.39 | 19.02 | - |
| YUV | 113.34 | 130.64 | 173.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 80 | 118 | 0 | 0.55 | 0.33 | 0.31 | 336.49 | 0.38 | 0.5 |
| Hex | B1 | 50 | 76 | 0 | 37 | 21 | 1F | 150 | 26 | 32 |
| Octal | 261 | 120 | 166 | 0 | 67 | 41 | 37 | 520 | 46 | 62 |
| Binary | 10110001 | 1010000 | 1110110 | 0 | 110111 | 100001 | 11111 | 101010000 | 100110 | 110010 |
Color Harmonies of #B15076
Complementary color
Monochromatic Colors of #B15076
Black with #B15076
Text Example
Text Example
White with #B15076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15076; }
p { color: rgb(177,80,118); }
H1.HeaderClassName
{
color: #B15076;
}
.AnyTagClassName
{
color: #B15076;
}
</style>
background-color css
<style>
a { background-color: #B15076; }
a { background-color: rgb(177,80,118); }
div.DivClassName
{
background-color: #B15076;
}
.BgClassName
{
background-color: #B15076;
}
</style>
border-color css
<style>
span { border-color: #B15076; }
span { border-color: rgb(177,80,118); }
td.TdClassName
{
border-color: #B15076;
}
.TagClassName
{
border-color: #B15076;
}
</style>