Shades of Hopbush #BE779D
Tints of Hopbush #BE779D
RGB
CMYK
RGB Variations
Color information
#BE779D (or 0xBE779D) is known color: Hopbush. HEX triplet: BE, 77 and 9D. RGB value is (190,119,157). Sum of RGB (Red+Green+Blue) = 190+119+157=466 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.77% from 466); Green value is 119 (46.88% from 255 or 25.54% from 466); Blue value is 157 (61.72% from 255 or 33.69% from 466); Max value from RGB is 190 - color contains mainly: red. Hex color #BE779D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE779D is #418862. Grayscale: #909090. Windows color (decimal): -4294755 or 10319806. OLE color: 10319806.
HSL color Cylindrical-coordinate representation of color #BE779D: hue angle of 327.89º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BE779D is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 119 | 157 | - |
| CMYK | 0 | 0.37 | 0.17 | 0.25 |
| HSL | 327.89º | 0.35% | 0.61% | - |
| HSV(B) | 327.89º | 0.37% | 0.75% | - |
| XYZ | 33.92 | 26.58 | 35.24 | - |
| YUV | 144.56 | 135.02 | 160.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 119 | 157 | 0 | 0.37 | 0.17 | 0.25 | 327.89 | 0.35 | 0.61 |
| Hex | BE | 77 | 9D | 0 | 25 | 11 | 19 | 148 | 23 | 3D |
| Octal | 276 | 167 | 235 | 0 | 45 | 21 | 31 | 510 | 43 | 75 |
| Binary | 10111110 | 1110111 | 10011101 | 0 | 100101 | 10001 | 11001 | 101001000 | 100011 | 111101 |
Color Harmonies of #BE779D
Complementary color
Monochromatic Colors of #BE779D
Black with #BE779D
Text Example
Text Example
White with #BE779D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE779D; }
p { color: rgb(190,119,157); }
H1.HeaderClassName
{
color: #BE779D;
}
.AnyTagClassName
{
color: #BE779D;
}
</style>
background-color css
<style>
a { background-color: #BE779D; }
a { background-color: rgb(190,119,157); }
div.DivClassName
{
background-color: #BE779D;
}
.BgClassName
{
background-color: #BE779D;
}
</style>
border-color css
<style>
span { border-color: #BE779D; }
span { border-color: rgb(190,119,157); }
td.TdClassName
{
border-color: #BE779D;
}
.TagClassName
{
border-color: #BE779D;
}
</style>