Shades of Hopbush #BE749A
Tints of Hopbush #BE749A
RGB
CMYK
RGB Variations
Color information
#BE749A (or 0xBE749A) is known color: Hopbush. HEX triplet: BE, 74 and 9A. RGB value is (190,116,154). Sum of RGB (Red+Green+Blue) = 190+116+154=460 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.30% from 460); Green value is 116 (45.70% from 255 or 25.22% from 460); Blue value is 154 (60.55% from 255 or 33.48% from 460); Max value from RGB is 190 - color contains mainly: red. Hex color #BE749A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE749A is #418B65. Grayscale: #8E8E8E. Windows color (decimal): -4295526 or 10122430. OLE color: 10122430.
HSL color Cylindrical-coordinate representation of color #BE749A: hue angle of 329.19º 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 #BE749A is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 116 | 154 | - |
| CMYK | 0 | 0.39 | 0.19 | 0.25 |
| HSL | 329.19º | 0.36% | 0.6% | - |
| HSV(B) | 329.19º | 0.39% | 0.75% | - |
| XYZ | 33.31 | 25.77 | 33.79 | - |
| YUV | 142.46 | 134.52 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 116 | 154 | 0 | 0.39 | 0.19 | 0.25 | 329.19 | 0.36 | 0.6 |
| Hex | BE | 74 | 9A | 0 | 27 | 13 | 19 | 149 | 24 | 3C |
| Octal | 276 | 164 | 232 | 0 | 47 | 23 | 31 | 511 | 44 | 74 |
| Binary | 10111110 | 1110100 | 10011010 | 0 | 100111 | 10011 | 11001 | 101001001 | 100100 | 111100 |
Color Harmonies of #BE749A
Complementary color
Monochromatic Colors of #BE749A
Black with #BE749A
Text Example
Text Example
White with #BE749A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE749A; }
p { color: rgb(190,116,154); }
H1.HeaderClassName
{
color: #BE749A;
}
.AnyTagClassName
{
color: #BE749A;
}
</style>
background-color css
<style>
a { background-color: #BE749A; }
a { background-color: rgb(190,116,154); }
div.DivClassName
{
background-color: #BE749A;
}
.BgClassName
{
background-color: #BE749A;
}
</style>
border-color css
<style>
span { border-color: #BE749A; }
span { border-color: rgb(190,116,154); }
td.TdClassName
{
border-color: #BE749A;
}
.TagClassName
{
border-color: #BE749A;
}
</style>