Shades of Hopbush #BE799D
Tints of Hopbush #BE799D
RGB
CMYK
RGB Variations
Color information
#BE799D (or 0xBE799D) is known color: Hopbush. HEX triplet: BE, 79 and 9D. RGB value is (190,121,157). Sum of RGB (Red+Green+Blue) = 190+121+157=468 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.60% from 468); Green value is 121 (47.66% from 255 or 25.85% from 468); Blue value is 157 (61.72% from 255 or 33.55% from 468); Max value from RGB is 190 - color contains mainly: red. Hex color #BE799D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE799D is #418662. Grayscale: #919191. Windows color (decimal): -4294243 or 10320318. OLE color: 10320318.
HSL color Cylindrical-coordinate representation of color #BE799D: hue angle of 328.7º degrees, saturation: 0.35, 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 #BE799D is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 121 | 157 | - |
| CMYK | 0 | 0.36 | 0.17 | 0.25 |
| HSL | 328.7º | 0.35% | 0.61% | - |
| HSV(B) | 328.7º | 0.36% | 0.75% | - |
| XYZ | 34.16 | 27.06 | 35.32 | - |
| YUV | 145.74 | 134.36 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 121 | 157 | 0 | 0.36 | 0.17 | 0.25 | 328.7 | 0.35 | 0.61 |
| Hex | BE | 79 | 9D | 0 | 24 | 11 | 19 | 149 | 23 | 3D |
| Octal | 276 | 171 | 235 | 0 | 44 | 21 | 31 | 511 | 43 | 75 |
| Binary | 10111110 | 1111001 | 10011101 | 0 | 100100 | 10001 | 11001 | 101001001 | 100011 | 111101 |
Color Harmonies of #BE799D
Complementary color
Monochromatic Colors of #BE799D
Black with #BE799D
Text Example
Text Example
White with #BE799D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE799D; }
p { color: rgb(190,121,157); }
H1.HeaderClassName
{
color: #BE799D;
}
.AnyTagClassName
{
color: #BE799D;
}
</style>
background-color css
<style>
a { background-color: #BE799D; }
a { background-color: rgb(190,121,157); }
div.DivClassName
{
background-color: #BE799D;
}
.BgClassName
{
background-color: #BE799D;
}
</style>
border-color css
<style>
span { border-color: #BE799D; }
span { border-color: rgb(190,121,157); }
td.TdClassName
{
border-color: #BE799D;
}
.TagClassName
{
border-color: #BE799D;
}
</style>