Shades of Royal Heath #B65D76
Tints of Royal Heath #B65D76
RGB
CMYK
RGB Variations
Color information
#B65D76 (or 0xB65D76) is known color: Royal Heath. HEX triplet: B6, 5D and 76. RGB value is (182,93,118). Sum of RGB (Red+Green+Blue) = 182+93+118=393 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.31% from 393); Green value is 93 (36.72% from 255 or 23.66% from 393); Blue value is 118 (46.48% from 255 or 30.03% from 393); Max value from RGB is 182 - color contains mainly: red. Hex color #B65D76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65D76 is #49A289. Grayscale: #7A7A7A. Windows color (decimal): -4825738 or 7757238. OLE color: 7757238.
HSL color Cylindrical-coordinate representation of color #B65D76: hue angle of 343.15º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B65D76 is Cyan = 0, Magento = 0.49, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 93 | 118 | - |
| CMYK | 0 | 0.49 | 0.35 | 0.29 |
| HSL | 343.15º | 0.38% | 0.54% | - |
| HSV(B) | 343.15º | 0.49% | 0.71% | - |
| XYZ | 26.48 | 19.08 | 19.43 | - |
| YUV | 122.46 | 125.49 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 93 | 118 | 0 | 0.49 | 0.35 | 0.29 | 343.15 | 0.38 | 0.54 |
| Hex | B6 | 5D | 76 | 0 | 31 | 23 | 1D | 157 | 26 | 36 |
| Octal | 266 | 135 | 166 | 0 | 61 | 43 | 35 | 527 | 46 | 66 |
| Binary | 10110110 | 1011101 | 1110110 | 0 | 110001 | 100011 | 11101 | 101010111 | 100110 | 110110 |
Color Harmonies of #B65D76
Complementary color
Monochromatic Colors of #B65D76
Black with #B65D76
Text Example
Text Example
White with #B65D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65D76; }
p { color: rgb(182,93,118); }
H1.HeaderClassName
{
color: #B65D76;
}
.AnyTagClassName
{
color: #B65D76;
}
</style>
background-color css
<style>
a { background-color: #B65D76; }
a { background-color: rgb(182,93,118); }
div.DivClassName
{
background-color: #B65D76;
}
.BgClassName
{
background-color: #B65D76;
}
</style>
border-color css
<style>
span { border-color: #B65D76; }
span { border-color: rgb(182,93,118); }
td.TdClassName
{
border-color: #B65D76;
}
.TagClassName
{
border-color: #B65D76;
}
</style>