Shades of Hopbush #BE6D95
Tints of Hopbush #BE6D95
RGB
CMYK
RGB Variations
Color information
#BE6D95 (or 0xBE6D95) is known color: Hopbush. HEX triplet: BE, 6D and 95. RGB value is (190,109,149). Sum of RGB (Red+Green+Blue) = 190+109+149=448 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.41% from 448); Green value is 109 (42.97% from 255 or 24.33% from 448); Blue value is 149 (58.59% from 255 or 33.26% from 448); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6D95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6D95 is #41926A. Grayscale: #898989. Windows color (decimal): -4297323 or 9792958. OLE color: 9792958.
HSL color Cylindrical-coordinate representation of color #BE6D95: hue angle of 330.37º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BE6D95 is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 109 | 149 | - |
| CMYK | 0 | 0.43 | 0.22 | 0.25 |
| HSL | 330.37º | 0.38% | 0.59% | - |
| HSV(B) | 330.37º | 0.43% | 0.75% | - |
| XYZ | 32.13 | 24.05 | 31.38 | - |
| YUV | 137.78 | 134.34 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 109 | 149 | 0 | 0.43 | 0.22 | 0.25 | 330.37 | 0.38 | 0.59 |
| Hex | BE | 6D | 95 | 0 | 2B | 16 | 19 | 14A | 26 | 3B |
| Octal | 276 | 155 | 225 | 0 | 53 | 26 | 31 | 512 | 46 | 73 |
| Binary | 10111110 | 1101101 | 10010101 | 0 | 101011 | 10110 | 11001 | 101001010 | 100110 | 111011 |
Color Harmonies of #BE6D95
Complementary color
Monochromatic Colors of #BE6D95
Black with #BE6D95
Text Example
Text Example
White with #BE6D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6D95; }
p { color: rgb(190,109,149); }
H1.HeaderClassName
{
color: #BE6D95;
}
.AnyTagClassName
{
color: #BE6D95;
}
</style>
background-color css
<style>
a { background-color: #BE6D95; }
a { background-color: rgb(190,109,149); }
div.DivClassName
{
background-color: #BE6D95;
}
.BgClassName
{
background-color: #BE6D95;
}
</style>
border-color css
<style>
span { border-color: #BE6D95; }
span { border-color: rgb(190,109,149); }
td.TdClassName
{
border-color: #BE6D95;
}
.TagClassName
{
border-color: #BE6D95;
}
</style>