Shades of Hopbush #BE668D
Tints of Hopbush #BE668D
RGB
CMYK
RGB Variations
Color information
#BE668D (or 0xBE668D) is known color: Hopbush. HEX triplet: BE, 66 and 8D. RGB value is (190,102,141). Sum of RGB (Red+Green+Blue) = 190+102+141=433 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.88% from 433); Green value is 102 (40.23% from 255 or 23.56% from 433); Blue value is 141 (55.47% from 255 or 32.56% from 433); Max value from RGB is 190 - color contains mainly: red. Hex color #BE668D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE668D is #419972. Grayscale: #848484. Windows color (decimal): -4299123 or 9266878. OLE color: 9266878.
HSL color Cylindrical-coordinate representation of color #BE668D: hue angle of 333.41º 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 #BE668D is Cyan = 0, Magento = 0.46, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 102 | 141 | - |
| CMYK | 0 | 0.46 | 0.26 | 0.25 |
| HSL | 333.41º | 0.4% | 0.57% | - |
| HSV(B) | 333.41º | 0.46% | 0.75% | - |
| XYZ | 30.79 | 22.37 | 27.89 | - |
| YUV | 132.76 | 132.65 | 168.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 102 | 141 | 0 | 0.46 | 0.26 | 0.25 | 333.41 | 0.4 | 0.57 |
| Hex | BE | 66 | 8D | 0 | 2E | 1A | 19 | 14D | 28 | 39 |
| Octal | 276 | 146 | 215 | 0 | 56 | 32 | 31 | 515 | 50 | 71 |
| Binary | 10111110 | 1100110 | 10001101 | 0 | 101110 | 11010 | 11001 | 101001101 | 101000 | 111001 |
Color Harmonies of #BE668D
Complementary color
Monochromatic Colors of #BE668D
Black with #BE668D
Text Example
Text Example
White with #BE668D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE668D; }
p { color: rgb(190,102,141); }
H1.HeaderClassName
{
color: #BE668D;
}
.AnyTagClassName
{
color: #BE668D;
}
</style>
background-color css
<style>
a { background-color: #BE668D; }
a { background-color: rgb(190,102,141); }
div.DivClassName
{
background-color: #BE668D;
}
.BgClassName
{
background-color: #BE668D;
}
</style>
border-color css
<style>
span { border-color: #BE668D; }
span { border-color: rgb(190,102,141); }
td.TdClassName
{
border-color: #BE668D;
}
.TagClassName
{
border-color: #BE668D;
}
</style>