Shades of Hopbush #BE6E96
Tints of Hopbush #BE6E96
RGB
CMYK
RGB Variations
Color information
#BE6E96 (or 0xBE6E96) is known color: Hopbush. HEX triplet: BE, 6E and 96. RGB value is (190,110,150). Sum of RGB (Red+Green+Blue) = 190+110+150=450 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.22% from 450); Green value is 110 (43.36% from 255 or 24.44% from 450); Blue value is 150 (58.98% from 255 or 33.33% from 450); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6E96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6E96 is #419169. Grayscale: #8A8A8A. Windows color (decimal): -4297066 or 9858750. OLE color: 9858750.
HSL color Cylindrical-coordinate representation of color #BE6E96: hue angle of 330º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BE6E96 is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 110 | 150 | - |
| CMYK | 0 | 0.42 | 0.21 | 0.25 |
| HSL | 330º | 0.38% | 0.59% | - |
| HSV(B) | 330º | 0.42% | 0.75% | - |
| XYZ | 32.32 | 24.3 | 31.84 | - |
| YUV | 138.48 | 134.5 | 164.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 110 | 150 | 0 | 0.42 | 0.21 | 0.25 | 330 | 0.38 | 0.59 |
| Hex | BE | 6E | 96 | 0 | 2A | 15 | 19 | 14A | 26 | 3B |
| Octal | 276 | 156 | 226 | 0 | 52 | 25 | 31 | 512 | 46 | 73 |
| Binary | 10111110 | 1101110 | 10010110 | 0 | 101010 | 10101 | 11001 | 101001010 | 100110 | 111011 |
Color Harmonies of #BE6E96
Complementary color
Monochromatic Colors of #BE6E96
Black with #BE6E96
Text Example
Text Example
White with #BE6E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6E96; }
p { color: rgb(190,110,150); }
H1.HeaderClassName
{
color: #BE6E96;
}
.AnyTagClassName
{
color: #BE6E96;
}
</style>
background-color css
<style>
a { background-color: #BE6E96; }
a { background-color: rgb(190,110,150); }
div.DivClassName
{
background-color: #BE6E96;
}
.BgClassName
{
background-color: #BE6E96;
}
</style>
border-color css
<style>
span { border-color: #BE6E96; }
span { border-color: rgb(190,110,150); }
td.TdClassName
{
border-color: #BE6E96;
}
.TagClassName
{
border-color: #BE6E96;
}
</style>