Shades of Hopbush #BE6591
Tints of Hopbush #BE6591
RGB
CMYK
RGB Variations
Color information
#BE6591 (or 0xBE6591) is known color: Hopbush. HEX triplet: BE, 65 and 91. RGB value is (190,101,145). Sum of RGB (Red+Green+Blue) = 190+101+145=436 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.58% from 436); Green value is 101 (39.84% from 255 or 23.17% from 436); Blue value is 145 (57.03% from 255 or 33.26% from 436); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6591 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6591 is #419A6E. Grayscale: #848484. Windows color (decimal): -4299375 or 9528766. OLE color: 9528766.
HSL color Cylindrical-coordinate representation of color #BE6591: hue angle of 330.34º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BE6591 is Cyan = 0, Magento = 0.47, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 101 | 145 | - |
| CMYK | 0 | 0.47 | 0.24 | 0.25 |
| HSL | 330.34º | 0.41% | 0.57% | - |
| HSV(B) | 330.34º | 0.47% | 0.75% | - |
| XYZ | 31 | 22.3 | 29.46 | - |
| YUV | 132.63 | 134.99 | 168.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 101 | 145 | 0 | 0.47 | 0.24 | 0.25 | 330.34 | 0.41 | 0.57 |
| Hex | BE | 65 | 91 | 0 | 2F | 18 | 19 | 14A | 29 | 39 |
| Octal | 276 | 145 | 221 | 0 | 57 | 30 | 31 | 512 | 51 | 71 |
| Binary | 10111110 | 1100101 | 10010001 | 0 | 101111 | 11000 | 11001 | 101001010 | 101001 | 111001 |
Color Harmonies of #BE6591
Complementary color
Monochromatic Colors of #BE6591
Black with #BE6591
Text Example
Text Example
White with #BE6591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6591; }
p { color: rgb(190,101,145); }
H1.HeaderClassName
{
color: #BE6591;
}
.AnyTagClassName
{
color: #BE6591;
}
</style>
background-color css
<style>
a { background-color: #BE6591; }
a { background-color: rgb(190,101,145); }
div.DivClassName
{
background-color: #BE6591;
}
.BgClassName
{
background-color: #BE6591;
}
</style>
border-color css
<style>
span { border-color: #BE6591; }
span { border-color: rgb(190,101,145); }
td.TdClassName
{
border-color: #BE6591;
}
.TagClassName
{
border-color: #BE6591;
}
</style>