Shades of Bouquet #B77EA0
Tints of Bouquet #B77EA0
RGB
CMYK
RGB Variations
Color information
#B77EA0 (or 0xB77EA0) is known color: Bouquet. HEX triplet: B7, 7E and A0. RGB value is (183,126,160). Sum of RGB (Red+Green+Blue) = 183+126+160=469 (62% of max value = 765). Red value is 183 (71.88% from 255 or 39.02% from 469); Green value is 126 (49.61% from 255 or 26.87% from 469); Blue value is 160 (62.89% from 255 or 34.12% from 469); Max value from RGB is 183 - color contains mainly: red. Hex color #B77EA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77EA0 is #48815F. Grayscale: #929292. Windows color (decimal): -4751712 or 10518199. OLE color: 10518199.
HSL color Cylindrical-coordinate representation of color #B77EA0: hue angle of 324.21º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B77EA0 is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 126 | 160 | - |
| CMYK | 0 | 0.31 | 0.13 | 0.28 |
| HSL | 324.21º | 0.28% | 0.61% | - |
| HSV(B) | 324.21º | 0.31% | 0.72% | - |
| XYZ | 33.33 | 27.53 | 36.81 | - |
| YUV | 146.92 | 135.38 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 126 | 160 | 0 | 0.31 | 0.13 | 0.28 | 324.21 | 0.28 | 0.61 |
| Hex | B7 | 7E | A0 | 0 | 1F | D | 1C | 144 | 1C | 3D |
| Octal | 267 | 176 | 240 | 0 | 37 | 15 | 34 | 504 | 34 | 75 |
| Binary | 10110111 | 1111110 | 10100000 | 0 | 11111 | 1101 | 11100 | 101000100 | 11100 | 111101 |
Color Harmonies of #B77EA0
Complementary color
Monochromatic Colors of #B77EA0
Black with #B77EA0
Text Example
Text Example
White with #B77EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77EA0; }
p { color: rgb(183,126,160); }
H1.HeaderClassName
{
color: #B77EA0;
}
.AnyTagClassName
{
color: #B77EA0;
}
</style>
background-color css
<style>
a { background-color: #B77EA0; }
a { background-color: rgb(183,126,160); }
div.DivClassName
{
background-color: #B77EA0;
}
.BgClassName
{
background-color: #B77EA0;
}
</style>
border-color css
<style>
span { border-color: #B77EA0; }
span { border-color: rgb(183,126,160); }
td.TdClassName
{
border-color: #B77EA0;
}
.TagClassName
{
border-color: #B77EA0;
}
</style>