Shades of Hopbush #BE719A
Tints of Hopbush #BE719A
RGB
CMYK
RGB Variations
Color information
#BE719A (or 0xBE719A) is known color: Hopbush. HEX triplet: BE, 71 and 9A. RGB value is (190,113,154). Sum of RGB (Red+Green+Blue) = 190+113+154=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 113 (44.53% from 255 or 24.73% from 457); Blue value is 154 (60.55% from 255 or 33.70% from 457); Max value from RGB is 190 - color contains mainly: red. Hex color #BE719A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE719A is #418E65. Grayscale: #8C8C8C. Windows color (decimal): -4296294 or 10121662. OLE color: 10121662.
HSL color Cylindrical-coordinate representation of color #BE719A: hue angle of 328.05º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BE719A is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 113 | 154 | - |
| CMYK | 0 | 0.41 | 0.19 | 0.25 |
| HSL | 328.05º | 0.37% | 0.59% | - |
| HSV(B) | 328.05º | 0.41% | 0.75% | - |
| XYZ | 32.97 | 25.09 | 33.68 | - |
| YUV | 140.7 | 135.51 | 163.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 113 | 154 | 0 | 0.41 | 0.19 | 0.25 | 328.05 | 0.37 | 0.59 |
| Hex | BE | 71 | 9A | 0 | 29 | 13 | 19 | 148 | 25 | 3B |
| Octal | 276 | 161 | 232 | 0 | 51 | 23 | 31 | 510 | 45 | 73 |
| Binary | 10111110 | 1110001 | 10011010 | 0 | 101001 | 10011 | 11001 | 101001000 | 100101 | 111011 |
Color Harmonies of #BE719A
Complementary color
Monochromatic Colors of #BE719A
Black with #BE719A
Text Example
Text Example
White with #BE719A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE719A; }
p { color: rgb(190,113,154); }
H1.HeaderClassName
{
color: #BE719A;
}
.AnyTagClassName
{
color: #BE719A;
}
</style>
background-color css
<style>
a { background-color: #BE719A; }
a { background-color: rgb(190,113,154); }
div.DivClassName
{
background-color: #BE719A;
}
.BgClassName
{
background-color: #BE719A;
}
</style>
border-color css
<style>
span { border-color: #BE719A; }
span { border-color: rgb(190,113,154); }
td.TdClassName
{
border-color: #BE719A;
}
.TagClassName
{
border-color: #BE719A;
}
</style>