Shades of Hopbush #BE6E90
Tints of Hopbush #BE6E90
RGB
CMYK
RGB Variations
Color information
#BE6E90 (or 0xBE6E90) is known color: Hopbush. HEX triplet: BE, 6E and 90. RGB value is (190,110,144). Sum of RGB (Red+Green+Blue) = 190+110+144=444 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.79% from 444); Green value is 110 (43.36% from 255 or 24.77% from 444); Blue value is 144 (56.64% from 255 or 32.43% from 444); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6E90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6E90 is #41916F. Grayscale: #898989. Windows color (decimal): -4297072 or 9465534. OLE color: 9465534.
HSL color Cylindrical-coordinate representation of color #BE6E90: hue angle of 334.5º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BE6E90 is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 110 | 144 | - |
| CMYK | 0 | 0.42 | 0.24 | 0.25 |
| HSL | 334.5º | 0.38% | 0.59% | - |
| HSV(B) | 334.5º | 0.42% | 0.75% | - |
| XYZ | 31.85 | 24.11 | 29.36 | - |
| YUV | 137.8 | 131.5 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 110 | 144 | 0 | 0.42 | 0.24 | 0.25 | 334.5 | 0.38 | 0.59 |
| Hex | BE | 6E | 90 | 0 | 2A | 18 | 19 | 14E | 26 | 3B |
| Octal | 276 | 156 | 220 | 0 | 52 | 30 | 31 | 516 | 46 | 73 |
| Binary | 10111110 | 1101110 | 10010000 | 0 | 101010 | 11000 | 11001 | 101001110 | 100110 | 111011 |
Color Harmonies of #BE6E90
Complementary color
Monochromatic Colors of #BE6E90
Black with #BE6E90
Text Example
Text Example
White with #BE6E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6E90; }
p { color: rgb(190,110,144); }
H1.HeaderClassName
{
color: #BE6E90;
}
.AnyTagClassName
{
color: #BE6E90;
}
</style>
background-color css
<style>
a { background-color: #BE6E90; }
a { background-color: rgb(190,110,144); }
div.DivClassName
{
background-color: #BE6E90;
}
.BgClassName
{
background-color: #BE6E90;
}
</style>
border-color css
<style>
span { border-color: #BE6E90; }
span { border-color: rgb(190,110,144); }
td.TdClassName
{
border-color: #BE6E90;
}
.TagClassName
{
border-color: #BE6E90;
}
</style>