Shades of Royal Heath #B74677
Tints of Royal Heath #B74677
RGB
CMYK
RGB Variations
Color information
#B74677 (or 0xB74677) is known color: Royal Heath. HEX triplet: B7, 46 and 77. RGB value is (183,70,119). Sum of RGB (Red+Green+Blue) = 183+70+119=372 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.19% from 372); Green value is 70 (27.73% from 255 or 18.82% from 372); Blue value is 119 (46.88% from 255 or 31.99% from 372); Max value from RGB is 183 - color contains mainly: red. Hex color #B74677 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74677 is #48B988. Grayscale: #6D6D6D. Windows color (decimal): -4766089 or 7816887. OLE color: 7816887.
HSL color Cylindrical-coordinate representation of color #B74677: hue angle of 333.98º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B74677 is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 70 | 119 | - |
| CMYK | 0 | 0.62 | 0.35 | 0.28 |
| HSL | 333.98º | 0.45% | 0.5% | - |
| HSV(B) | 333.98º | 0.62% | 0.72% | - |
| XYZ | 25.05 | 15.78 | 19.18 | - |
| YUV | 109.37 | 133.44 | 180.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 70 | 119 | 0 | 0.62 | 0.35 | 0.28 | 333.98 | 0.45 | 0.5 |
| Hex | B7 | 46 | 77 | 0 | 3E | 23 | 1C | 14E | 2D | 32 |
| Octal | 267 | 106 | 167 | 0 | 76 | 43 | 34 | 516 | 55 | 62 |
| Binary | 10110111 | 1000110 | 1110111 | 0 | 111110 | 100011 | 11100 | 101001110 | 101101 | 110010 |
Color Harmonies of #B74677
Complementary color
Monochromatic Colors of #B74677
Black with #B74677
Text Example
Text Example
White with #B74677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74677; }
p { color: rgb(183,70,119); }
H1.HeaderClassName
{
color: #B74677;
}
.AnyTagClassName
{
color: #B74677;
}
</style>
background-color css
<style>
a { background-color: #B74677; }
a { background-color: rgb(183,70,119); }
div.DivClassName
{
background-color: #B74677;
}
.BgClassName
{
background-color: #B74677;
}
</style>
border-color css
<style>
span { border-color: #B74677; }
span { border-color: rgb(183,70,119); }
td.TdClassName
{
border-color: #B74677;
}
.TagClassName
{
border-color: #B74677;
}
</style>