Shades of Royal Heath #B94078
Tints of Royal Heath #B94078
RGB
CMYK
RGB Variations
Color information
#B94078 (or 0xB94078) is known color: Royal Heath. HEX triplet: B9, 40 and 78. RGB value is (185,64,120). Sum of RGB (Red+Green+Blue) = 185+64+120=369 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.14% from 369); Green value is 64 (25.39% from 255 or 17.34% from 369); Blue value is 120 (47.27% from 255 or 32.52% from 369); Max value from RGB is 185 - color contains mainly: red. Hex color #B94078 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94078 is #46BF87. Grayscale: #6A6A6A. Windows color (decimal): -4636552 or 7880889. OLE color: 7880889.
HSL color Cylindrical-coordinate representation of color #B94078: hue angle of 332.23º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B94078 is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 64 | 120 | - |
| CMYK | 0 | 0.65 | 0.35 | 0.27 |
| HSL | 332.23º | 0.49% | 0.49% | - |
| HSV(B) | 332.23º | 0.65% | 0.73% | - |
| XYZ | 25.23 | 15.34 | 19.4 | - |
| YUV | 106.56 | 135.59 | 183.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 64 | 120 | 0 | 0.65 | 0.35 | 0.27 | 332.23 | 0.49 | 0.49 |
| Hex | B9 | 40 | 78 | 0 | 41 | 23 | 1B | 14C | 31 | 31 |
| Octal | 271 | 100 | 170 | 0 | 101 | 43 | 33 | 514 | 61 | 61 |
| Binary | 10111001 | 1000000 | 1111000 | 0 | 1000001 | 100011 | 11011 | 101001100 | 110001 | 110001 |
Color Harmonies of #B94078
Complementary color
Monochromatic Colors of #B94078
Black with #B94078
Text Example
Text Example
White with #B94078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94078; }
p { color: rgb(185,64,120); }
H1.HeaderClassName
{
color: #B94078;
}
.AnyTagClassName
{
color: #B94078;
}
</style>
background-color css
<style>
a { background-color: #B94078; }
a { background-color: rgb(185,64,120); }
div.DivClassName
{
background-color: #B94078;
}
.BgClassName
{
background-color: #B94078;
}
</style>
border-color css
<style>
span { border-color: #B94078; }
span { border-color: rgb(185,64,120); }
td.TdClassName
{
border-color: #B94078;
}
.TagClassName
{
border-color: #B94078;
}
</style>