Shades of Hopbush #BE669F
Tints of Hopbush #BE669F
RGB
CMYK
RGB Variations
Color information
#BE669F (or 0xBE669F) is known color: Hopbush. HEX triplet: BE, 66 and 9F. RGB value is (190,102,159). Sum of RGB (Red+Green+Blue) = 190+102+159=451 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.13% from 451); Green value is 102 (40.23% from 255 or 22.62% from 451); Blue value is 159 (62.5% from 255 or 35.25% from 451); Max value from RGB is 190 - color contains mainly: red. Hex color #BE669F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE669F is #419960. Grayscale: #868686. Windows color (decimal): -4299105 or 10446526. OLE color: 10446526.
HSL color Cylindrical-coordinate representation of color #BE669F: hue angle of 321.14º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BE669F is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 102 | 159 | - |
| CMYK | 0 | 0.46 | 0.16 | 0.25 |
| HSL | 321.14º | 0.4% | 0.57% | - |
| HSV(B) | 321.14º | 0.46% | 0.75% | - |
| XYZ | 32.24 | 22.95 | 35.53 | - |
| YUV | 134.81 | 141.65 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 102 | 159 | 0 | 0.46 | 0.16 | 0.25 | 321.14 | 0.4 | 0.57 |
| Hex | BE | 66 | 9F | 0 | 2E | 10 | 19 | 141 | 28 | 39 |
| Octal | 276 | 146 | 237 | 0 | 56 | 20 | 31 | 501 | 50 | 71 |
| Binary | 10111110 | 1100110 | 10011111 | 0 | 101110 | 10000 | 11001 | 101000001 | 101000 | 111001 |
Color Harmonies of #BE669F
Complementary color
Monochromatic Colors of #BE669F
Black with #BE669F
Text Example
Text Example
White with #BE669F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE669F; }
p { color: rgb(190,102,159); }
H1.HeaderClassName
{
color: #BE669F;
}
.AnyTagClassName
{
color: #BE669F;
}
</style>
background-color css
<style>
a { background-color: #BE669F; }
a { background-color: rgb(190,102,159); }
div.DivClassName
{
background-color: #BE669F;
}
.BgClassName
{
background-color: #BE669F;
}
</style>
border-color css
<style>
span { border-color: #BE669F; }
span { border-color: rgb(190,102,159); }
td.TdClassName
{
border-color: #BE669F;
}
.TagClassName
{
border-color: #BE669F;
}
</style>