Shades of Hopbush #BE779F
Tints of Hopbush #BE779F
RGB
CMYK
RGB Variations
Color information
#BE779F (or 0xBE779F) is known color: Hopbush. HEX triplet: BE, 77 and 9F. RGB value is (190,119,159). Sum of RGB (Red+Green+Blue) = 190+119+159=468 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.60% from 468); Green value is 119 (46.88% from 255 or 25.43% from 468); Blue value is 159 (62.5% from 255 or 33.97% from 468); Max value from RGB is 190 - color contains mainly: red. Hex color #BE779F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE779F is #418860. Grayscale: #909090. Windows color (decimal): -4294753 or 10450878. OLE color: 10450878.
HSL color Cylindrical-coordinate representation of color #BE779F: hue angle of 326.2º 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 #BE779F is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 119 | 159 | - |
| CMYK | 0 | 0.37 | 0.16 | 0.25 |
| HSL | 326.2º | 0.35% | 0.61% | - |
| HSV(B) | 326.2º | 0.37% | 0.75% | - |
| XYZ | 34.09 | 26.64 | 36.15 | - |
| YUV | 144.79 | 136.02 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 119 | 159 | 0 | 0.37 | 0.16 | 0.25 | 326.2 | 0.35 | 0.61 |
| Hex | BE | 77 | 9F | 0 | 25 | 10 | 19 | 146 | 23 | 3D |
| Octal | 276 | 167 | 237 | 0 | 45 | 20 | 31 | 506 | 43 | 75 |
| Binary | 10111110 | 1110111 | 10011111 | 0 | 100101 | 10000 | 11001 | 101000110 | 100011 | 111101 |
Color Harmonies of #BE779F
Complementary color
Monochromatic Colors of #BE779F
Black with #BE779F
Text Example
Text Example
White with #BE779F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE779F; }
p { color: rgb(190,119,159); }
H1.HeaderClassName
{
color: #BE779F;
}
.AnyTagClassName
{
color: #BE779F;
}
</style>
background-color css
<style>
a { background-color: #BE779F; }
a { background-color: rgb(190,119,159); }
div.DivClassName
{
background-color: #BE779F;
}
.BgClassName
{
background-color: #BE779F;
}
</style>
border-color css
<style>
span { border-color: #BE779F; }
span { border-color: rgb(190,119,159); }
td.TdClassName
{
border-color: #BE779F;
}
.TagClassName
{
border-color: #BE779F;
}
</style>