Shades of Hopbush #BE6796
Tints of Hopbush #BE6796
RGB
CMYK
RGB Variations
Color information
#BE6796 (or 0xBE6796) is known color: Hopbush. HEX triplet: BE, 67 and 96. RGB value is (190,103,150). Sum of RGB (Red+Green+Blue) = 190+103+150=443 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.89% from 443); Green value is 103 (40.62% from 255 or 23.25% from 443); Blue value is 150 (58.98% from 255 or 33.86% from 443); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6796 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6796 is #419869. Grayscale: #868686. Windows color (decimal): -4298858 or 9856958. OLE color: 9856958.
HSL color Cylindrical-coordinate representation of color #BE6796: hue angle of 327.59º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BE6796 is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 103 | 150 | - |
| CMYK | 0 | 0.46 | 0.21 | 0.25 |
| HSL | 327.59º | 0.4% | 0.57% | - |
| HSV(B) | 327.59º | 0.46% | 0.75% | - |
| XYZ | 31.59 | 22.85 | 31.6 | - |
| YUV | 134.37 | 136.82 | 167.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 103 | 150 | 0 | 0.46 | 0.21 | 0.25 | 327.59 | 0.4 | 0.57 |
| Hex | BE | 67 | 96 | 0 | 2E | 15 | 19 | 148 | 28 | 39 |
| Octal | 276 | 147 | 226 | 0 | 56 | 25 | 31 | 510 | 50 | 71 |
| Binary | 10111110 | 1100111 | 10010110 | 0 | 101110 | 10101 | 11001 | 101001000 | 101000 | 111001 |
Color Harmonies of #BE6796
Complementary color
Monochromatic Colors of #BE6796
Black with #BE6796
Text Example
Text Example
White with #BE6796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6796; }
p { color: rgb(190,103,150); }
H1.HeaderClassName
{
color: #BE6796;
}
.AnyTagClassName
{
color: #BE6796;
}
</style>
background-color css
<style>
a { background-color: #BE6796; }
a { background-color: rgb(190,103,150); }
div.DivClassName
{
background-color: #BE6796;
}
.BgClassName
{
background-color: #BE6796;
}
</style>
border-color css
<style>
span { border-color: #BE6796; }
span { border-color: rgb(190,103,150); }
td.TdClassName
{
border-color: #BE6796;
}
.TagClassName
{
border-color: #BE6796;
}
</style>