Shades of Hopbush #BE7B9A
Tints of Hopbush #BE7B9A
RGB
CMYK
RGB Variations
Color information
#BE7B9A (or 0xBE7B9A) is known color: Hopbush. HEX triplet: BE, 7B and 9A. RGB value is (190,123,154). Sum of RGB (Red+Green+Blue) = 190+123+154=467 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.69% from 467); Green value is 123 (48.44% from 255 or 26.34% from 467); Blue value is 154 (60.55% from 255 or 32.98% from 467); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7B9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7B9A is #418465. Grayscale: #929292. Windows color (decimal): -4293734 or 10124222. OLE color: 10124222.
HSL color Cylindrical-coordinate representation of color #BE7B9A: hue angle of 332.24º 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 #BE7B9A is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 123 | 154 | - |
| CMYK | 0 | 0.35 | 0.19 | 0.25 |
| HSL | 332.24º | 0.34% | 0.61% | - |
| HSV(B) | 332.24º | 0.35% | 0.75% | - |
| XYZ | 34.15 | 27.45 | 34.07 | - |
| YUV | 146.57 | 132.2 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 123 | 154 | 0 | 0.35 | 0.19 | 0.25 | 332.24 | 0.34 | 0.61 |
| Hex | BE | 7B | 9A | 0 | 23 | 13 | 19 | 14C | 22 | 3D |
| Octal | 276 | 173 | 232 | 0 | 43 | 23 | 31 | 514 | 42 | 75 |
| Binary | 10111110 | 1111011 | 10011010 | 0 | 100011 | 10011 | 11001 | 101001100 | 100010 | 111101 |
Color Harmonies of #BE7B9A
Complementary color
Monochromatic Colors of #BE7B9A
Black with #BE7B9A
Text Example
Text Example
White with #BE7B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7B9A; }
p { color: rgb(190,123,154); }
H1.HeaderClassName
{
color: #BE7B9A;
}
.AnyTagClassName
{
color: #BE7B9A;
}
</style>
background-color css
<style>
a { background-color: #BE7B9A; }
a { background-color: rgb(190,123,154); }
div.DivClassName
{
background-color: #BE7B9A;
}
.BgClassName
{
background-color: #BE7B9A;
}
</style>
border-color css
<style>
span { border-color: #BE7B9A; }
span { border-color: rgb(190,123,154); }
td.TdClassName
{
border-color: #BE7B9A;
}
.TagClassName
{
border-color: #BE7B9A;
}
</style>