Shades of Royal Heath #B05277
Tints of Royal Heath #B05277
RGB
CMYK
RGB Variations
Color information
#B05277 (or 0xB05277) is known color: Royal Heath. HEX triplet: B0, 52 and 77. RGB value is (176,82,119). Sum of RGB (Red+Green+Blue) = 176+82+119=377 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.68% from 377); Green value is 82 (32.42% from 255 or 21.75% from 377); Blue value is 119 (46.88% from 255 or 31.56% from 377); Max value from RGB is 176 - color contains mainly: red. Hex color #B05277 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05277 is #4FAD88. Grayscale: #727272. Windows color (decimal): -5221769 or 7819952. OLE color: 7819952.
HSL color Cylindrical-coordinate representation of color #B05277: hue angle of 336.38º 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 #B05277 is Cyan = 0, Magento = 0.53, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 82 | 119 | - |
| CMYK | 0 | 0.53 | 0.32 | 0.31 |
| HSL | 336.38º | 0.37% | 0.51% | - |
| HSV(B) | 336.38º | 0.53% | 0.69% | - |
| XYZ | 24.25 | 16.6 | 19.38 | - |
| YUV | 114.32 | 130.64 | 171.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 82 | 119 | 0 | 0.53 | 0.32 | 0.31 | 336.38 | 0.37 | 0.51 |
| Hex | B0 | 52 | 77 | 0 | 35 | 20 | 1F | 150 | 25 | 33 |
| Octal | 260 | 122 | 167 | 0 | 65 | 40 | 37 | 520 | 45 | 63 |
| Binary | 10110000 | 1010010 | 1110111 | 0 | 110101 | 100000 | 11111 | 101010000 | 100101 | 110011 |
Color Harmonies of #B05277
Complementary color
Monochromatic Colors of #B05277
Black with #B05277
Text Example
Text Example
White with #B05277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05277; }
p { color: rgb(176,82,119); }
H1.HeaderClassName
{
color: #B05277;
}
.AnyTagClassName
{
color: #B05277;
}
</style>
background-color css
<style>
a { background-color: #B05277; }
a { background-color: rgb(176,82,119); }
div.DivClassName
{
background-color: #B05277;
}
.BgClassName
{
background-color: #B05277;
}
</style>
border-color css
<style>
span { border-color: #B05277; }
span { border-color: rgb(176,82,119); }
td.TdClassName
{
border-color: #B05277;
}
.TagClassName
{
border-color: #B05277;
}
</style>