Shades of Bouquet #B776A0
Tints of Bouquet #B776A0
RGB
CMYK
RGB Variations
Color information
#B776A0 (or 0xB776A0) is known color: Bouquet. HEX triplet: B7, 76 and A0. RGB value is (183,118,160). Sum of RGB (Red+Green+Blue) = 183+118+160=461 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.70% from 461); Green value is 118 (46.48% from 255 or 25.60% from 461); Blue value is 160 (62.89% from 255 or 34.71% from 461); Max value from RGB is 183 - color contains mainly: red. Hex color #B776A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B776A0 is #48895F. Grayscale: #8E8E8E. Windows color (decimal): -4753760 or 10516151. OLE color: 10516151.
HSL color Cylindrical-coordinate representation of color #B776A0: hue angle of 321.23º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B776A0 is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 118 | 160 | - |
| CMYK | 0 | 0.36 | 0.13 | 0.28 |
| HSL | 321.23º | 0.31% | 0.59% | - |
| HSV(B) | 321.23º | 0.36% | 0.72% | - |
| XYZ | 32.35 | 25.56 | 36.49 | - |
| YUV | 142.22 | 138.03 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 118 | 160 | 0 | 0.36 | 0.13 | 0.28 | 321.23 | 0.31 | 0.59 |
| Hex | B7 | 76 | A0 | 0 | 24 | D | 1C | 141 | 1F | 3B |
| Octal | 267 | 166 | 240 | 0 | 44 | 15 | 34 | 501 | 37 | 73 |
| Binary | 10110111 | 1110110 | 10100000 | 0 | 100100 | 1101 | 11100 | 101000001 | 11111 | 111011 |
Color Harmonies of #B776A0
Complementary color
Monochromatic Colors of #B776A0
Black with #B776A0
Text Example
Text Example
White with #B776A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B776A0; }
p { color: rgb(183,118,160); }
H1.HeaderClassName
{
color: #B776A0;
}
.AnyTagClassName
{
color: #B776A0;
}
</style>
background-color css
<style>
a { background-color: #B776A0; }
a { background-color: rgb(183,118,160); }
div.DivClassName
{
background-color: #B776A0;
}
.BgClassName
{
background-color: #B776A0;
}
</style>
border-color css
<style>
span { border-color: #B776A0; }
span { border-color: rgb(183,118,160); }
td.TdClassName
{
border-color: #B776A0;
}
.TagClassName
{
border-color: #B776A0;
}
</style>