Shades of Hopbush #BE69A0
Tints of Hopbush #BE69A0
RGB
CMYK
RGB Variations
Color information
#BE69A0 (or 0xBE69A0) is known color: Hopbush. HEX triplet: BE, 69 and A0. RGB value is (190,105,160). Sum of RGB (Red+Green+Blue) = 190+105+160=455 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.76% from 455); Green value is 105 (41.41% from 255 or 23.08% from 455); Blue value is 160 (62.89% from 255 or 35.16% from 455); Max value from RGB is 190 - color contains mainly: red. Hex color #BE69A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE69A0 is #41965F. Grayscale: #888888. Windows color (decimal): -4298336 or 10512830. OLE color: 10512830.
HSL color Cylindrical-coordinate representation of color #BE69A0: hue angle of 321.18º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BE69A0 is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 105 | 160 | - |
| CMYK | 0 | 0.45 | 0.16 | 0.25 |
| HSL | 321.18º | 0.4% | 0.58% | - |
| HSV(B) | 321.18º | 0.45% | 0.75% | - |
| XYZ | 32.63 | 23.59 | 36.09 | - |
| YUV | 136.69 | 141.16 | 166.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 105 | 160 | 0 | 0.45 | 0.16 | 0.25 | 321.18 | 0.4 | 0.58 |
| Hex | BE | 69 | A0 | 0 | 2D | 10 | 19 | 141 | 28 | 3A |
| Octal | 276 | 151 | 240 | 0 | 55 | 20 | 31 | 501 | 50 | 72 |
| Binary | 10111110 | 1101001 | 10100000 | 0 | 101101 | 10000 | 11001 | 101000001 | 101000 | 111010 |
Color Harmonies of #BE69A0
Complementary color
Monochromatic Colors of #BE69A0
Black with #BE69A0
Text Example
Text Example
White with #BE69A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE69A0; }
p { color: rgb(190,105,160); }
H1.HeaderClassName
{
color: #BE69A0;
}
.AnyTagClassName
{
color: #BE69A0;
}
</style>
background-color css
<style>
a { background-color: #BE69A0; }
a { background-color: rgb(190,105,160); }
div.DivClassName
{
background-color: #BE69A0;
}
.BgClassName
{
background-color: #BE69A0;
}
</style>
border-color css
<style>
span { border-color: #BE69A0; }
span { border-color: rgb(190,105,160); }
td.TdClassName
{
border-color: #BE69A0;
}
.TagClassName
{
border-color: #BE69A0;
}
</style>