Shades of Hopbush #BE6091
Tints of Hopbush #BE6091
RGB
CMYK
RGB Variations
Color information
#BE6091 (or 0xBE6091) is known color: Hopbush. HEX triplet: BE, 60 and 91. RGB value is (190,96,145). Sum of RGB (Red+Green+Blue) = 190+96+145=431 (57% of max value = 765). Red value is 190 (74.61% from 255 or 44.08% from 431); Green value is 96 (37.89% from 255 or 22.27% from 431); Blue value is 145 (57.03% from 255 or 33.64% from 431); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6091 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6091 is #419F6E. Grayscale: #818181. Windows color (decimal): -4300655 or 9527486. OLE color: 9527486.
HSL color Cylindrical-coordinate representation of color #BE6091: hue angle of 328.72º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BE6091 is Cyan = 0, Magento = 0.49, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 96 | 145 | - |
| CMYK | 0 | 0.49 | 0.24 | 0.25 |
| HSL | 328.72º | 0.42% | 0.56% | - |
| HSV(B) | 328.72º | 0.49% | 0.75% | - |
| XYZ | 30.53 | 21.36 | 29.3 | - |
| YUV | 129.69 | 136.64 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 96 | 145 | 0 | 0.49 | 0.24 | 0.25 | 328.72 | 0.42 | 0.56 |
| Hex | BE | 60 | 91 | 0 | 31 | 18 | 19 | 149 | 2A | 38 |
| Octal | 276 | 140 | 221 | 0 | 61 | 30 | 31 | 511 | 52 | 70 |
| Binary | 10111110 | 1100000 | 10010001 | 0 | 110001 | 11000 | 11001 | 101001001 | 101010 | 111000 |
Color Harmonies of #BE6091
Complementary color
Monochromatic Colors of #BE6091
Black with #BE6091
Text Example
Text Example
White with #BE6091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6091; }
p { color: rgb(190,96,145); }
H1.HeaderClassName
{
color: #BE6091;
}
.AnyTagClassName
{
color: #BE6091;
}
</style>
background-color css
<style>
a { background-color: #BE6091; }
a { background-color: rgb(190,96,145); }
div.DivClassName
{
background-color: #BE6091;
}
.BgClassName
{
background-color: #BE6091;
}
</style>
border-color css
<style>
span { border-color: #BE6091; }
span { border-color: rgb(190,96,145); }
td.TdClassName
{
border-color: #BE6091;
}
.TagClassName
{
border-color: #BE6091;
}
</style>