Shades of Hopbush #BE708E
Tints of Hopbush #BE708E
RGB
CMYK
RGB Variations
Color information
#BE708E (or 0xBE708E) is known color: Hopbush. HEX triplet: BE, 70 and 8E. RGB value is (190,112,142). Sum of RGB (Red+Green+Blue) = 190+112+142=444 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.79% from 444); Green value is 112 (44.14% from 255 or 25.23% from 444); Blue value is 142 (55.86% from 255 or 31.98% from 444); Max value from RGB is 190 - color contains mainly: red. Hex color #BE708E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE708E is #418F71. Grayscale: #8A8A8A. Windows color (decimal): -4296562 or 9334974. OLE color: 9334974.
HSL color Cylindrical-coordinate representation of color #BE708E: hue angle of 336.92º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BE708E is Cyan = 0, Magento = 0.41, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 112 | 142 | - |
| CMYK | 0 | 0.41 | 0.25 | 0.25 |
| HSL | 336.92º | 0.38% | 0.59% | - |
| HSV(B) | 336.92º | 0.41% | 0.75% | - |
| XYZ | 31.91 | 24.49 | 28.64 | - |
| YUV | 138.74 | 129.84 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 112 | 142 | 0 | 0.41 | 0.25 | 0.25 | 336.92 | 0.38 | 0.59 |
| Hex | BE | 70 | 8E | 0 | 29 | 19 | 19 | 151 | 26 | 3B |
| Octal | 276 | 160 | 216 | 0 | 51 | 31 | 31 | 521 | 46 | 73 |
| Binary | 10111110 | 1110000 | 10001110 | 0 | 101001 | 11001 | 11001 | 101010001 | 100110 | 111011 |
Color Harmonies of #BE708E
Complementary color
Monochromatic Colors of #BE708E
Black with #BE708E
Text Example
Text Example
White with #BE708E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE708E; }
p { color: rgb(190,112,142); }
H1.HeaderClassName
{
color: #BE708E;
}
.AnyTagClassName
{
color: #BE708E;
}
</style>
background-color css
<style>
a { background-color: #BE708E; }
a { background-color: rgb(190,112,142); }
div.DivClassName
{
background-color: #BE708E;
}
.BgClassName
{
background-color: #BE708E;
}
</style>
border-color css
<style>
span { border-color: #BE708E; }
span { border-color: rgb(190,112,142); }
td.TdClassName
{
border-color: #BE708E;
}
.TagClassName
{
border-color: #BE708E;
}
</style>