Shades of Hopbush #BE669A
Tints of Hopbush #BE669A
RGB
CMYK
RGB Variations
Color information
#BE669A (or 0xBE669A) is known color: Hopbush. HEX triplet: BE, 66 and 9A. RGB value is (190,102,154). Sum of RGB (Red+Green+Blue) = 190+102+154=446 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.60% from 446); Green value is 102 (40.23% from 255 or 22.87% from 446); Blue value is 154 (60.55% from 255 or 34.53% from 446); Max value from RGB is 190 - color contains mainly: red. Hex color #BE669A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE669A is #419965. Grayscale: #868686. Windows color (decimal): -4299110 or 10118846. OLE color: 10118846.
HSL color Cylindrical-coordinate representation of color #BE669A: hue angle of 324.55º 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 #BE669A is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 102 | 154 | - |
| CMYK | 0 | 0.46 | 0.19 | 0.25 |
| HSL | 324.55º | 0.4% | 0.57% | - |
| HSV(B) | 324.55º | 0.46% | 0.75% | - |
| XYZ | 31.82 | 22.78 | 33.29 | - |
| YUV | 134.24 | 139.15 | 167.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 102 | 154 | 0 | 0.46 | 0.19 | 0.25 | 324.55 | 0.4 | 0.57 |
| Hex | BE | 66 | 9A | 0 | 2E | 13 | 19 | 145 | 28 | 39 |
| Octal | 276 | 146 | 232 | 0 | 56 | 23 | 31 | 505 | 50 | 71 |
| Binary | 10111110 | 1100110 | 10011010 | 0 | 101110 | 10011 | 11001 | 101000101 | 101000 | 111001 |
Color Harmonies of #BE669A
Complementary color
Monochromatic Colors of #BE669A
Black with #BE669A
Text Example
Text Example
White with #BE669A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE669A; }
p { color: rgb(190,102,154); }
H1.HeaderClassName
{
color: #BE669A;
}
.AnyTagClassName
{
color: #BE669A;
}
</style>
background-color css
<style>
a { background-color: #BE669A; }
a { background-color: rgb(190,102,154); }
div.DivClassName
{
background-color: #BE669A;
}
.BgClassName
{
background-color: #BE669A;
}
</style>
border-color css
<style>
span { border-color: #BE669A; }
span { border-color: rgb(190,102,154); }
td.TdClassName
{
border-color: #BE669A;
}
.TagClassName
{
border-color: #BE669A;
}
</style>