Shades of Hopbush #BE66A5
Tints of Hopbush #BE66A5
RGB
CMYK
RGB Variations
Color information
#BE66A5 (or 0xBE66A5) is known color: Hopbush. HEX triplet: BE, 66 and A5. RGB value is (190,102,165). Sum of RGB (Red+Green+Blue) = 190+102+165=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 102 (40.23% from 255 or 22.32% from 457); Blue value is 165 (64.84% from 255 or 36.11% from 457); Max value from RGB is 190 - color contains mainly: red. Hex color #BE66A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE66A5 is #41995A. Grayscale: #878787. Windows color (decimal): -4299099 or 10839742. OLE color: 10839742.
HSL color Cylindrical-coordinate representation of color #BE66A5: hue angle of 317.05º 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 #BE66A5 is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 102 | 165 | - |
| CMYK | 0 | 0.46 | 0.13 | 0.25 |
| HSL | 317.05º | 0.4% | 0.57% | - |
| HSV(B) | 317.05º | 0.46% | 0.75% | - |
| XYZ | 32.78 | 23.17 | 38.34 | - |
| YUV | 135.49 | 144.65 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 102 | 165 | 0 | 0.46 | 0.13 | 0.25 | 317.05 | 0.4 | 0.57 |
| Hex | BE | 66 | A5 | 0 | 2E | D | 19 | 13D | 28 | 39 |
| Octal | 276 | 146 | 245 | 0 | 56 | 15 | 31 | 475 | 50 | 71 |
| Binary | 10111110 | 1100110 | 10100101 | 0 | 101110 | 1101 | 11001 | 100111101 | 101000 | 111001 |
Color Harmonies of #BE66A5
Complementary color
Monochromatic Colors of #BE66A5
Black with #BE66A5
Text Example
Text Example
White with #BE66A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE66A5; }
p { color: rgb(190,102,165); }
H1.HeaderClassName
{
color: #BE66A5;
}
.AnyTagClassName
{
color: #BE66A5;
}
</style>
background-color css
<style>
a { background-color: #BE66A5; }
a { background-color: rgb(190,102,165); }
div.DivClassName
{
background-color: #BE66A5;
}
.BgClassName
{
background-color: #BE66A5;
}
</style>
border-color css
<style>
span { border-color: #BE66A5; }
span { border-color: rgb(190,102,165); }
td.TdClassName
{
border-color: #BE66A5;
}
.TagClassName
{
border-color: #BE66A5;
}
</style>