Shades of Bouquet #BE77A8
Tints of Bouquet #BE77A8
RGB
CMYK
RGB Variations
Color information
#BE77A8 (or 0xBE77A8) is known color: Bouquet. HEX triplet: BE, 77 and A8. RGB value is (190,119,168). Sum of RGB (Red+Green+Blue) = 190+119+168=477 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.83% from 477); Green value is 119 (46.88% from 255 or 24.95% from 477); Blue value is 168 (66.02% from 255 or 35.22% from 477); Max value from RGB is 190 - color contains mainly: red. Hex color #BE77A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE77A8 is #418857. Grayscale: #919191. Windows color (decimal): -4294744 or 11040702. OLE color: 11040702.
HSL color Cylindrical-coordinate representation of color #BE77A8: hue angle of 318.59º 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 #BE77A8 is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 119 | 168 | - |
| CMYK | 0 | 0.37 | 0.12 | 0.25 |
| HSL | 318.59º | 0.35% | 0.61% | - |
| HSV(B) | 318.59º | 0.37% | 0.75% | - |
| XYZ | 34.9 | 26.97 | 40.41 | - |
| YUV | 145.82 | 140.52 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 119 | 168 | 0 | 0.37 | 0.12 | 0.25 | 318.59 | 0.35 | 0.61 |
| Hex | BE | 77 | A8 | 0 | 25 | C | 19 | 13F | 23 | 3D |
| Octal | 276 | 167 | 250 | 0 | 45 | 14 | 31 | 477 | 43 | 75 |
| Binary | 10111110 | 1110111 | 10101000 | 0 | 100101 | 1100 | 11001 | 100111111 | 100011 | 111101 |
Color Harmonies of #BE77A8
Complementary color
Monochromatic Colors of #BE77A8
Black with #BE77A8
Text Example
Text Example
White with #BE77A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE77A8; }
p { color: rgb(190,119,168); }
H1.HeaderClassName
{
color: #BE77A8;
}
.AnyTagClassName
{
color: #BE77A8;
}
</style>
background-color css
<style>
a { background-color: #BE77A8; }
a { background-color: rgb(190,119,168); }
div.DivClassName
{
background-color: #BE77A8;
}
.BgClassName
{
background-color: #BE77A8;
}
</style>
border-color css
<style>
span { border-color: #BE77A8; }
span { border-color: rgb(190,119,168); }
td.TdClassName
{
border-color: #BE77A8;
}
.TagClassName
{
border-color: #BE77A8;
}
</style>