Shades of Hopbush #BE628A
Tints of Hopbush #BE628A
RGB
CMYK
RGB Variations
Color information
#BE628A (or 0xBE628A) is known color: Hopbush. HEX triplet: BE, 62 and 8A. RGB value is (190,98,138). Sum of RGB (Red+Green+Blue) = 190+98+138=426 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.60% from 426); Green value is 98 (38.67% from 255 or 23.00% from 426); Blue value is 138 (54.30% from 255 or 32.39% from 426); Max value from RGB is 190 - color contains mainly: red. Hex color #BE628A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE628A is #419D75. Grayscale: #828282. Windows color (decimal): -4300150 or 9069246. OLE color: 9069246.
HSL color Cylindrical-coordinate representation of color #BE628A: hue angle of 333.91º 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 #BE628A is Cyan = 0, Magento = 0.48, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 98 | 138 | - |
| CMYK | 0 | 0.48 | 0.27 | 0.25 |
| HSL | 333.91º | 0.41% | 0.56% | - |
| HSV(B) | 333.91º | 0.48% | 0.75% | - |
| XYZ | 30.19 | 21.52 | 26.61 | - |
| YUV | 130.07 | 132.48 | 170.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 98 | 138 | 0 | 0.48 | 0.27 | 0.25 | 333.91 | 0.41 | 0.56 |
| Hex | BE | 62 | 8A | 0 | 30 | 1B | 19 | 14E | 29 | 38 |
| Octal | 276 | 142 | 212 | 0 | 60 | 33 | 31 | 516 | 51 | 70 |
| Binary | 10111110 | 1100010 | 10001010 | 0 | 110000 | 11011 | 11001 | 101001110 | 101001 | 111000 |
Color Harmonies of #BE628A
Complementary color
Monochromatic Colors of #BE628A
Black with #BE628A
Text Example
Text Example
White with #BE628A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE628A; }
p { color: rgb(190,98,138); }
H1.HeaderClassName
{
color: #BE628A;
}
.AnyTagClassName
{
color: #BE628A;
}
</style>
background-color css
<style>
a { background-color: #BE628A; }
a { background-color: rgb(190,98,138); }
div.DivClassName
{
background-color: #BE628A;
}
.BgClassName
{
background-color: #BE628A;
}
</style>
border-color css
<style>
span { border-color: #BE628A; }
span { border-color: rgb(190,98,138); }
td.TdClassName
{
border-color: #BE628A;
}
.TagClassName
{
border-color: #BE628A;
}
</style>