Shades of Hopbush #BE7293
Tints of Hopbush #BE7293
RGB
CMYK
RGB Variations
Color information
#BE7293 (or 0xBE7293) is known color: Hopbush. HEX triplet: BE, 72 and 93. RGB value is (190,114,147). Sum of RGB (Red+Green+Blue) = 190+114+147=451 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.13% from 451); Green value is 114 (44.92% from 255 or 25.28% from 451); Blue value is 147 (57.81% from 255 or 32.59% from 451); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7293 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7293 is #418D6C. Grayscale: #8C8C8C. Windows color (decimal): -4296045 or 9663166. OLE color: 9663166.
HSL color Cylindrical-coordinate representation of color #BE7293: hue angle of 333.95º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BE7293 is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 114 | 147 | - |
| CMYK | 0 | 0.40 | 0.23 | 0.25 |
| HSL | 333.95º | 0.37% | 0.6% | - |
| HSV(B) | 333.95º | 0.4% | 0.75% | - |
| XYZ | 32.52 | 25.09 | 30.73 | - |
| YUV | 140.49 | 131.68 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 114 | 147 | 0 | 0.40 | 0.23 | 0.25 | 333.95 | 0.37 | 0.6 |
| Hex | BE | 72 | 93 | 0 | 28 | 17 | 19 | 14E | 25 | 3C |
| Octal | 276 | 162 | 223 | 0 | 50 | 27 | 31 | 516 | 45 | 74 |
| Binary | 10111110 | 1110010 | 10010011 | 0 | 101000 | 10111 | 11001 | 101001110 | 100101 | 111100 |
Color Harmonies of #BE7293
Complementary color
Monochromatic Colors of #BE7293
Black with #BE7293
Text Example
Text Example
White with #BE7293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7293; }
p { color: rgb(190,114,147); }
H1.HeaderClassName
{
color: #BE7293;
}
.AnyTagClassName
{
color: #BE7293;
}
</style>
background-color css
<style>
a { background-color: #BE7293; }
a { background-color: rgb(190,114,147); }
div.DivClassName
{
background-color: #BE7293;
}
.BgClassName
{
background-color: #BE7293;
}
</style>
border-color css
<style>
span { border-color: #BE7293; }
span { border-color: rgb(190,114,147); }
td.TdClassName
{
border-color: #BE7293;
}
.TagClassName
{
border-color: #BE7293;
}
</style>