Shades of Royal Heath #B94A7D
Tints of Royal Heath #B94A7D
RGB
CMYK
RGB Variations
Color information
#B94A7D (or 0xB94A7D) is known color: Royal Heath. HEX triplet: B9, 4A and 7D. RGB value is (185,74,125). Sum of RGB (Red+Green+Blue) = 185+74+125=384 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.18% from 384); Green value is 74 (29.30% from 255 or 19.27% from 384); Blue value is 125 (49.22% from 255 or 32.55% from 384); Max value from RGB is 185 - color contains mainly: red. Hex color #B94A7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94A7D is #46B582. Grayscale: #707070. Windows color (decimal): -4633987 or 8211129. OLE color: 8211129.
HSL color Cylindrical-coordinate representation of color #B94A7D: hue angle of 332.43º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B94A7D is Cyan = 0, Magento = 0.6, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 74 | 125 | - |
| CMYK | 0 | 0.6 | 0.32 | 0.27 |
| HSL | 332.43º | 0.44% | 0.51% | - |
| HSV(B) | 332.43º | 0.6% | 0.73% | - |
| XYZ | 26.16 | 16.69 | 21.25 | - |
| YUV | 113 | 134.77 | 179.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 74 | 125 | 0 | 0.6 | 0.32 | 0.27 | 332.43 | 0.44 | 0.51 |
| Hex | B9 | 4A | 7D | 0 | 3C | 20 | 1B | 14C | 2C | 33 |
| Octal | 271 | 112 | 175 | 0 | 74 | 40 | 33 | 514 | 54 | 63 |
| Binary | 10111001 | 1001010 | 1111101 | 0 | 111100 | 100000 | 11011 | 101001100 | 101100 | 110011 |
Color Harmonies of #B94A7D
Complementary color
Monochromatic Colors of #B94A7D
Black with #B94A7D
Text Example
Text Example
White with #B94A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94A7D; }
p { color: rgb(185,74,125); }
H1.HeaderClassName
{
color: #B94A7D;
}
.AnyTagClassName
{
color: #B94A7D;
}
</style>
background-color css
<style>
a { background-color: #B94A7D; }
a { background-color: rgb(185,74,125); }
div.DivClassName
{
background-color: #B94A7D;
}
.BgClassName
{
background-color: #B94A7D;
}
</style>
border-color css
<style>
span { border-color: #B94A7D; }
span { border-color: rgb(185,74,125); }
td.TdClassName
{
border-color: #B94A7D;
}
.TagClassName
{
border-color: #B94A7D;
}
</style>