Shades of Hopbush #BE6F96
Tints of Hopbush #BE6F96
RGB
CMYK
RGB Variations
Color information
#BE6F96 (or 0xBE6F96) is known color: Hopbush. HEX triplet: BE, 6F and 96. RGB value is (190,111,150). Sum of RGB (Red+Green+Blue) = 190+111+150=451 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.13% from 451); Green value is 111 (43.75% from 255 or 24.61% from 451); Blue value is 150 (58.98% from 255 or 33.26% from 451); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6F96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6F96 is #419069. Grayscale: #8A8A8A. Windows color (decimal): -4296810 or 9859006. OLE color: 9859006.
HSL color Cylindrical-coordinate representation of color #BE6F96: hue angle of 330.38º 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 #BE6F96 is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 111 | 150 | - |
| CMYK | 0 | 0.42 | 0.21 | 0.25 |
| HSL | 330.38º | 0.38% | 0.59% | - |
| HSV(B) | 330.38º | 0.42% | 0.75% | - |
| XYZ | 32.42 | 24.52 | 31.88 | - |
| YUV | 139.07 | 134.17 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 111 | 150 | 0 | 0.42 | 0.21 | 0.25 | 330.38 | 0.38 | 0.59 |
| Hex | BE | 6F | 96 | 0 | 2A | 15 | 19 | 14A | 26 | 3B |
| Octal | 276 | 157 | 226 | 0 | 52 | 25 | 31 | 512 | 46 | 73 |
| Binary | 10111110 | 1101111 | 10010110 | 0 | 101010 | 10101 | 11001 | 101001010 | 100110 | 111011 |
Color Harmonies of #BE6F96
Complementary color
Monochromatic Colors of #BE6F96
Black with #BE6F96
Text Example
Text Example
White with #BE6F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6F96; }
p { color: rgb(190,111,150); }
H1.HeaderClassName
{
color: #BE6F96;
}
.AnyTagClassName
{
color: #BE6F96;
}
</style>
background-color css
<style>
a { background-color: #BE6F96; }
a { background-color: rgb(190,111,150); }
div.DivClassName
{
background-color: #BE6F96;
}
.BgClassName
{
background-color: #BE6F96;
}
</style>
border-color css
<style>
span { border-color: #BE6F96; }
span { border-color: rgb(190,111,150); }
td.TdClassName
{
border-color: #BE6F96;
}
.TagClassName
{
border-color: #BE6F96;
}
</style>