Shades of Royal Heath #B45677
Tints of Royal Heath #B45677
RGB
CMYK
RGB Variations
Color information
#B45677 (or 0xB45677) is known color: Royal Heath. HEX triplet: B4, 56 and 77. RGB value is (180,86,119). Sum of RGB (Red+Green+Blue) = 180+86+119=385 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.75% from 385); Green value is 86 (33.98% from 255 or 22.34% from 385); Blue value is 119 (46.88% from 255 or 30.91% from 385); Max value from RGB is 180 - color contains mainly: red. Hex color #B45677 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45677 is #4BA988. Grayscale: #757575. Windows color (decimal): -4958601 or 7820980. OLE color: 7820980.
HSL color Cylindrical-coordinate representation of color #B45677: hue angle of 338.94º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B45677 is Cyan = 0, Magento = 0.52, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 86 | 119 | - |
| CMYK | 0 | 0.52 | 0.34 | 0.29 |
| HSL | 338.94º | 0.39% | 0.52% | - |
| HSV(B) | 338.94º | 0.52% | 0.71% | - |
| XYZ | 25.48 | 17.69 | 19.52 | - |
| YUV | 117.87 | 128.64 | 172.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 86 | 119 | 0 | 0.52 | 0.34 | 0.29 | 338.94 | 0.39 | 0.52 |
| Hex | B4 | 56 | 77 | 0 | 34 | 22 | 1D | 153 | 27 | 34 |
| Octal | 264 | 126 | 167 | 0 | 64 | 42 | 35 | 523 | 47 | 64 |
| Binary | 10110100 | 1010110 | 1110111 | 0 | 110100 | 100010 | 11101 | 101010011 | 100111 | 110100 |
Color Harmonies of #B45677
Complementary color
Monochromatic Colors of #B45677
Black with #B45677
Text Example
Text Example
White with #B45677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45677; }
p { color: rgb(180,86,119); }
H1.HeaderClassName
{
color: #B45677;
}
.AnyTagClassName
{
color: #B45677;
}
</style>
background-color css
<style>
a { background-color: #B45677; }
a { background-color: rgb(180,86,119); }
div.DivClassName
{
background-color: #B45677;
}
.BgClassName
{
background-color: #B45677;
}
</style>
border-color css
<style>
span { border-color: #B45677; }
span { border-color: rgb(180,86,119); }
td.TdClassName
{
border-color: #B45677;
}
.TagClassName
{
border-color: #B45677;
}
</style>