Shades of Hopbush #BE688E
Tints of Hopbush #BE688E
RGB
CMYK
RGB Variations
Color information
#BE688E (or 0xBE688E) is known color: Hopbush. HEX triplet: BE, 68 and 8E. RGB value is (190,104,142). Sum of RGB (Red+Green+Blue) = 190+104+142=436 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.58% from 436); Green value is 104 (41.02% from 255 or 23.85% from 436); Blue value is 142 (55.86% from 255 or 32.57% from 436); Max value from RGB is 190 - color contains mainly: red. Hex color #BE688E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE688E is #419771. Grayscale: #858585. Windows color (decimal): -4298610 or 9332926. OLE color: 9332926.
HSL color Cylindrical-coordinate representation of color #BE688E: hue angle of 333.49º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BE688E is Cyan = 0, Magento = 0.45, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 104 | 142 | - |
| CMYK | 0 | 0.45 | 0.25 | 0.25 |
| HSL | 333.49º | 0.4% | 0.58% | - |
| HSV(B) | 333.49º | 0.45% | 0.75% | - |
| XYZ | 31.07 | 22.8 | 28.35 | - |
| YUV | 134.05 | 132.49 | 167.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 104 | 142 | 0 | 0.45 | 0.25 | 0.25 | 333.49 | 0.4 | 0.58 |
| Hex | BE | 68 | 8E | 0 | 2D | 19 | 19 | 14D | 28 | 3A |
| Octal | 276 | 150 | 216 | 0 | 55 | 31 | 31 | 515 | 50 | 72 |
| Binary | 10111110 | 1101000 | 10001110 | 0 | 101101 | 11001 | 11001 | 101001101 | 101000 | 111010 |
Color Harmonies of #BE688E
Complementary color
Monochromatic Colors of #BE688E
Black with #BE688E
Text Example
Text Example
White with #BE688E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE688E; }
p { color: rgb(190,104,142); }
H1.HeaderClassName
{
color: #BE688E;
}
.AnyTagClassName
{
color: #BE688E;
}
</style>
background-color css
<style>
a { background-color: #BE688E; }
a { background-color: rgb(190,104,142); }
div.DivClassName
{
background-color: #BE688E;
}
.BgClassName
{
background-color: #BE688E;
}
</style>
border-color css
<style>
span { border-color: #BE688E; }
span { border-color: rgb(190,104,142); }
td.TdClassName
{
border-color: #BE688E;
}
.TagClassName
{
border-color: #BE688E;
}
</style>