Shades of Royal Heath #B05D76
Tints of Royal Heath #B05D76
RGB
CMYK
RGB Variations
Color information
#B05D76 (or 0xB05D76) is known color: Royal Heath. HEX triplet: B0, 5D and 76. RGB value is (176,93,118). Sum of RGB (Red+Green+Blue) = 176+93+118=387 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.48% from 387); Green value is 93 (36.72% from 255 or 24.03% from 387); Blue value is 118 (46.48% from 255 or 30.49% from 387); Max value from RGB is 176 - color contains mainly: red. Hex color #B05D76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05D76 is #4FA289. Grayscale: #787878. Windows color (decimal): -5218954 or 7757232. OLE color: 7757232.
HSL color Cylindrical-coordinate representation of color #B05D76: hue angle of 341.93º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B05D76 is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 93 | 118 | - |
| CMYK | 0 | 0.47 | 0.33 | 0.31 |
| HSL | 341.93º | 0.34% | 0.53% | - |
| HSV(B) | 341.93º | 0.47% | 0.69% | - |
| XYZ | 25.09 | 18.37 | 19.36 | - |
| YUV | 120.67 | 126.5 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 93 | 118 | 0 | 0.47 | 0.33 | 0.31 | 341.93 | 0.34 | 0.53 |
| Hex | B0 | 5D | 76 | 0 | 2F | 21 | 1F | 156 | 22 | 35 |
| Octal | 260 | 135 | 166 | 0 | 57 | 41 | 37 | 526 | 42 | 65 |
| Binary | 10110000 | 1011101 | 1110110 | 0 | 101111 | 100001 | 11111 | 101010110 | 100010 | 110101 |
Color Harmonies of #B05D76
Complementary color
Monochromatic Colors of #B05D76
Black with #B05D76
Text Example
Text Example
White with #B05D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05D76; }
p { color: rgb(176,93,118); }
H1.HeaderClassName
{
color: #B05D76;
}
.AnyTagClassName
{
color: #B05D76;
}
</style>
background-color css
<style>
a { background-color: #B05D76; }
a { background-color: rgb(176,93,118); }
div.DivClassName
{
background-color: #B05D76;
}
.BgClassName
{
background-color: #B05D76;
}
</style>
border-color css
<style>
span { border-color: #B05D76; }
span { border-color: rgb(176,93,118); }
td.TdClassName
{
border-color: #B05D76;
}
.TagClassName
{
border-color: #B05D76;
}
</style>