Shades of Hopbush #BE7B9D
Tints of Hopbush #BE7B9D
RGB
CMYK
RGB Variations
Color information
#BE7B9D (or 0xBE7B9D) is known color: Hopbush. HEX triplet: BE, 7B and 9D. RGB value is (190,123,157). Sum of RGB (Red+Green+Blue) = 190+123+157=470 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.43% from 470); Green value is 123 (48.44% from 255 or 26.17% from 470); Blue value is 157 (61.72% from 255 or 33.40% from 470); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7B9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7B9D is #418462. Grayscale: #929292. Windows color (decimal): -4293731 or 10320830. OLE color: 10320830.
HSL color Cylindrical-coordinate representation of color #BE7B9D: hue angle of 329.55º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BE7B9D is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 123 | 157 | - |
| CMYK | 0 | 0.35 | 0.17 | 0.25 |
| HSL | 329.55º | 0.34% | 0.61% | - |
| HSV(B) | 329.55º | 0.35% | 0.75% | - |
| XYZ | 34.4 | 27.55 | 35.4 | - |
| YUV | 146.91 | 133.7 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 123 | 157 | 0 | 0.35 | 0.17 | 0.25 | 329.55 | 0.34 | 0.61 |
| Hex | BE | 7B | 9D | 0 | 23 | 11 | 19 | 14A | 22 | 3D |
| Octal | 276 | 173 | 235 | 0 | 43 | 21 | 31 | 512 | 42 | 75 |
| Binary | 10111110 | 1111011 | 10011101 | 0 | 100011 | 10001 | 11001 | 101001010 | 100010 | 111101 |
Color Harmonies of #BE7B9D
Complementary color
Monochromatic Colors of #BE7B9D
Black with #BE7B9D
Text Example
Text Example
White with #BE7B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7B9D; }
p { color: rgb(190,123,157); }
H1.HeaderClassName
{
color: #BE7B9D;
}
.AnyTagClassName
{
color: #BE7B9D;
}
</style>
background-color css
<style>
a { background-color: #BE7B9D; }
a { background-color: rgb(190,123,157); }
div.DivClassName
{
background-color: #BE7B9D;
}
.BgClassName
{
background-color: #BE7B9D;
}
</style>
border-color css
<style>
span { border-color: #BE7B9D; }
span { border-color: rgb(190,123,157); }
td.TdClassName
{
border-color: #BE7B9D;
}
.TagClassName
{
border-color: #BE7B9D;
}
</style>