Shades of Hopbush #BE7995
Tints of Hopbush #BE7995
RGB
CMYK
RGB Variations
Color information
#BE7995 (or 0xBE7995) is known color: Hopbush. HEX triplet: BE, 79 and 95. RGB value is (190,121,149). Sum of RGB (Red+Green+Blue) = 190+121+149=460 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.30% from 460); Green value is 121 (47.66% from 255 or 26.30% from 460); Blue value is 149 (58.59% from 255 or 32.39% from 460); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7995 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7995 is #41866A. Grayscale: #909090. Windows color (decimal): -4294251 or 9796030. OLE color: 9796030.
HSL color Cylindrical-coordinate representation of color #BE7995: hue angle of 335.65º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BE7995 is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 121 | 149 | - |
| CMYK | 0 | 0.36 | 0.22 | 0.25 |
| HSL | 335.65º | 0.35% | 0.61% | - |
| HSV(B) | 335.65º | 0.36% | 0.75% | - |
| XYZ | 33.5 | 26.79 | 31.84 | - |
| YUV | 144.82 | 130.36 | 160.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 121 | 149 | 0 | 0.36 | 0.22 | 0.25 | 335.65 | 0.35 | 0.61 |
| Hex | BE | 79 | 95 | 0 | 24 | 16 | 19 | 150 | 23 | 3D |
| Octal | 276 | 171 | 225 | 0 | 44 | 26 | 31 | 520 | 43 | 75 |
| Binary | 10111110 | 1111001 | 10010101 | 0 | 100100 | 10110 | 11001 | 101010000 | 100011 | 111101 |
Color Harmonies of #BE7995
Complementary color
Monochromatic Colors of #BE7995
Black with #BE7995
Text Example
Text Example
White with #BE7995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7995; }
p { color: rgb(190,121,149); }
H1.HeaderClassName
{
color: #BE7995;
}
.AnyTagClassName
{
color: #BE7995;
}
</style>
background-color css
<style>
a { background-color: #BE7995; }
a { background-color: rgb(190,121,149); }
div.DivClassName
{
background-color: #BE7995;
}
.BgClassName
{
background-color: #BE7995;
}
</style>
border-color css
<style>
span { border-color: #BE7995; }
span { border-color: rgb(190,121,149); }
td.TdClassName
{
border-color: #BE7995;
}
.TagClassName
{
border-color: #BE7995;
}
</style>