Shades of Hopbush #BE779A
Tints of Hopbush #BE779A
RGB
CMYK
RGB Variations
Color information
#BE779A (or 0xBE779A) is known color: Hopbush. HEX triplet: BE, 77 and 9A. RGB value is (190,119,154). Sum of RGB (Red+Green+Blue) = 190+119+154=463 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.04% from 463); Green value is 119 (46.88% from 255 or 25.70% from 463); Blue value is 154 (60.55% from 255 or 33.26% from 463); Max value from RGB is 190 - color contains mainly: red. Hex color #BE779A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE779A is #418865. Grayscale: #909090. Windows color (decimal): -4294758 or 10123198. OLE color: 10123198.
HSL color Cylindrical-coordinate representation of color #BE779A: hue angle of 330.42º 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 #BE779A is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 119 | 154 | - |
| CMYK | 0 | 0.37 | 0.19 | 0.25 |
| HSL | 330.42º | 0.35% | 0.61% | - |
| HSV(B) | 330.42º | 0.37% | 0.75% | - |
| XYZ | 33.66 | 26.47 | 33.91 | - |
| YUV | 144.22 | 133.52 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 119 | 154 | 0 | 0.37 | 0.19 | 0.25 | 330.42 | 0.35 | 0.61 |
| Hex | BE | 77 | 9A | 0 | 25 | 13 | 19 | 14A | 23 | 3D |
| Octal | 276 | 167 | 232 | 0 | 45 | 23 | 31 | 512 | 43 | 75 |
| Binary | 10111110 | 1110111 | 10011010 | 0 | 100101 | 10011 | 11001 | 101001010 | 100011 | 111101 |
Color Harmonies of #BE779A
Complementary color
Monochromatic Colors of #BE779A
Black with #BE779A
Text Example
Text Example
White with #BE779A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE779A; }
p { color: rgb(190,119,154); }
H1.HeaderClassName
{
color: #BE779A;
}
.AnyTagClassName
{
color: #BE779A;
}
</style>
background-color css
<style>
a { background-color: #BE779A; }
a { background-color: rgb(190,119,154); }
div.DivClassName
{
background-color: #BE779A;
}
.BgClassName
{
background-color: #BE779A;
}
</style>
border-color css
<style>
span { border-color: #BE779A; }
span { border-color: rgb(190,119,154); }
td.TdClassName
{
border-color: #BE779A;
}
.TagClassName
{
border-color: #BE779A;
}
</style>