Shades of Royal Heath #B75177
Tints of Royal Heath #B75177
RGB
CMYK
RGB Variations
Color information
#B75177 (or 0xB75177) is known color: Royal Heath. HEX triplet: B7, 51 and 77. RGB value is (183,81,119). Sum of RGB (Red+Green+Blue) = 183+81+119=383 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.78% from 383); Green value is 81 (32.03% from 255 or 21.15% from 383); Blue value is 119 (46.88% from 255 or 31.07% from 383); Max value from RGB is 183 - color contains mainly: red. Hex color #B75177 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75177 is #48AE88. Grayscale: #737373. Windows color (decimal): -4763273 or 7819703. OLE color: 7819703.
HSL color Cylindrical-coordinate representation of color #B75177: hue angle of 337.65º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B75177 is Cyan = 0, Magento = 0.56, Yellow = 0.35 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 81 | 119 | - |
| CMYK | 0 | 0.56 | 0.35 | 0.28 |
| HSL | 337.65º | 0.41% | 0.52% | - |
| HSV(B) | 337.65º | 0.56% | 0.72% | - |
| XYZ | 25.8 | 17.28 | 19.43 | - |
| YUV | 115.83 | 129.79 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 81 | 119 | 0 | 0.56 | 0.35 | 0.28 | 337.65 | 0.41 | 0.52 |
| Hex | B7 | 51 | 77 | 0 | 38 | 23 | 1C | 152 | 29 | 34 |
| Octal | 267 | 121 | 167 | 0 | 70 | 43 | 34 | 522 | 51 | 64 |
| Binary | 10110111 | 1010001 | 1110111 | 0 | 111000 | 100011 | 11100 | 101010010 | 101001 | 110100 |
Color Harmonies of #B75177
Complementary color
Monochromatic Colors of #B75177
Black with #B75177
Text Example
Text Example
White with #B75177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75177; }
p { color: rgb(183,81,119); }
H1.HeaderClassName
{
color: #B75177;
}
.AnyTagClassName
{
color: #B75177;
}
</style>
background-color css
<style>
a { background-color: #B75177; }
a { background-color: rgb(183,81,119); }
div.DivClassName
{
background-color: #B75177;
}
.BgClassName
{
background-color: #B75177;
}
</style>
border-color css
<style>
span { border-color: #B75177; }
span { border-color: rgb(183,81,119); }
td.TdClassName
{
border-color: #B75177;
}
.TagClassName
{
border-color: #B75177;
}
</style>