Shades of Royal Heath #B75673
Tints of Royal Heath #B75673
RGB
CMYK
RGB Variations
Color information
#B75673 (or 0xB75673) is known color: Royal Heath. HEX triplet: B7, 56 and 73. RGB value is (183,86,115). Sum of RGB (Red+Green+Blue) = 183+86+115=384 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.66% from 384); Green value is 86 (33.98% from 255 or 22.40% from 384); Blue value is 115 (45.31% from 255 or 29.95% from 384); Max value from RGB is 183 - color contains mainly: red. Hex color #B75673 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75673 is #48A98C. Grayscale: #767676. Windows color (decimal): -4761997 or 7558839. OLE color: 7558839.
HSL color Cylindrical-coordinate representation of color #B75673: hue angle of 342.06º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B75673 is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 86 | 115 | - |
| CMYK | 0 | 0.53 | 0.37 | 0.28 |
| HSL | 342.06º | 0.4% | 0.53% | - |
| HSV(B) | 342.06º | 0.53% | 0.72% | - |
| XYZ | 25.95 | 17.96 | 18.32 | - |
| YUV | 118.31 | 126.14 | 174.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 86 | 115 | 0 | 0.53 | 0.37 | 0.28 | 342.06 | 0.4 | 0.53 |
| Hex | B7 | 56 | 73 | 0 | 35 | 25 | 1C | 156 | 28 | 35 |
| Octal | 267 | 126 | 163 | 0 | 65 | 45 | 34 | 526 | 50 | 65 |
| Binary | 10110111 | 1010110 | 1110011 | 0 | 110101 | 100101 | 11100 | 101010110 | 101000 | 110101 |
Color Harmonies of #B75673
Complementary color
Monochromatic Colors of #B75673
Black with #B75673
Text Example
Text Example
White with #B75673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75673; }
p { color: rgb(183,86,115); }
H1.HeaderClassName
{
color: #B75673;
}
.AnyTagClassName
{
color: #B75673;
}
</style>
background-color css
<style>
a { background-color: #B75673; }
a { background-color: rgb(183,86,115); }
div.DivClassName
{
background-color: #B75673;
}
.BgClassName
{
background-color: #B75673;
}
</style>
border-color css
<style>
span { border-color: #B75673; }
span { border-color: rgb(183,86,115); }
td.TdClassName
{
border-color: #B75673;
}
.TagClassName
{
border-color: #B75673;
}
</style>