Shades of Hopbush #BE7A98
Tints of Hopbush #BE7A98
RGB
CMYK
RGB Variations
Color information
#BE7A98 (or 0xBE7A98) is known color: Hopbush. HEX triplet: BE, 7A and 98. RGB value is (190,122,152). Sum of RGB (Red+Green+Blue) = 190+122+152=464 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.95% from 464); Green value is 122 (48.05% from 255 or 26.29% from 464); Blue value is 152 (59.77% from 255 or 32.76% from 464); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7A98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7A98 is #418567. Grayscale: #919191. Windows color (decimal): -4293992 or 9992894. OLE color: 9992894.
HSL color Cylindrical-coordinate representation of color #BE7A98: hue angle of 333.53º 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 #BE7A98 is Cyan = 0, Magento = 0.36, Yellow = 0.2 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 122 | 152 | - |
| CMYK | 0 | 0.36 | 0.2 | 0.25 |
| HSL | 333.53º | 0.34% | 0.61% | - |
| HSV(B) | 333.53º | 0.36% | 0.75% | - |
| XYZ | 33.86 | 27.13 | 33.16 | - |
| YUV | 145.75 | 131.53 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 122 | 152 | 0 | 0.36 | 0.2 | 0.25 | 333.53 | 0.34 | 0.61 |
| Hex | BE | 7A | 98 | 0 | 24 | 14 | 19 | 14E | 22 | 3D |
| Octal | 276 | 172 | 230 | 0 | 44 | 24 | 31 | 516 | 42 | 75 |
| Binary | 10111110 | 1111010 | 10011000 | 0 | 100100 | 10100 | 11001 | 101001110 | 100010 | 111101 |
Color Harmonies of #BE7A98
Complementary color
Monochromatic Colors of #BE7A98
Black with #BE7A98
Text Example
Text Example
White with #BE7A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7A98; }
p { color: rgb(190,122,152); }
H1.HeaderClassName
{
color: #BE7A98;
}
.AnyTagClassName
{
color: #BE7A98;
}
</style>
background-color css
<style>
a { background-color: #BE7A98; }
a { background-color: rgb(190,122,152); }
div.DivClassName
{
background-color: #BE7A98;
}
.BgClassName
{
background-color: #BE7A98;
}
</style>
border-color css
<style>
span { border-color: #BE7A98; }
span { border-color: rgb(190,122,152); }
td.TdClassName
{
border-color: #BE7A98;
}
.TagClassName
{
border-color: #BE7A98;
}
</style>