Shades of Bouquet #BE76A1
Tints of Bouquet #BE76A1
RGB
CMYK
RGB Variations
Color information
#BE76A1 (or 0xBE76A1) is known color: Bouquet. HEX triplet: BE, 76 and A1. RGB value is (190,118,161). Sum of RGB (Red+Green+Blue) = 190+118+161=469 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.51% from 469); Green value is 118 (46.48% from 255 or 25.16% from 469); Blue value is 161 (63.28% from 255 or 34.33% from 469); Max value from RGB is 190 - color contains mainly: red. Hex color #BE76A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE76A1 is #41895E. Grayscale: #909090. Windows color (decimal): -4295007 or 10581694. OLE color: 10581694.
HSL color Cylindrical-coordinate representation of color #BE76A1: hue angle of 324.17º 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 #BE76A1 is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 118 | 161 | - |
| CMYK | 0 | 0.38 | 0.15 | 0.25 |
| HSL | 324.17º | 0.36% | 0.6% | - |
| HSV(B) | 324.17º | 0.38% | 0.75% | - |
| XYZ | 34.15 | 26.48 | 37.03 | - |
| YUV | 144.43 | 137.35 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 118 | 161 | 0 | 0.38 | 0.15 | 0.25 | 324.17 | 0.36 | 0.6 |
| Hex | BE | 76 | A1 | 0 | 26 | F | 19 | 144 | 24 | 3C |
| Octal | 276 | 166 | 241 | 0 | 46 | 17 | 31 | 504 | 44 | 74 |
| Binary | 10111110 | 1110110 | 10100001 | 0 | 100110 | 1111 | 11001 | 101000100 | 100100 | 111100 |
Color Harmonies of #BE76A1
Complementary color
Monochromatic Colors of #BE76A1
Black with #BE76A1
Text Example
Text Example
White with #BE76A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE76A1; }
p { color: rgb(190,118,161); }
H1.HeaderClassName
{
color: #BE76A1;
}
.AnyTagClassName
{
color: #BE76A1;
}
</style>
background-color css
<style>
a { background-color: #BE76A1; }
a { background-color: rgb(190,118,161); }
div.DivClassName
{
background-color: #BE76A1;
}
.BgClassName
{
background-color: #BE76A1;
}
</style>
border-color css
<style>
span { border-color: #BE76A1; }
span { border-color: rgb(190,118,161); }
td.TdClassName
{
border-color: #BE76A1;
}
.TagClassName
{
border-color: #BE76A1;
}
</style>