Shades of Hopbush #BE668C
Tints of Hopbush #BE668C
RGB
CMYK
RGB Variations
Color information
#BE668C (or 0xBE668C) is known color: Hopbush. HEX triplet: BE, 66 and 8C. RGB value is (190,102,140). Sum of RGB (Red+Green+Blue) = 190+102+140=432 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.98% from 432); Green value is 102 (40.23% from 255 or 23.61% from 432); Blue value is 140 (55.08% from 255 or 32.41% from 432); Max value from RGB is 190 - color contains mainly: red. Hex color #BE668C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE668C is #419973. Grayscale: #848484. Windows color (decimal): -4299124 or 9201342. OLE color: 9201342.
HSL color Cylindrical-coordinate representation of color #BE668C: hue angle of 334.09º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BE668C is Cyan = 0, Magento = 0.46, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 102 | 140 | - |
| CMYK | 0 | 0.46 | 0.26 | 0.25 |
| HSL | 334.09º | 0.4% | 0.57% | - |
| HSV(B) | 334.09º | 0.46% | 0.75% | - |
| XYZ | 30.72 | 22.34 | 27.5 | - |
| YUV | 132.64 | 132.15 | 168.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 102 | 140 | 0 | 0.46 | 0.26 | 0.25 | 334.09 | 0.4 | 0.57 |
| Hex | BE | 66 | 8C | 0 | 2E | 1A | 19 | 14E | 28 | 39 |
| Octal | 276 | 146 | 214 | 0 | 56 | 32 | 31 | 516 | 50 | 71 |
| Binary | 10111110 | 1100110 | 10001100 | 0 | 101110 | 11010 | 11001 | 101001110 | 101000 | 111001 |
Color Harmonies of #BE668C
Complementary color
Monochromatic Colors of #BE668C
Black with #BE668C
Text Example
Text Example
White with #BE668C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE668C; }
p { color: rgb(190,102,140); }
H1.HeaderClassName
{
color: #BE668C;
}
.AnyTagClassName
{
color: #BE668C;
}
</style>
background-color css
<style>
a { background-color: #BE668C; }
a { background-color: rgb(190,102,140); }
div.DivClassName
{
background-color: #BE668C;
}
.BgClassName
{
background-color: #BE668C;
}
</style>
border-color css
<style>
span { border-color: #BE668C; }
span { border-color: rgb(190,102,140); }
td.TdClassName
{
border-color: #BE668C;
}
.TagClassName
{
border-color: #BE668C;
}
</style>