Shades of Bouquet #BE76A0
Tints of Bouquet #BE76A0
RGB
CMYK
RGB Variations
Color information
#BE76A0 (or 0xBE76A0) is known color: Bouquet. HEX triplet: BE, 76 and A0. RGB value is (190,118,160). Sum of RGB (Red+Green+Blue) = 190+118+160=468 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.60% from 468); Green value is 118 (46.48% from 255 or 25.21% from 468); Blue value is 160 (62.89% from 255 or 34.19% from 468); Max value from RGB is 190 - color contains mainly: red. Hex color #BE76A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE76A0 is #41895F. Grayscale: #909090. Windows color (decimal): -4295008 or 10516158. OLE color: 10516158.
HSL color Cylindrical-coordinate representation of color #BE76A0: hue angle of 325º 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 #BE76A0 is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 118 | 160 | - |
| CMYK | 0 | 0.38 | 0.16 | 0.25 |
| HSL | 325º | 0.36% | 0.6% | - |
| HSV(B) | 325º | 0.38% | 0.75% | - |
| XYZ | 34.06 | 26.44 | 36.57 | - |
| YUV | 144.32 | 136.85 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 118 | 160 | 0 | 0.38 | 0.16 | 0.25 | 325 | 0.36 | 0.6 |
| Hex | BE | 76 | A0 | 0 | 26 | 10 | 19 | 145 | 24 | 3C |
| Octal | 276 | 166 | 240 | 0 | 46 | 20 | 31 | 505 | 44 | 74 |
| Binary | 10111110 | 1110110 | 10100000 | 0 | 100110 | 10000 | 11001 | 101000101 | 100100 | 111100 |
Color Harmonies of #BE76A0
Complementary color
Monochromatic Colors of #BE76A0
Black with #BE76A0
Text Example
Text Example
White with #BE76A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE76A0; }
p { color: rgb(190,118,160); }
H1.HeaderClassName
{
color: #BE76A0;
}
.AnyTagClassName
{
color: #BE76A0;
}
</style>
background-color css
<style>
a { background-color: #BE76A0; }
a { background-color: rgb(190,118,160); }
div.DivClassName
{
background-color: #BE76A0;
}
.BgClassName
{
background-color: #BE76A0;
}
</style>
border-color css
<style>
span { border-color: #BE76A0; }
span { border-color: rgb(190,118,160); }
td.TdClassName
{
border-color: #BE76A0;
}
.TagClassName
{
border-color: #BE76A0;
}
</style>