Shades of Royal Heath #B94975
Tints of Royal Heath #B94975
RGB
CMYK
RGB Variations
Color information
#B94975 (or 0xB94975) is known color: Royal Heath. HEX triplet: B9, 49 and 75. RGB value is (185,73,117). Sum of RGB (Red+Green+Blue) = 185+73+117=375 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.33% from 375); Green value is 73 (28.91% from 255 or 19.47% from 375); Blue value is 117 (46.09% from 255 or 31.2% from 375); Max value from RGB is 185 - color contains mainly: red. Hex color #B94975 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94975 is #46B68A. Grayscale: #6F6F6F. Windows color (decimal): -4634251 or 7686585. OLE color: 7686585.
HSL color Cylindrical-coordinate representation of color #B94975: hue angle of 336.43º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B94975 is Cyan = 0, Magento = 0.61, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 73 | 117 | - |
| CMYK | 0 | 0.61 | 0.37 | 0.27 |
| HSL | 336.43º | 0.44% | 0.51% | - |
| HSV(B) | 336.43º | 0.61% | 0.73% | - |
| XYZ | 25.6 | 16.36 | 18.64 | - |
| YUV | 111.5 | 131.11 | 180.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 73 | 117 | 0 | 0.61 | 0.37 | 0.27 | 336.43 | 0.44 | 0.51 |
| Hex | B9 | 49 | 75 | 0 | 3D | 25 | 1B | 150 | 2C | 33 |
| Octal | 271 | 111 | 165 | 0 | 75 | 45 | 33 | 520 | 54 | 63 |
| Binary | 10111001 | 1001001 | 1110101 | 0 | 111101 | 100101 | 11011 | 101010000 | 101100 | 110011 |
Color Harmonies of #B94975
Complementary color
Monochromatic Colors of #B94975
Black with #B94975
Text Example
Text Example
White with #B94975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94975; }
p { color: rgb(185,73,117); }
H1.HeaderClassName
{
color: #B94975;
}
.AnyTagClassName
{
color: #B94975;
}
</style>
background-color css
<style>
a { background-color: #B94975; }
a { background-color: rgb(185,73,117); }
div.DivClassName
{
background-color: #B94975;
}
.BgClassName
{
background-color: #B94975;
}
</style>
border-color css
<style>
span { border-color: #B94975; }
span { border-color: rgb(185,73,117); }
td.TdClassName
{
border-color: #B94975;
}
.TagClassName
{
border-color: #B94975;
}
</style>