Shades of Hopbush #BE7090
Tints of Hopbush #BE7090
RGB
CMYK
RGB Variations
Color information
#BE7090 (or 0xBE7090) is known color: Hopbush. HEX triplet: BE, 70 and 90. RGB value is (190,112,144). Sum of RGB (Red+Green+Blue) = 190+112+144=446 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.60% from 446); Green value is 112 (44.14% from 255 or 25.11% from 446); Blue value is 144 (56.64% from 255 or 32.29% from 446); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7090 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7090 is #418F6F. Grayscale: #8A8A8A. Windows color (decimal): -4296560 or 9466046. OLE color: 9466046.
HSL color Cylindrical-coordinate representation of color #BE7090: hue angle of 335.38º degrees, saturation: 0.38, 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 #BE7090 is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 112 | 144 | - |
| CMYK | 0 | 0.41 | 0.24 | 0.25 |
| HSL | 335.38º | 0.38% | 0.59% | - |
| HSV(B) | 335.38º | 0.41% | 0.75% | - |
| XYZ | 32.06 | 24.55 | 29.43 | - |
| YUV | 138.97 | 130.84 | 164.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 112 | 144 | 0 | 0.41 | 0.24 | 0.25 | 335.38 | 0.38 | 0.59 |
| Hex | BE | 70 | 90 | 0 | 29 | 18 | 19 | 14F | 26 | 3B |
| Octal | 276 | 160 | 220 | 0 | 51 | 30 | 31 | 517 | 46 | 73 |
| Binary | 10111110 | 1110000 | 10010000 | 0 | 101001 | 11000 | 11001 | 101001111 | 100110 | 111011 |
Color Harmonies of #BE7090
Complementary color
Monochromatic Colors of #BE7090
Black with #BE7090
Text Example
Text Example
White with #BE7090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7090; }
p { color: rgb(190,112,144); }
H1.HeaderClassName
{
color: #BE7090;
}
.AnyTagClassName
{
color: #BE7090;
}
</style>
background-color css
<style>
a { background-color: #BE7090; }
a { background-color: rgb(190,112,144); }
div.DivClassName
{
background-color: #BE7090;
}
.BgClassName
{
background-color: #BE7090;
}
</style>
border-color css
<style>
span { border-color: #BE7090; }
span { border-color: rgb(190,112,144); }
td.TdClassName
{
border-color: #BE7090;
}
.TagClassName
{
border-color: #BE7090;
}
</style>