Shades of Bouquet #BE76A6
Tints of Bouquet #BE76A6
RGB
CMYK
RGB Variations
Color information
#BE76A6 (or 0xBE76A6) is known color: Bouquet. HEX triplet: BE, 76 and A6. RGB value is (190,118,166). Sum of RGB (Red+Green+Blue) = 190+118+166=474 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.08% from 474); Green value is 118 (46.48% from 255 or 24.89% from 474); Blue value is 166 (65.23% from 255 or 35.02% from 474); Max value from RGB is 190 - color contains mainly: red. Hex color #BE76A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE76A6 is #418959. Grayscale: #909090. Windows color (decimal): -4295002 or 10909374. OLE color: 10909374.
HSL color Cylindrical-coordinate representation of color #BE76A6: hue angle of 320º 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 #BE76A6 is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 118 | 166 | - |
| CMYK | 0 | 0.38 | 0.13 | 0.25 |
| HSL | 320º | 0.36% | 0.6% | - |
| HSV(B) | 320º | 0.38% | 0.75% | - |
| XYZ | 34.6 | 26.66 | 39.4 | - |
| YUV | 145 | 139.85 | 160.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 118 | 166 | 0 | 0.38 | 0.13 | 0.25 | 320 | 0.36 | 0.6 |
| Hex | BE | 76 | A6 | 0 | 26 | D | 19 | 140 | 24 | 3C |
| Octal | 276 | 166 | 246 | 0 | 46 | 15 | 31 | 500 | 44 | 74 |
| Binary | 10111110 | 1110110 | 10100110 | 0 | 100110 | 1101 | 11001 | 101000000 | 100100 | 111100 |
Color Harmonies of #BE76A6
Complementary color
Monochromatic Colors of #BE76A6
Black with #BE76A6
Text Example
Text Example
White with #BE76A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE76A6; }
p { color: rgb(190,118,166); }
H1.HeaderClassName
{
color: #BE76A6;
}
.AnyTagClassName
{
color: #BE76A6;
}
</style>
background-color css
<style>
a { background-color: #BE76A6; }
a { background-color: rgb(190,118,166); }
div.DivClassName
{
background-color: #BE76A6;
}
.BgClassName
{
background-color: #BE76A6;
}
</style>
border-color css
<style>
span { border-color: #BE76A6; }
span { border-color: rgb(190,118,166); }
td.TdClassName
{
border-color: #BE76A6;
}
.TagClassName
{
border-color: #BE76A6;
}
</style>