Shades of Hopbush #BE769C
Tints of Hopbush #BE769C
RGB
CMYK
RGB Variations
Color information
#BE769C (or 0xBE769C) is known color: Hopbush. HEX triplet: BE, 76 and 9C. RGB value is (190,118,156). Sum of RGB (Red+Green+Blue) = 190+118+156=464 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.95% from 464); Green value is 118 (46.48% from 255 or 25.43% from 464); Blue value is 156 (61.33% from 255 or 33.62% from 464); Max value from RGB is 190 - color contains mainly: red. Hex color #BE769C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE769C is #418963. Grayscale: #8F8F8F. Windows color (decimal): -4295012 or 10254014. OLE color: 10254014.
HSL color Cylindrical-coordinate representation of color #BE769C: hue angle of 328.33º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BE769C is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 118 | 156 | - |
| CMYK | 0 | 0.38 | 0.18 | 0.25 |
| HSL | 328.33º | 0.36% | 0.6% | - |
| HSV(B) | 328.33º | 0.38% | 0.75% | - |
| XYZ | 33.71 | 26.3 | 34.75 | - |
| YUV | 143.86 | 134.85 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 118 | 156 | 0 | 0.38 | 0.18 | 0.25 | 328.33 | 0.36 | 0.6 |
| Hex | BE | 76 | 9C | 0 | 26 | 12 | 19 | 148 | 24 | 3C |
| Octal | 276 | 166 | 234 | 0 | 46 | 22 | 31 | 510 | 44 | 74 |
| Binary | 10111110 | 1110110 | 10011100 | 0 | 100110 | 10010 | 11001 | 101001000 | 100100 | 111100 |
Color Harmonies of #BE769C
Complementary color
Monochromatic Colors of #BE769C
Black with #BE769C
Text Example
Text Example
White with #BE769C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE769C; }
p { color: rgb(190,118,156); }
H1.HeaderClassName
{
color: #BE769C;
}
.AnyTagClassName
{
color: #BE769C;
}
</style>
background-color css
<style>
a { background-color: #BE769C; }
a { background-color: rgb(190,118,156); }
div.DivClassName
{
background-color: #BE769C;
}
.BgClassName
{
background-color: #BE769C;
}
</style>
border-color css
<style>
span { border-color: #BE769C; }
span { border-color: rgb(190,118,156); }
td.TdClassName
{
border-color: #BE769C;
}
.TagClassName
{
border-color: #BE769C;
}
</style>