Shades of Hopbush #BE7B9C
Tints of Hopbush #BE7B9C
RGB
CMYK
RGB Variations
Color information
#BE7B9C (or 0xBE7B9C) is known color: Hopbush. HEX triplet: BE, 7B and 9C. RGB value is (190,123,156). Sum of RGB (Red+Green+Blue) = 190+123+156=469 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.51% from 469); Green value is 123 (48.44% from 255 or 26.23% from 469); Blue value is 156 (61.33% from 255 or 33.26% from 469); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7B9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7B9C is #418463. Grayscale: #929292. Windows color (decimal): -4293732 or 10255294. OLE color: 10255294.
HSL color Cylindrical-coordinate representation of color #BE7B9C: hue angle of 330.45º 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 #BE7B9C is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 123 | 156 | - |
| CMYK | 0 | 0.35 | 0.18 | 0.25 |
| HSL | 330.45º | 0.34% | 0.61% | - |
| HSV(B) | 330.45º | 0.35% | 0.75% | - |
| XYZ | 34.32 | 27.51 | 34.95 | - |
| YUV | 146.8 | 133.2 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 123 | 156 | 0 | 0.35 | 0.18 | 0.25 | 330.45 | 0.34 | 0.61 |
| Hex | BE | 7B | 9C | 0 | 23 | 12 | 19 | 14A | 22 | 3D |
| Octal | 276 | 173 | 234 | 0 | 43 | 22 | 31 | 512 | 42 | 75 |
| Binary | 10111110 | 1111011 | 10011100 | 0 | 100011 | 10010 | 11001 | 101001010 | 100010 | 111101 |
Color Harmonies of #BE7B9C
Complementary color
Monochromatic Colors of #BE7B9C
Black with #BE7B9C
Text Example
Text Example
White with #BE7B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7B9C; }
p { color: rgb(190,123,156); }
H1.HeaderClassName
{
color: #BE7B9C;
}
.AnyTagClassName
{
color: #BE7B9C;
}
</style>
background-color css
<style>
a { background-color: #BE7B9C; }
a { background-color: rgb(190,123,156); }
div.DivClassName
{
background-color: #BE7B9C;
}
.BgClassName
{
background-color: #BE7B9C;
}
</style>
border-color css
<style>
span { border-color: #BE7B9C; }
span { border-color: rgb(190,123,156); }
td.TdClassName
{
border-color: #BE7B9C;
}
.TagClassName
{
border-color: #BE7B9C;
}
</style>