Shades of Royal Heath #B15078
Tints of Royal Heath #B15078
RGB
CMYK
RGB Variations
Color information
#B15078 (or 0xB15078) is known color: Royal Heath. HEX triplet: B1, 50 and 78. RGB value is (177,80,120). Sum of RGB (Red+Green+Blue) = 177+80+120=377 (49% of max value = 765). Red value is 177 (69.53% from 255 or 46.95% from 377); Green value is 80 (31.64% from 255 or 21.22% from 377); Blue value is 120 (47.27% from 255 or 31.83% from 377); Max value from RGB is 177 - color contains mainly: red. Hex color #B15078 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15078 is #4EAF87. Grayscale: #717171. Windows color (decimal): -5156744 or 7884977. OLE color: 7884977.
HSL color Cylindrical-coordinate representation of color #B15078: hue angle of 335.26º 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 #B15078 is Cyan = 0, Magento = 0.55, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 80 | 120 | - |
| CMYK | 0 | 0.55 | 0.32 | 0.31 |
| HSL | 335.26º | 0.38% | 0.5% | - |
| HSV(B) | 335.26º | 0.55% | 0.69% | - |
| XYZ | 24.39 | 16.44 | 19.66 | - |
| YUV | 113.56 | 131.64 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 80 | 120 | 0 | 0.55 | 0.32 | 0.31 | 335.26 | 0.38 | 0.5 |
| Hex | B1 | 50 | 78 | 0 | 37 | 20 | 1F | 14F | 26 | 32 |
| Octal | 261 | 120 | 170 | 0 | 67 | 40 | 37 | 517 | 46 | 62 |
| Binary | 10110001 | 1010000 | 1111000 | 0 | 110111 | 100000 | 11111 | 101001111 | 100110 | 110010 |
Color Harmonies of #B15078
Complementary color
Monochromatic Colors of #B15078
Black with #B15078
Text Example
Text Example
White with #B15078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15078; }
p { color: rgb(177,80,120); }
H1.HeaderClassName
{
color: #B15078;
}
.AnyTagClassName
{
color: #B15078;
}
</style>
background-color css
<style>
a { background-color: #B15078; }
a { background-color: rgb(177,80,120); }
div.DivClassName
{
background-color: #B15078;
}
.BgClassName
{
background-color: #B15078;
}
</style>
border-color css
<style>
span { border-color: #B15078; }
span { border-color: rgb(177,80,120); }
td.TdClassName
{
border-color: #B15078;
}
.TagClassName
{
border-color: #B15078;
}
</style>