Shades of Hopbush #BE7A93
Tints of Hopbush #BE7A93
RGB
CMYK
RGB Variations
Color information
#BE7A93 (or 0xBE7A93) is known color: Hopbush. HEX triplet: BE, 7A and 93. RGB value is (190,122,147). Sum of RGB (Red+Green+Blue) = 190+122+147=459 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.39% from 459); Green value is 122 (48.05% from 255 or 26.58% from 459); Blue value is 147 (57.81% from 255 or 32.03% from 459); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7A93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7A93 is #41856C. Grayscale: #919191. Windows color (decimal): -4293997 or 9665214. OLE color: 9665214.
HSL color Cylindrical-coordinate representation of color #BE7A93: hue angle of 337.94º degrees, saturation: 0.34, 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 #BE7A93 is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 122 | 147 | - |
| CMYK | 0 | 0.36 | 0.23 | 0.25 |
| HSL | 337.94º | 0.34% | 0.61% | - |
| HSV(B) | 337.94º | 0.36% | 0.75% | - |
| XYZ | 33.46 | 26.97 | 31.05 | - |
| YUV | 145.18 | 129.03 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 122 | 147 | 0 | 0.36 | 0.23 | 0.25 | 337.94 | 0.34 | 0.61 |
| Hex | BE | 7A | 93 | 0 | 24 | 17 | 19 | 152 | 22 | 3D |
| Octal | 276 | 172 | 223 | 0 | 44 | 27 | 31 | 522 | 42 | 75 |
| Binary | 10111110 | 1111010 | 10010011 | 0 | 100100 | 10111 | 11001 | 101010010 | 100010 | 111101 |
Color Harmonies of #BE7A93
Complementary color
Monochromatic Colors of #BE7A93
Black with #BE7A93
Text Example
Text Example
White with #BE7A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7A93; }
p { color: rgb(190,122,147); }
H1.HeaderClassName
{
color: #BE7A93;
}
.AnyTagClassName
{
color: #BE7A93;
}
</style>
background-color css
<style>
a { background-color: #BE7A93; }
a { background-color: rgb(190,122,147); }
div.DivClassName
{
background-color: #BE7A93;
}
.BgClassName
{
background-color: #BE7A93;
}
</style>
border-color css
<style>
span { border-color: #BE7A93; }
span { border-color: rgb(190,122,147); }
td.TdClassName
{
border-color: #BE7A93;
}
.TagClassName
{
border-color: #BE7A93;
}
</style>