Shades of Royal Heath #B14673
Tints of Royal Heath #B14673
RGB
CMYK
RGB Variations
Color information
#B14673 (or 0xB14673) is known color: Royal Heath. HEX triplet: B1, 46 and 73. RGB value is (177,70,115). Sum of RGB (Red+Green+Blue) = 177+70+115=362 (47% of max value = 765). Red value is 177 (69.53% from 255 or 48.90% from 362); Green value is 70 (27.73% from 255 or 19.34% from 362); Blue value is 115 (45.31% from 255 or 31.77% from 362); Max value from RGB is 177 - color contains mainly: red. Hex color #B14673 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14673 is #4EB98C. Grayscale: #6B6B6B. Windows color (decimal): -5159309 or 7554737. OLE color: 7554737.
HSL color Cylindrical-coordinate representation of color #B14673: hue angle of 334.77º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B14673 is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 70 | 115 | - |
| CMYK | 0 | 0.60 | 0.35 | 0.31 |
| HSL | 334.77º | 0.43% | 0.48% | - |
| HSV(B) | 334.77º | 0.6% | 0.69% | - |
| XYZ | 23.42 | 14.97 | 17.87 | - |
| YUV | 107.12 | 132.45 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 70 | 115 | 0 | 0.60 | 0.35 | 0.31 | 334.77 | 0.43 | 0.48 |
| Hex | B1 | 46 | 73 | 0 | 3C | 23 | 1F | 14F | 2B | 30 |
| Octal | 261 | 106 | 163 | 0 | 74 | 43 | 37 | 517 | 53 | 60 |
| Binary | 10110001 | 1000110 | 1110011 | 0 | 111100 | 100011 | 11111 | 101001111 | 101011 | 110000 |
Color Harmonies of #B14673
Complementary color
Monochromatic Colors of #B14673
Black with #B14673
Text Example
Text Example
White with #B14673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14673; }
p { color: rgb(177,70,115); }
H1.HeaderClassName
{
color: #B14673;
}
.AnyTagClassName
{
color: #B14673;
}
</style>
background-color css
<style>
a { background-color: #B14673; }
a { background-color: rgb(177,70,115); }
div.DivClassName
{
background-color: #B14673;
}
.BgClassName
{
background-color: #B14673;
}
</style>
border-color css
<style>
span { border-color: #B14673; }
span { border-color: rgb(177,70,115); }
td.TdClassName
{
border-color: #B14673;
}
.TagClassName
{
border-color: #B14673;
}
</style>