Shades of Hopbush #BE7A9E
Tints of Hopbush #BE7A9E
RGB
CMYK
RGB Variations
Color information
#BE7A9E (or 0xBE7A9E) is known color: Hopbush. HEX triplet: BE, 7A and 9E. RGB value is (190,122,158). Sum of RGB (Red+Green+Blue) = 190+122+158=470 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.43% from 470); Green value is 122 (48.05% from 255 or 25.96% from 470); Blue value is 158 (62.11% from 255 or 33.62% from 470); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7A9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7A9E is #418561. Grayscale: #929292. Windows color (decimal): -4293986 or 10386110. OLE color: 10386110.
HSL color Cylindrical-coordinate representation of color #BE7A9E: hue angle of 328.24º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BE7A9E is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 122 | 158 | - |
| CMYK | 0 | 0.36 | 0.17 | 0.25 |
| HSL | 328.24º | 0.34% | 0.61% | - |
| HSV(B) | 328.24º | 0.36% | 0.75% | - |
| XYZ | 34.37 | 27.33 | 35.81 | - |
| YUV | 146.44 | 134.53 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 122 | 158 | 0 | 0.36 | 0.17 | 0.25 | 328.24 | 0.34 | 0.61 |
| Hex | BE | 7A | 9E | 0 | 24 | 11 | 19 | 148 | 22 | 3D |
| Octal | 276 | 172 | 236 | 0 | 44 | 21 | 31 | 510 | 42 | 75 |
| Binary | 10111110 | 1111010 | 10011110 | 0 | 100100 | 10001 | 11001 | 101001000 | 100010 | 111101 |
Color Harmonies of #BE7A9E
Complementary color
Monochromatic Colors of #BE7A9E
Black with #BE7A9E
Text Example
Text Example
White with #BE7A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7A9E; }
p { color: rgb(190,122,158); }
H1.HeaderClassName
{
color: #BE7A9E;
}
.AnyTagClassName
{
color: #BE7A9E;
}
</style>
background-color css
<style>
a { background-color: #BE7A9E; }
a { background-color: rgb(190,122,158); }
div.DivClassName
{
background-color: #BE7A9E;
}
.BgClassName
{
background-color: #BE7A9E;
}
</style>
border-color css
<style>
span { border-color: #BE7A9E; }
span { border-color: rgb(190,122,158); }
td.TdClassName
{
border-color: #BE7A9E;
}
.TagClassName
{
border-color: #BE7A9E;
}
</style>