Shades of Bouquet #BE77AA
Tints of Bouquet #BE77AA
RGB
CMYK
RGB Variations
Color information
#BE77AA (or 0xBE77AA) is known color: Bouquet. HEX triplet: BE, 77 and AA. RGB value is (190,119,170). Sum of RGB (Red+Green+Blue) = 190+119+170=479 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.67% from 479); Green value is 119 (46.88% from 255 or 24.84% from 479); Blue value is 170 (66.80% from 255 or 35.49% from 479); Max value from RGB is 190 - color contains mainly: red. Hex color #BE77AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE77AA is #418855. Grayscale: #919191. Windows color (decimal): -4294742 or 11171774. OLE color: 11171774.
HSL color Cylindrical-coordinate representation of color #BE77AA: hue angle of 316.9º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BE77AA is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 119 | 170 | - |
| CMYK | 0 | 0.37 | 0.11 | 0.25 |
| HSL | 316.9º | 0.35% | 0.61% | - |
| HSV(B) | 316.9º | 0.37% | 0.75% | - |
| XYZ | 35.09 | 27.04 | 41.4 | - |
| YUV | 146.04 | 141.52 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 119 | 170 | 0 | 0.37 | 0.11 | 0.25 | 316.9 | 0.35 | 0.61 |
| Hex | BE | 77 | AA | 0 | 25 | B | 19 | 13D | 23 | 3D |
| Octal | 276 | 167 | 252 | 0 | 45 | 13 | 31 | 475 | 43 | 75 |
| Binary | 10111110 | 1110111 | 10101010 | 0 | 100101 | 1011 | 11001 | 100111101 | 100011 | 111101 |
Color Harmonies of #BE77AA
Complementary color
Monochromatic Colors of #BE77AA
Black with #BE77AA
Text Example
Text Example
White with #BE77AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE77AA; }
p { color: rgb(190,119,170); }
H1.HeaderClassName
{
color: #BE77AA;
}
.AnyTagClassName
{
color: #BE77AA;
}
</style>
background-color css
<style>
a { background-color: #BE77AA; }
a { background-color: rgb(190,119,170); }
div.DivClassName
{
background-color: #BE77AA;
}
.BgClassName
{
background-color: #BE77AA;
}
</style>
border-color css
<style>
span { border-color: #BE77AA; }
span { border-color: rgb(190,119,170); }
td.TdClassName
{
border-color: #BE77AA;
}
.TagClassName
{
border-color: #BE77AA;
}
</style>