Shades of Hopbush #BE7593
Tints of Hopbush #BE7593
RGB
CMYK
RGB Variations
Color information
#BE7593 (or 0xBE7593) is known color: Hopbush. HEX triplet: BE, 75 and 93. RGB value is (190,117,147). Sum of RGB (Red+Green+Blue) = 190+117+147=454 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.85% from 454); Green value is 117 (46.09% from 255 or 25.77% from 454); Blue value is 147 (57.81% from 255 or 32.38% from 454); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7593 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7593 is #418A6C. Grayscale: #8E8E8E. Windows color (decimal): -4295277 or 9663934. OLE color: 9663934.
HSL color Cylindrical-coordinate representation of color #BE7593: hue angle of 335.34º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BE7593 is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 117 | 147 | - |
| CMYK | 0 | 0.38 | 0.23 | 0.25 |
| HSL | 335.34º | 0.36% | 0.6% | - |
| HSV(B) | 335.34º | 0.38% | 0.75% | - |
| XYZ | 32.86 | 25.78 | 30.85 | - |
| YUV | 142.25 | 130.68 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 117 | 147 | 0 | 0.38 | 0.23 | 0.25 | 335.34 | 0.36 | 0.6 |
| Hex | BE | 75 | 93 | 0 | 26 | 17 | 19 | 14F | 24 | 3C |
| Octal | 276 | 165 | 223 | 0 | 46 | 27 | 31 | 517 | 44 | 74 |
| Binary | 10111110 | 1110101 | 10010011 | 0 | 100110 | 10111 | 11001 | 101001111 | 100100 | 111100 |
Color Harmonies of #BE7593
Complementary color
Monochromatic Colors of #BE7593
Black with #BE7593
Text Example
Text Example
White with #BE7593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7593; }
p { color: rgb(190,117,147); }
H1.HeaderClassName
{
color: #BE7593;
}
.AnyTagClassName
{
color: #BE7593;
}
</style>
background-color css
<style>
a { background-color: #BE7593; }
a { background-color: rgb(190,117,147); }
div.DivClassName
{
background-color: #BE7593;
}
.BgClassName
{
background-color: #BE7593;
}
</style>
border-color css
<style>
span { border-color: #BE7593; }
span { border-color: rgb(190,117,147); }
td.TdClassName
{
border-color: #BE7593;
}
.TagClassName
{
border-color: #BE7593;
}
</style>