Shades of Hopbush #BE709B
Tints of Hopbush #BE709B
RGB
CMYK
RGB Variations
Color information
#BE709B (or 0xBE709B) is known color: Hopbush. HEX triplet: BE, 70 and 9B. RGB value is (190,112,155). Sum of RGB (Red+Green+Blue) = 190+112+155=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 112 (44.14% from 255 or 24.51% from 457); Blue value is 155 (60.94% from 255 or 33.92% from 457); Max value from RGB is 190 - color contains mainly: red. Hex color #BE709B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE709B is #418F64. Grayscale: #8C8C8C. Windows color (decimal): -4296549 or 10186942. OLE color: 10186942.
HSL color Cylindrical-coordinate representation of color #BE709B: hue angle of 326.92º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BE709B is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 112 | 155 | - |
| CMYK | 0 | 0.41 | 0.18 | 0.25 |
| HSL | 326.92º | 0.38% | 0.59% | - |
| HSV(B) | 326.92º | 0.41% | 0.75% | - |
| XYZ | 32.95 | 24.9 | 34.08 | - |
| YUV | 140.22 | 136.34 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 112 | 155 | 0 | 0.41 | 0.18 | 0.25 | 326.92 | 0.38 | 0.59 |
| Hex | BE | 70 | 9B | 0 | 29 | 12 | 19 | 147 | 26 | 3B |
| Octal | 276 | 160 | 233 | 0 | 51 | 22 | 31 | 507 | 46 | 73 |
| Binary | 10111110 | 1110000 | 10011011 | 0 | 101001 | 10010 | 11001 | 101000111 | 100110 | 111011 |
Color Harmonies of #BE709B
Complementary color
Monochromatic Colors of #BE709B
Black with #BE709B
Text Example
Text Example
White with #BE709B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE709B; }
p { color: rgb(190,112,155); }
H1.HeaderClassName
{
color: #BE709B;
}
.AnyTagClassName
{
color: #BE709B;
}
</style>
background-color css
<style>
a { background-color: #BE709B; }
a { background-color: rgb(190,112,155); }
div.DivClassName
{
background-color: #BE709B;
}
.BgClassName
{
background-color: #BE709B;
}
</style>
border-color css
<style>
span { border-color: #BE709B; }
span { border-color: rgb(190,112,155); }
td.TdClassName
{
border-color: #BE709B;
}
.TagClassName
{
border-color: #BE709B;
}
</style>