Shades of Hopbush #BE749E
Tints of Hopbush #BE749E
RGB
CMYK
RGB Variations
Color information
#BE749E (or 0xBE749E) is known color: Hopbush. HEX triplet: BE, 74 and 9E. RGB value is (190,116,158). Sum of RGB (Red+Green+Blue) = 190+116+158=464 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.95% from 464); Green value is 116 (45.70% from 255 or 25% from 464); Blue value is 158 (62.11% from 255 or 34.05% from 464); Max value from RGB is 190 - color contains mainly: red. Hex color #BE749E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE749E is #418B61. Grayscale: #8E8E8E. Windows color (decimal): -4295522 or 10384574. OLE color: 10384574.
HSL color Cylindrical-coordinate representation of color #BE749E: hue angle of 325.95º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BE749E is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 116 | 158 | - |
| CMYK | 0 | 0.39 | 0.17 | 0.25 |
| HSL | 325.95º | 0.36% | 0.6% | - |
| HSV(B) | 325.95º | 0.39% | 0.75% | - |
| XYZ | 33.65 | 25.91 | 35.57 | - |
| YUV | 142.91 | 136.52 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 116 | 158 | 0 | 0.39 | 0.17 | 0.25 | 325.95 | 0.36 | 0.6 |
| Hex | BE | 74 | 9E | 0 | 27 | 11 | 19 | 146 | 24 | 3C |
| Octal | 276 | 164 | 236 | 0 | 47 | 21 | 31 | 506 | 44 | 74 |
| Binary | 10111110 | 1110100 | 10011110 | 0 | 100111 | 10001 | 11001 | 101000110 | 100100 | 111100 |
Color Harmonies of #BE749E
Complementary color
Monochromatic Colors of #BE749E
Black with #BE749E
Text Example
Text Example
White with #BE749E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE749E; }
p { color: rgb(190,116,158); }
H1.HeaderClassName
{
color: #BE749E;
}
.AnyTagClassName
{
color: #BE749E;
}
</style>
background-color css
<style>
a { background-color: #BE749E; }
a { background-color: rgb(190,116,158); }
div.DivClassName
{
background-color: #BE749E;
}
.BgClassName
{
background-color: #BE749E;
}
</style>
border-color css
<style>
span { border-color: #BE749E; }
span { border-color: rgb(190,116,158); }
td.TdClassName
{
border-color: #BE749E;
}
.TagClassName
{
border-color: #BE749E;
}
</style>