Shades of Royal Heath #B05377
Tints of Royal Heath #B05377
RGB
CMYK
RGB Variations
Color information
#B05377 (or 0xB05377) is known color: Royal Heath. HEX triplet: B0, 53 and 77. RGB value is (176,83,119). Sum of RGB (Red+Green+Blue) = 176+83+119=378 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.56% from 378); Green value is 83 (32.81% from 255 or 21.96% from 378); Blue value is 119 (46.88% from 255 or 31.48% from 378); Max value from RGB is 176 - color contains mainly: red. Hex color #B05377 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05377 is #4FAC88. Grayscale: #727272. Windows color (decimal): -5221513 or 7820208. OLE color: 7820208.
HSL color Cylindrical-coordinate representation of color #B05377: hue angle of 336.77º degrees, saturation: 0.37, 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 #B05377 is Cyan = 0, Magento = 0.53, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 83 | 119 | - |
| CMYK | 0 | 0.53 | 0.32 | 0.31 |
| HSL | 336.77º | 0.37% | 0.51% | - |
| HSV(B) | 336.77º | 0.53% | 0.69% | - |
| XYZ | 24.33 | 16.75 | 19.4 | - |
| YUV | 114.91 | 130.31 | 171.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 83 | 119 | 0 | 0.53 | 0.32 | 0.31 | 336.77 | 0.37 | 0.51 |
| Hex | B0 | 53 | 77 | 0 | 35 | 20 | 1F | 151 | 25 | 33 |
| Octal | 260 | 123 | 167 | 0 | 65 | 40 | 37 | 521 | 45 | 63 |
| Binary | 10110000 | 1010011 | 1110111 | 0 | 110101 | 100000 | 11111 | 101010001 | 100101 | 110011 |
Color Harmonies of #B05377
Complementary color
Monochromatic Colors of #B05377
Black with #B05377
Text Example
Text Example
White with #B05377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05377; }
p { color: rgb(176,83,119); }
H1.HeaderClassName
{
color: #B05377;
}
.AnyTagClassName
{
color: #B05377;
}
</style>
background-color css
<style>
a { background-color: #B05377; }
a { background-color: rgb(176,83,119); }
div.DivClassName
{
background-color: #B05377;
}
.BgClassName
{
background-color: #B05377;
}
</style>
border-color css
<style>
span { border-color: #B05377; }
span { border-color: rgb(176,83,119); }
td.TdClassName
{
border-color: #B05377;
}
.TagClassName
{
border-color: #B05377;
}
</style>