Shades of Royal Heath #B65673
Tints of Royal Heath #B65673
RGB
CMYK
RGB Variations
Color information
#B65673 (or 0xB65673) is known color: Royal Heath. HEX triplet: B6, 56 and 73. RGB value is (182,86,115). Sum of RGB (Red+Green+Blue) = 182+86+115=383 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.52% from 383); Green value is 86 (33.98% from 255 or 22.45% from 383); Blue value is 115 (45.31% from 255 or 30.03% from 383); Max value from RGB is 182 - color contains mainly: red. Hex color #B65673 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65673 is #49A98C. Grayscale: #757575. Windows color (decimal): -4827533 or 7558838. OLE color: 7558838.
HSL color Cylindrical-coordinate representation of color #B65673: hue angle of 341.88º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B65673 is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 86 | 115 | - |
| CMYK | 0 | 0.53 | 0.37 | 0.29 |
| HSL | 341.88º | 0.4% | 0.53% | - |
| HSV(B) | 341.88º | 0.53% | 0.71% | - |
| XYZ | 25.71 | 17.84 | 18.31 | - |
| YUV | 118.01 | 126.3 | 173.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 86 | 115 | 0 | 0.53 | 0.37 | 0.29 | 341.88 | 0.4 | 0.53 |
| Hex | B6 | 56 | 73 | 0 | 35 | 25 | 1D | 156 | 28 | 35 |
| Octal | 266 | 126 | 163 | 0 | 65 | 45 | 35 | 526 | 50 | 65 |
| Binary | 10110110 | 1010110 | 1110011 | 0 | 110101 | 100101 | 11101 | 101010110 | 101000 | 110101 |
Color Harmonies of #B65673
Complementary color
Monochromatic Colors of #B65673
Black with #B65673
Text Example
Text Example
White with #B65673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65673; }
p { color: rgb(182,86,115); }
H1.HeaderClassName
{
color: #B65673;
}
.AnyTagClassName
{
color: #B65673;
}
</style>
background-color css
<style>
a { background-color: #B65673; }
a { background-color: rgb(182,86,115); }
div.DivClassName
{
background-color: #B65673;
}
.BgClassName
{
background-color: #B65673;
}
</style>
border-color css
<style>
span { border-color: #B65673; }
span { border-color: rgb(182,86,115); }
td.TdClassName
{
border-color: #B65673;
}
.TagClassName
{
border-color: #B65673;
}
</style>