Shades of Bouquet #B77AA9
Tints of Bouquet #B77AA9
RGB
CMYK
RGB Variations
Color information
#B77AA9 (or 0xB77AA9) is known color: Bouquet. HEX triplet: B7, 7A and A9. RGB value is (183,122,169). Sum of RGB (Red+Green+Blue) = 183+122+169=474 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.61% from 474); Green value is 122 (48.05% from 255 or 25.74% from 474); Blue value is 169 (66.41% from 255 or 35.65% from 474); Max value from RGB is 183 - color contains mainly: red. Hex color #B77AA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77AA9 is #488556. Grayscale: #919191. Windows color (decimal): -4752727 or 11106999. OLE color: 11106999.
HSL color Cylindrical-coordinate representation of color #B77AA9: hue angle of 313.77º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B77AA9 is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 122 | 169 | - |
| CMYK | 0 | 0.33 | 0.08 | 0.28 |
| HSL | 313.77º | 0.3% | 0.6% | - |
| HSV(B) | 313.77º | 0.33% | 0.72% | - |
| XYZ | 33.65 | 26.85 | 40.95 | - |
| YUV | 145.6 | 141.21 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 122 | 169 | 0 | 0.33 | 0.08 | 0.28 | 313.77 | 0.3 | 0.6 |
| Hex | B7 | 7A | A9 | 0 | 21 | 8 | 1C | 13A | 1E | 3C |
| Octal | 267 | 172 | 251 | 0 | 41 | 10 | 34 | 472 | 36 | 74 |
| Binary | 10110111 | 1111010 | 10101001 | 0 | 100001 | 1000 | 11100 | 100111010 | 11110 | 111100 |
Color Harmonies of #B77AA9
Complementary color
Monochromatic Colors of #B77AA9
Black with #B77AA9
Text Example
Text Example
White with #B77AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77AA9; }
p { color: rgb(183,122,169); }
H1.HeaderClassName
{
color: #B77AA9;
}
.AnyTagClassName
{
color: #B77AA9;
}
</style>
background-color css
<style>
a { background-color: #B77AA9; }
a { background-color: rgb(183,122,169); }
div.DivClassName
{
background-color: #B77AA9;
}
.BgClassName
{
background-color: #B77AA9;
}
</style>
border-color css
<style>
span { border-color: #B77AA9; }
span { border-color: rgb(183,122,169); }
td.TdClassName
{
border-color: #B77AA9;
}
.TagClassName
{
border-color: #B77AA9;
}
</style>