Shades of Hopbush #BE659E
Tints of Hopbush #BE659E
RGB
CMYK
RGB Variations
Color information
#BE659E (or 0xBE659E) is known color: Hopbush. HEX triplet: BE, 65 and 9E. RGB value is (190,101,158). Sum of RGB (Red+Green+Blue) = 190+101+158=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 101 (39.84% from 255 or 22.49% from 449); Blue value is 158 (62.11% from 255 or 35.19% from 449); Max value from RGB is 190 - color contains mainly: red. Hex color #BE659E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE659E is #419A61. Grayscale: #858585. Windows color (decimal): -4299362 or 10380734. OLE color: 10380734.
HSL color Cylindrical-coordinate representation of color #BE659E: hue angle of 321.57º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BE659E is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 101 | 158 | - |
| CMYK | 0 | 0.47 | 0.17 | 0.25 |
| HSL | 321.57º | 0.41% | 0.57% | - |
| HSV(B) | 321.57º | 0.47% | 0.75% | - |
| XYZ | 32.06 | 22.72 | 35.04 | - |
| YUV | 134.11 | 141.49 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 101 | 158 | 0 | 0.47 | 0.17 | 0.25 | 321.57 | 0.41 | 0.57 |
| Hex | BE | 65 | 9E | 0 | 2F | 11 | 19 | 142 | 29 | 39 |
| Octal | 276 | 145 | 236 | 0 | 57 | 21 | 31 | 502 | 51 | 71 |
| Binary | 10111110 | 1100101 | 10011110 | 0 | 101111 | 10001 | 11001 | 101000010 | 101001 | 111001 |
Color Harmonies of #BE659E
Complementary color
Monochromatic Colors of #BE659E
Black with #BE659E
Text Example
Text Example
White with #BE659E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE659E; }
p { color: rgb(190,101,158); }
H1.HeaderClassName
{
color: #BE659E;
}
.AnyTagClassName
{
color: #BE659E;
}
</style>
background-color css
<style>
a { background-color: #BE659E; }
a { background-color: rgb(190,101,158); }
div.DivClassName
{
background-color: #BE659E;
}
.BgClassName
{
background-color: #BE659E;
}
</style>
border-color css
<style>
span { border-color: #BE659E; }
span { border-color: rgb(190,101,158); }
td.TdClassName
{
border-color: #BE659E;
}
.TagClassName
{
border-color: #BE659E;
}
</style>