Shades of Hopbush #BE799C
Tints of Hopbush #BE799C
RGB
CMYK
RGB Variations
Color information
#BE799C (or 0xBE799C) is known color: Hopbush. HEX triplet: BE, 79 and 9C. RGB value is (190,121,156). Sum of RGB (Red+Green+Blue) = 190+121+156=467 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.69% from 467); Green value is 121 (47.66% from 255 or 25.91% from 467); Blue value is 156 (61.33% from 255 or 33.40% from 467); Max value from RGB is 190 - color contains mainly: red. Hex color #BE799C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE799C is #418663. Grayscale: #919191. Windows color (decimal): -4294244 or 10254782. OLE color: 10254782.
HSL color Cylindrical-coordinate representation of color #BE799C: hue angle of 329.57º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BE799C is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 121 | 156 | - |
| CMYK | 0 | 0.36 | 0.18 | 0.25 |
| HSL | 329.57º | 0.35% | 0.61% | - |
| HSV(B) | 329.57º | 0.36% | 0.75% | - |
| XYZ | 34.07 | 27.02 | 34.87 | - |
| YUV | 145.62 | 133.86 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 121 | 156 | 0 | 0.36 | 0.18 | 0.25 | 329.57 | 0.35 | 0.61 |
| Hex | BE | 79 | 9C | 0 | 24 | 12 | 19 | 14A | 23 | 3D |
| Octal | 276 | 171 | 234 | 0 | 44 | 22 | 31 | 512 | 43 | 75 |
| Binary | 10111110 | 1111001 | 10011100 | 0 | 100100 | 10010 | 11001 | 101001010 | 100011 | 111101 |
Color Harmonies of #BE799C
Complementary color
Monochromatic Colors of #BE799C
Black with #BE799C
Text Example
Text Example
White with #BE799C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE799C; }
p { color: rgb(190,121,156); }
H1.HeaderClassName
{
color: #BE799C;
}
.AnyTagClassName
{
color: #BE799C;
}
</style>
background-color css
<style>
a { background-color: #BE799C; }
a { background-color: rgb(190,121,156); }
div.DivClassName
{
background-color: #BE799C;
}
.BgClassName
{
background-color: #BE799C;
}
</style>
border-color css
<style>
span { border-color: #BE799C; }
span { border-color: rgb(190,121,156); }
td.TdClassName
{
border-color: #BE799C;
}
.TagClassName
{
border-color: #BE799C;
}
</style>