Shades of Royal Heath #B94D74
Tints of Royal Heath #B94D74
RGB
CMYK
RGB Variations
Color information
#B94D74 (or 0xB94D74) is known color: Royal Heath. HEX triplet: B9, 4D and 74. RGB value is (185,77,116). Sum of RGB (Red+Green+Blue) = 185+77+116=378 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.94% from 378); Green value is 77 (30.47% from 255 or 20.37% from 378); Blue value is 116 (45.70% from 255 or 30.69% from 378); Max value from RGB is 185 - color contains mainly: red. Hex color #B94D74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B94D74 is #46B28B. Grayscale: #717171. Windows color (decimal): -4633228 or 7622073. OLE color: 7622073.
HSL color Cylindrical-coordinate representation of color #B94D74: hue angle of 338.33º 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 #B94D74 is Cyan = 0, Magento = 0.58, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 77 | 116 | - |
| CMYK | 0 | 0.58 | 0.37 | 0.27 |
| HSL | 338.33º | 0.44% | 0.51% | - |
| HSV(B) | 338.33º | 0.58% | 0.73% | - |
| XYZ | 25.81 | 16.88 | 18.42 | - |
| YUV | 113.74 | 129.28 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 77 | 116 | 0 | 0.58 | 0.37 | 0.27 | 338.33 | 0.44 | 0.51 |
| Hex | B9 | 4D | 74 | 0 | 3A | 25 | 1B | 152 | 2C | 33 |
| Octal | 271 | 115 | 164 | 0 | 72 | 45 | 33 | 522 | 54 | 63 |
| Binary | 10111001 | 1001101 | 1110100 | 0 | 111010 | 100101 | 11011 | 101010010 | 101100 | 110011 |
Color Harmonies of #B94D74
Complementary color
Monochromatic Colors of #B94D74
Black with #B94D74
Text Example
Text Example
White with #B94D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94D74; }
p { color: rgb(185,77,116); }
H1.HeaderClassName
{
color: #B94D74;
}
.AnyTagClassName
{
color: #B94D74;
}
</style>
background-color css
<style>
a { background-color: #B94D74; }
a { background-color: rgb(185,77,116); }
div.DivClassName
{
background-color: #B94D74;
}
.BgClassName
{
background-color: #B94D74;
}
</style>
border-color css
<style>
span { border-color: #B94D74; }
span { border-color: rgb(185,77,116); }
td.TdClassName
{
border-color: #B94D74;
}
.TagClassName
{
border-color: #B94D74;
}
</style>