Shades of Royal Heath #B94B7A
Tints of Royal Heath #B94B7A
RGB
CMYK
RGB Variations
Color information
#B94B7A (or 0xB94B7A) is known color: Royal Heath. HEX triplet: B9, 4B and 7A. RGB value is (185,75,122). Sum of RGB (Red+Green+Blue) = 185+75+122=382 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.43% from 382); Green value is 75 (29.69% from 255 or 19.63% from 382); Blue value is 122 (48.05% from 255 or 31.94% from 382); Max value from RGB is 185 - color contains mainly: red. Hex color #B94B7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94B7A is #46B485. Grayscale: #717171. Windows color (decimal): -4633734 or 8014777. OLE color: 8014777.
HSL color Cylindrical-coordinate representation of color #B94B7A: hue angle of 334.36º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B94B7A is Cyan = 0, Magento = 0.59, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 75 | 122 | - |
| CMYK | 0 | 0.59 | 0.34 | 0.27 |
| HSL | 334.36º | 0.44% | 0.51% | - |
| HSV(B) | 334.36º | 0.59% | 0.73% | - |
| XYZ | 26.04 | 16.75 | 20.27 | - |
| YUV | 113.25 | 132.94 | 179.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 75 | 122 | 0 | 0.59 | 0.34 | 0.27 | 334.36 | 0.44 | 0.51 |
| Hex | B9 | 4B | 7A | 0 | 3B | 22 | 1B | 14E | 2C | 33 |
| Octal | 271 | 113 | 172 | 0 | 73 | 42 | 33 | 516 | 54 | 63 |
| Binary | 10111001 | 1001011 | 1111010 | 0 | 111011 | 100010 | 11011 | 101001110 | 101100 | 110011 |
Color Harmonies of #B94B7A
Complementary color
Monochromatic Colors of #B94B7A
Black with #B94B7A
Text Example
Text Example
White with #B94B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94B7A; }
p { color: rgb(185,75,122); }
H1.HeaderClassName
{
color: #B94B7A;
}
.AnyTagClassName
{
color: #B94B7A;
}
</style>
background-color css
<style>
a { background-color: #B94B7A; }
a { background-color: rgb(185,75,122); }
div.DivClassName
{
background-color: #B94B7A;
}
.BgClassName
{
background-color: #B94B7A;
}
</style>
border-color css
<style>
span { border-color: #B94B7A; }
span { border-color: rgb(185,75,122); }
td.TdClassName
{
border-color: #B94B7A;
}
.TagClassName
{
border-color: #B94B7A;
}
</style>