Shades of Hopbush #BE7D9B
Tints of Hopbush #BE7D9B
RGB
CMYK
RGB Variations
Color information
#BE7D9B (or 0xBE7D9B) is known color: Hopbush. HEX triplet: BE, 7D and 9B. RGB value is (190,125,155). Sum of RGB (Red+Green+Blue) = 190+125+155=470 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.43% from 470); Green value is 125 (49.22% from 255 or 26.60% from 470); Blue value is 155 (60.94% from 255 or 32.98% from 470); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7D9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7D9B is #418264. Grayscale: #939393. Windows color (decimal): -4293221 or 10190270. OLE color: 10190270.
HSL color Cylindrical-coordinate representation of color #BE7D9B: hue angle of 332.31º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BE7D9B is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 125 | 155 | - |
| CMYK | 0 | 0.34 | 0.18 | 0.25 |
| HSL | 332.31º | 0.33% | 0.62% | - |
| HSV(B) | 332.31º | 0.34% | 0.75% | - |
| XYZ | 34.49 | 27.98 | 34.59 | - |
| YUV | 147.86 | 132.03 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 125 | 155 | 0 | 0.34 | 0.18 | 0.25 | 332.31 | 0.33 | 0.62 |
| Hex | BE | 7D | 9B | 0 | 22 | 12 | 19 | 14C | 21 | 3E |
| Octal | 276 | 175 | 233 | 0 | 42 | 22 | 31 | 514 | 41 | 76 |
| Binary | 10111110 | 1111101 | 10011011 | 0 | 100010 | 10010 | 11001 | 101001100 | 100001 | 111110 |
Color Harmonies of #BE7D9B
Complementary color
Monochromatic Colors of #BE7D9B
Black with #BE7D9B
Text Example
Text Example
White with #BE7D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7D9B; }
p { color: rgb(190,125,155); }
H1.HeaderClassName
{
color: #BE7D9B;
}
.AnyTagClassName
{
color: #BE7D9B;
}
</style>
background-color css
<style>
a { background-color: #BE7D9B; }
a { background-color: rgb(190,125,155); }
div.DivClassName
{
background-color: #BE7D9B;
}
.BgClassName
{
background-color: #BE7D9B;
}
</style>
border-color css
<style>
span { border-color: #BE7D9B; }
span { border-color: rgb(190,125,155); }
td.TdClassName
{
border-color: #BE7D9B;
}
.TagClassName
{
border-color: #BE7D9B;
}
</style>