Shades of Hopbush #BE7190
Tints of Hopbush #BE7190
RGB
CMYK
RGB Variations
Color information
#BE7190 (or 0xBE7190) is known color: Hopbush. HEX triplet: BE, 71 and 90. RGB value is (190,113,144). Sum of RGB (Red+Green+Blue) = 190+113+144=447 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.51% from 447); Green value is 113 (44.53% from 255 or 25.28% from 447); Blue value is 144 (56.64% from 255 or 32.21% from 447); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7190 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7190 is #418E6F. Grayscale: #8B8B8B. Windows color (decimal): -4296304 or 9466302. OLE color: 9466302.
HSL color Cylindrical-coordinate representation of color #BE7190: hue angle of 335.84º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BE7190 is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 113 | 144 | - |
| CMYK | 0 | 0.41 | 0.24 | 0.25 |
| HSL | 335.84º | 0.37% | 0.59% | - |
| HSV(B) | 335.84º | 0.41% | 0.75% | - |
| XYZ | 32.17 | 24.77 | 29.47 | - |
| YUV | 139.56 | 130.51 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 113 | 144 | 0 | 0.41 | 0.24 | 0.25 | 335.84 | 0.37 | 0.59 |
| Hex | BE | 71 | 90 | 0 | 29 | 18 | 19 | 150 | 25 | 3B |
| Octal | 276 | 161 | 220 | 0 | 51 | 30 | 31 | 520 | 45 | 73 |
| Binary | 10111110 | 1110001 | 10010000 | 0 | 101001 | 11000 | 11001 | 101010000 | 100101 | 111011 |
Color Harmonies of #BE7190
Complementary color
Monochromatic Colors of #BE7190
Black with #BE7190
Text Example
Text Example
White with #BE7190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7190; }
p { color: rgb(190,113,144); }
H1.HeaderClassName
{
color: #BE7190;
}
.AnyTagClassName
{
color: #BE7190;
}
</style>
background-color css
<style>
a { background-color: #BE7190; }
a { background-color: rgb(190,113,144); }
div.DivClassName
{
background-color: #BE7190;
}
.BgClassName
{
background-color: #BE7190;
}
</style>
border-color css
<style>
span { border-color: #BE7190; }
span { border-color: rgb(190,113,144); }
td.TdClassName
{
border-color: #BE7190;
}
.TagClassName
{
border-color: #BE7190;
}
</style>