Shades of Royal Heath #B05C76
Tints of Royal Heath #B05C76
RGB
CMYK
RGB Variations
Color information
#B05C76 (or 0xB05C76) is known color: Royal Heath. HEX triplet: B0, 5C and 76. RGB value is (176,92,118). Sum of RGB (Red+Green+Blue) = 176+92+118=386 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.60% from 386); Green value is 92 (36.33% from 255 or 23.83% from 386); Blue value is 118 (46.48% from 255 or 30.57% from 386); Max value from RGB is 176 - color contains mainly: red. Hex color #B05C76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05C76 is #4FA389. Grayscale: #787878. Windows color (decimal): -5219210 or 7756976. OLE color: 7756976.
HSL color Cylindrical-coordinate representation of color #B05C76: hue angle of 341.43º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B05C76 is Cyan = 0, Magento = 0.48, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 92 | 118 | - |
| CMYK | 0 | 0.48 | 0.33 | 0.31 |
| HSL | 341.43º | 0.35% | 0.53% | - |
| HSV(B) | 341.43º | 0.48% | 0.69% | - |
| XYZ | 25 | 18.19 | 19.33 | - |
| YUV | 120.08 | 126.83 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 92 | 118 | 0 | 0.48 | 0.33 | 0.31 | 341.43 | 0.35 | 0.53 |
| Hex | B0 | 5C | 76 | 0 | 30 | 21 | 1F | 155 | 23 | 35 |
| Octal | 260 | 134 | 166 | 0 | 60 | 41 | 37 | 525 | 43 | 65 |
| Binary | 10110000 | 1011100 | 1110110 | 0 | 110000 | 100001 | 11111 | 101010101 | 100011 | 110101 |
Color Harmonies of #B05C76
Complementary color
Monochromatic Colors of #B05C76
Black with #B05C76
Text Example
Text Example
White with #B05C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05C76; }
p { color: rgb(176,92,118); }
H1.HeaderClassName
{
color: #B05C76;
}
.AnyTagClassName
{
color: #B05C76;
}
</style>
background-color css
<style>
a { background-color: #B05C76; }
a { background-color: rgb(176,92,118); }
div.DivClassName
{
background-color: #B05C76;
}
.BgClassName
{
background-color: #B05C76;
}
</style>
border-color css
<style>
span { border-color: #B05C76; }
span { border-color: rgb(176,92,118); }
td.TdClassName
{
border-color: #B05C76;
}
.TagClassName
{
border-color: #B05C76;
}
</style>