Shades of Hopbush #BE6289
Tints of Hopbush #BE6289
RGB
CMYK
RGB Variations
Color information
#BE6289 (or 0xBE6289) is known color: Hopbush. HEX triplet: BE, 62 and 89. RGB value is (190,98,137). Sum of RGB (Red+Green+Blue) = 190+98+137=425 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.71% from 425); Green value is 98 (38.67% from 255 or 23.06% from 425); Blue value is 137 (53.91% from 255 or 32.24% from 425); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6289 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6289 is #419D76. Grayscale: #818181. Windows color (decimal): -4300151 or 9003710. OLE color: 9003710.
HSL color Cylindrical-coordinate representation of color #BE6289: hue angle of 334.57º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BE6289 is Cyan = 0, Magento = 0.48, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 98 | 137 | - |
| CMYK | 0 | 0.48 | 0.28 | 0.25 |
| HSL | 334.57º | 0.41% | 0.56% | - |
| HSV(B) | 334.57º | 0.48% | 0.75% | - |
| XYZ | 30.12 | 21.49 | 26.23 | - |
| YUV | 129.95 | 131.98 | 170.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 98 | 137 | 0 | 0.48 | 0.28 | 0.25 | 334.57 | 0.41 | 0.56 |
| Hex | BE | 62 | 89 | 0 | 30 | 1C | 19 | 14F | 29 | 38 |
| Octal | 276 | 142 | 211 | 0 | 60 | 34 | 31 | 517 | 51 | 70 |
| Binary | 10111110 | 1100010 | 10001001 | 0 | 110000 | 11100 | 11001 | 101001111 | 101001 | 111000 |
Color Harmonies of #BE6289
Complementary color
Monochromatic Colors of #BE6289
Black with #BE6289
Text Example
Text Example
White with #BE6289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6289; }
p { color: rgb(190,98,137); }
H1.HeaderClassName
{
color: #BE6289;
}
.AnyTagClassName
{
color: #BE6289;
}
</style>
background-color css
<style>
a { background-color: #BE6289; }
a { background-color: rgb(190,98,137); }
div.DivClassName
{
background-color: #BE6289;
}
.BgClassName
{
background-color: #BE6289;
}
</style>
border-color css
<style>
span { border-color: #BE6289; }
span { border-color: rgb(190,98,137); }
td.TdClassName
{
border-color: #BE6289;
}
.TagClassName
{
border-color: #BE6289;
}
</style>