Shades of Royal Heath #B94673
Tints of Royal Heath #B94673
RGB
CMYK
RGB Variations
Color information
#B94673 (or 0xB94673) is known color: Royal Heath. HEX triplet: B9, 46 and 73. RGB value is (185,70,115). Sum of RGB (Red+Green+Blue) = 185+70+115=370 (49% of max value = 765). Red value is 185 (72.66% from 255 or 50% from 370); Green value is 70 (27.73% from 255 or 18.92% from 370); Blue value is 115 (45.31% from 255 or 31.08% from 370); Max value from RGB is 185 - color contains mainly: red. Hex color #B94673 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94673 is #46B98C. Grayscale: #6D6D6D. Windows color (decimal): -4635021 or 7554745. OLE color: 7554745.
HSL color Cylindrical-coordinate representation of color #B94673: hue angle of 336.52º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B94673 is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 70 | 115 | - |
| CMYK | 0 | 0.62 | 0.38 | 0.27 |
| HSL | 336.52º | 0.45% | 0.5% | - |
| HSV(B) | 336.52º | 0.62% | 0.73% | - |
| XYZ | 25.29 | 15.93 | 17.96 | - |
| YUV | 109.52 | 131.1 | 181.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 70 | 115 | 0 | 0.62 | 0.38 | 0.27 | 336.52 | 0.45 | 0.5 |
| Hex | B9 | 46 | 73 | 0 | 3E | 26 | 1B | 151 | 2D | 32 |
| Octal | 271 | 106 | 163 | 0 | 76 | 46 | 33 | 521 | 55 | 62 |
| Binary | 10111001 | 1000110 | 1110011 | 0 | 111110 | 100110 | 11011 | 101010001 | 101101 | 110010 |
Color Harmonies of #B94673
Complementary color
Monochromatic Colors of #B94673
Black with #B94673
Text Example
Text Example
White with #B94673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94673; }
p { color: rgb(185,70,115); }
H1.HeaderClassName
{
color: #B94673;
}
.AnyTagClassName
{
color: #B94673;
}
</style>
background-color css
<style>
a { background-color: #B94673; }
a { background-color: rgb(185,70,115); }
div.DivClassName
{
background-color: #B94673;
}
.BgClassName
{
background-color: #B94673;
}
</style>
border-color css
<style>
span { border-color: #B94673; }
span { border-color: rgb(185,70,115); }
td.TdClassName
{
border-color: #B94673;
}
.TagClassName
{
border-color: #B94673;
}
</style>