Shades of Hopbush #BE648A
Tints of Hopbush #BE648A
RGB
CMYK
RGB Variations
Color information
#BE648A (or 0xBE648A) is known color: Hopbush. HEX triplet: BE, 64 and 8A. RGB value is (190,100,138). Sum of RGB (Red+Green+Blue) = 190+100+138=428 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.39% from 428); Green value is 100 (39.45% from 255 or 23.36% from 428); Blue value is 138 (54.30% from 255 or 32.24% from 428); Max value from RGB is 190 - color contains mainly: red. Hex color #BE648A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE648A is #419B75. Grayscale: #838383. Windows color (decimal): -4299638 or 9069758. OLE color: 9069758.
HSL color Cylindrical-coordinate representation of color #BE648A: hue angle of 334.67º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BE648A is Cyan = 0, Magento = 0.47, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 100 | 138 | - |
| CMYK | 0 | 0.47 | 0.27 | 0.25 |
| HSL | 334.67º | 0.41% | 0.57% | - |
| HSV(B) | 334.67º | 0.47% | 0.75% | - |
| XYZ | 30.38 | 21.9 | 26.67 | - |
| YUV | 131.24 | 131.82 | 169.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 100 | 138 | 0 | 0.47 | 0.27 | 0.25 | 334.67 | 0.41 | 0.57 |
| Hex | BE | 64 | 8A | 0 | 2F | 1B | 19 | 14F | 29 | 39 |
| Octal | 276 | 144 | 212 | 0 | 57 | 33 | 31 | 517 | 51 | 71 |
| Binary | 10111110 | 1100100 | 10001010 | 0 | 101111 | 11011 | 11001 | 101001111 | 101001 | 111001 |
Color Harmonies of #BE648A
Complementary color
Monochromatic Colors of #BE648A
Black with #BE648A
Text Example
Text Example
White with #BE648A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE648A; }
p { color: rgb(190,100,138); }
H1.HeaderClassName
{
color: #BE648A;
}
.AnyTagClassName
{
color: #BE648A;
}
</style>
background-color css
<style>
a { background-color: #BE648A; }
a { background-color: rgb(190,100,138); }
div.DivClassName
{
background-color: #BE648A;
}
.BgClassName
{
background-color: #BE648A;
}
</style>
border-color css
<style>
span { border-color: #BE648A; }
span { border-color: rgb(190,100,138); }
td.TdClassName
{
border-color: #BE648A;
}
.TagClassName
{
border-color: #BE648A;
}
</style>