Shades of Royal Heath #B94F7B
Tints of Royal Heath #B94F7B
RGB
CMYK
RGB Variations
Color information
#B94F7B (or 0xB94F7B) is known color: Royal Heath. HEX triplet: B9, 4F and 7B. RGB value is (185,79,123). Sum of RGB (Red+Green+Blue) = 185+79+123=387 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.80% from 387); Green value is 79 (31.25% from 255 or 20.41% from 387); Blue value is 123 (48.44% from 255 or 31.78% from 387); Max value from RGB is 185 - color contains mainly: red. Hex color #B94F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B94F7B is #46B084. Grayscale: #737373. Windows color (decimal): -4632709 or 8081337. OLE color: 8081337.
HSL color Cylindrical-coordinate representation of color #B94F7B: hue angle of 335.09º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B94F7B is Cyan = 0, Magento = 0.57, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 79 | 123 | - |
| CMYK | 0 | 0.57 | 0.34 | 0.27 |
| HSL | 335.09º | 0.43% | 0.52% | - |
| HSV(B) | 335.09º | 0.57% | 0.73% | - |
| XYZ | 26.38 | 17.34 | 20.69 | - |
| YUV | 115.71 | 132.12 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 79 | 123 | 0 | 0.57 | 0.34 | 0.27 | 335.09 | 0.43 | 0.52 |
| Hex | B9 | 4F | 7B | 0 | 39 | 22 | 1B | 14F | 2B | 34 |
| Octal | 271 | 117 | 173 | 0 | 71 | 42 | 33 | 517 | 53 | 64 |
| Binary | 10111001 | 1001111 | 1111011 | 0 | 111001 | 100010 | 11011 | 101001111 | 101011 | 110100 |
Color Harmonies of #B94F7B
Complementary color
Monochromatic Colors of #B94F7B
Black with #B94F7B
Text Example
Text Example
White with #B94F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94F7B; }
p { color: rgb(185,79,123); }
H1.HeaderClassName
{
color: #B94F7B;
}
.AnyTagClassName
{
color: #B94F7B;
}
</style>
background-color css
<style>
a { background-color: #B94F7B; }
a { background-color: rgb(185,79,123); }
div.DivClassName
{
background-color: #B94F7B;
}
.BgClassName
{
background-color: #B94F7B;
}
</style>
border-color css
<style>
span { border-color: #B94F7B; }
span { border-color: rgb(185,79,123); }
td.TdClassName
{
border-color: #B94F7B;
}
.TagClassName
{
border-color: #B94F7B;
}
</style>