Shades of Royal Heath #B94D80
Tints of Royal Heath #B94D80
RGB
CMYK
RGB Variations
Color information
#B94D80 (or 0xB94D80) is known color: Royal Heath. HEX triplet: B9, 4D and 80. RGB value is (185,77,128). Sum of RGB (Red+Green+Blue) = 185+77+128=390 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.44% from 390); Green value is 77 (30.47% from 255 or 19.74% from 390); Blue value is 128 (50.39% from 255 or 32.82% from 390); Max value from RGB is 185 - color contains mainly: red. Hex color #B94D80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B94D80 is #46B27F. Grayscale: #737373. Windows color (decimal): -4633216 or 8408505. OLE color: 8408505.
HSL color Cylindrical-coordinate representation of color #B94D80: hue angle of 331.67º 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 #B94D80 is Cyan = 0, Magento = 0.58, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 77 | 128 | - |
| CMYK | 0 | 0.58 | 0.31 | 0.27 |
| HSL | 331.67º | 0.44% | 0.51% | - |
| HSV(B) | 331.67º | 0.58% | 0.73% | - |
| XYZ | 26.56 | 17.18 | 22.34 | - |
| YUV | 115.11 | 135.28 | 177.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 77 | 128 | 0 | 0.58 | 0.31 | 0.27 | 331.67 | 0.44 | 0.51 |
| Hex | B9 | 4D | 80 | 0 | 3A | 1F | 1B | 14C | 2C | 33 |
| Octal | 271 | 115 | 200 | 0 | 72 | 37 | 33 | 514 | 54 | 63 |
| Binary | 10111001 | 1001101 | 10000000 | 0 | 111010 | 11111 | 11011 | 101001100 | 101100 | 110011 |
Color Harmonies of #B94D80
Complementary color
Monochromatic Colors of #B94D80
Black with #B94D80
Text Example
Text Example
White with #B94D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94D80; }
p { color: rgb(185,77,128); }
H1.HeaderClassName
{
color: #B94D80;
}
.AnyTagClassName
{
color: #B94D80;
}
</style>
background-color css
<style>
a { background-color: #B94D80; }
a { background-color: rgb(185,77,128); }
div.DivClassName
{
background-color: #B94D80;
}
.BgClassName
{
background-color: #B94D80;
}
</style>
border-color css
<style>
span { border-color: #B94D80; }
span { border-color: rgb(185,77,128); }
td.TdClassName
{
border-color: #B94D80;
}
.TagClassName
{
border-color: #B94D80;
}
</style>