Shades of Royal Heath #B65D7A
Tints of Royal Heath #B65D7A
RGB
CMYK
RGB Variations
Color information
#B65D7A (or 0xB65D7A) is known color: Royal Heath. HEX triplet: B6, 5D and 7A. RGB value is (182,93,122). Sum of RGB (Red+Green+Blue) = 182+93+122=397 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.84% from 397); Green value is 93 (36.72% from 255 or 23.43% from 397); Blue value is 122 (48.05% from 255 or 30.73% from 397); Max value from RGB is 182 - color contains mainly: red. Hex color #B65D7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65D7A is #49A285. Grayscale: #7A7A7A. Windows color (decimal): -4825734 or 8019382. OLE color: 8019382.
HSL color Cylindrical-coordinate representation of color #B65D7A: hue angle of 340.45º 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 #B65D7A is Cyan = 0, Magento = 0.49, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 93 | 122 | - |
| CMYK | 0 | 0.49 | 0.33 | 0.29 |
| HSL | 340.45º | 0.38% | 0.54% | - |
| HSV(B) | 340.45º | 0.49% | 0.71% | - |
| XYZ | 26.72 | 19.18 | 20.71 | - |
| YUV | 122.92 | 127.49 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 93 | 122 | 0 | 0.49 | 0.33 | 0.29 | 340.45 | 0.38 | 0.54 |
| Hex | B6 | 5D | 7A | 0 | 31 | 21 | 1D | 154 | 26 | 36 |
| Octal | 266 | 135 | 172 | 0 | 61 | 41 | 35 | 524 | 46 | 66 |
| Binary | 10110110 | 1011101 | 1111010 | 0 | 110001 | 100001 | 11101 | 101010100 | 100110 | 110110 |
Color Harmonies of #B65D7A
Complementary color
Monochromatic Colors of #B65D7A
Black with #B65D7A
Text Example
Text Example
White with #B65D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65D7A; }
p { color: rgb(182,93,122); }
H1.HeaderClassName
{
color: #B65D7A;
}
.AnyTagClassName
{
color: #B65D7A;
}
</style>
background-color css
<style>
a { background-color: #B65D7A; }
a { background-color: rgb(182,93,122); }
div.DivClassName
{
background-color: #B65D7A;
}
.BgClassName
{
background-color: #B65D7A;
}
</style>
border-color css
<style>
span { border-color: #B65D7A; }
span { border-color: rgb(182,93,122); }
td.TdClassName
{
border-color: #B65D7A;
}
.TagClassName
{
border-color: #B65D7A;
}
</style>