Shades of Hopbush #BE6291
Tints of Hopbush #BE6291
RGB
CMYK
RGB Variations
Color information
#BE6291 (or 0xBE6291) is known color: Hopbush. HEX triplet: BE, 62 and 91. RGB value is (190,98,145). Sum of RGB (Red+Green+Blue) = 190+98+145=433 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.88% from 433); Green value is 98 (38.67% from 255 or 22.63% from 433); Blue value is 145 (57.03% from 255 or 33.49% from 433); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6291 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6291 is #419D6E. Grayscale: #828282. Windows color (decimal): -4300143 or 9527998. OLE color: 9527998.
HSL color Cylindrical-coordinate representation of color #BE6291: hue angle of 329.35º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BE6291 is Cyan = 0, Magento = 0.48, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 98 | 145 | - |
| CMYK | 0 | 0.48 | 0.24 | 0.25 |
| HSL | 329.35º | 0.41% | 0.56% | - |
| HSV(B) | 329.35º | 0.48% | 0.75% | - |
| XYZ | 30.71 | 21.73 | 29.36 | - |
| YUV | 130.87 | 135.98 | 170.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 98 | 145 | 0 | 0.48 | 0.24 | 0.25 | 329.35 | 0.41 | 0.56 |
| Hex | BE | 62 | 91 | 0 | 30 | 18 | 19 | 149 | 29 | 38 |
| Octal | 276 | 142 | 221 | 0 | 60 | 30 | 31 | 511 | 51 | 70 |
| Binary | 10111110 | 1100010 | 10010001 | 0 | 110000 | 11000 | 11001 | 101001001 | 101001 | 111000 |
Color Harmonies of #BE6291
Complementary color
Monochromatic Colors of #BE6291
Black with #BE6291
Text Example
Text Example
White with #BE6291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6291; }
p { color: rgb(190,98,145); }
H1.HeaderClassName
{
color: #BE6291;
}
.AnyTagClassName
{
color: #BE6291;
}
</style>
background-color css
<style>
a { background-color: #BE6291; }
a { background-color: rgb(190,98,145); }
div.DivClassName
{
background-color: #BE6291;
}
.BgClassName
{
background-color: #BE6291;
}
</style>
border-color css
<style>
span { border-color: #BE6291; }
span { border-color: rgb(190,98,145); }
td.TdClassName
{
border-color: #BE6291;
}
.TagClassName
{
border-color: #BE6291;
}
</style>