Shades of Royal Heath #B94D7E
Tints of Royal Heath #B94D7E
RGB
CMYK
RGB Variations
Color information
#B94D7E (or 0xB94D7E) is known color: Royal Heath. HEX triplet: B9, 4D and 7E. RGB value is (185,77,126). Sum of RGB (Red+Green+Blue) = 185+77+126=388 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.68% from 388); Green value is 77 (30.47% from 255 or 19.85% from 388); Blue value is 126 (49.61% from 255 or 32.47% from 388); Max value from RGB is 185 - color contains mainly: red. Hex color #B94D7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B94D7E is #46B281. Grayscale: #727272. Windows color (decimal): -4633218 or 8277433. OLE color: 8277433.
HSL color Cylindrical-coordinate representation of color #B94D7E: hue angle of 332.78º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B94D7E is Cyan = 0, Magento = 0.58, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 77 | 126 | - |
| CMYK | 0 | 0.58 | 0.32 | 0.27 |
| HSL | 332.78º | 0.44% | 0.51% | - |
| HSV(B) | 332.78º | 0.58% | 0.73% | - |
| XYZ | 26.43 | 17.13 | 21.65 | - |
| YUV | 114.88 | 134.28 | 178.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 77 | 126 | 0 | 0.58 | 0.32 | 0.27 | 332.78 | 0.44 | 0.51 |
| Hex | B9 | 4D | 7E | 0 | 3A | 20 | 1B | 14D | 2C | 33 |
| Octal | 271 | 115 | 176 | 0 | 72 | 40 | 33 | 515 | 54 | 63 |
| Binary | 10111001 | 1001101 | 1111110 | 0 | 111010 | 100000 | 11011 | 101001101 | 101100 | 110011 |
Color Harmonies of #B94D7E
Complementary color
Monochromatic Colors of #B94D7E
Black with #B94D7E
Text Example
Text Example
White with #B94D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94D7E; }
p { color: rgb(185,77,126); }
H1.HeaderClassName
{
color: #B94D7E;
}
.AnyTagClassName
{
color: #B94D7E;
}
</style>
background-color css
<style>
a { background-color: #B94D7E; }
a { background-color: rgb(185,77,126); }
div.DivClassName
{
background-color: #B94D7E;
}
.BgClassName
{
background-color: #B94D7E;
}
</style>
border-color css
<style>
span { border-color: #B94D7E; }
span { border-color: rgb(185,77,126); }
td.TdClassName
{
border-color: #B94D7E;
}
.TagClassName
{
border-color: #B94D7E;
}
</style>