Shades of Bouquet #B77AA0
Tints of Bouquet #B77AA0
RGB
CMYK
RGB Variations
Color information
#B77AA0 (or 0xB77AA0) is known color: Bouquet. HEX triplet: B7, 7A and A0. RGB value is (183,122,160). Sum of RGB (Red+Green+Blue) = 183+122+160=465 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.35% from 465); Green value is 122 (48.05% from 255 or 26.24% from 465); Blue value is 160 (62.89% from 255 or 34.41% from 465); Max value from RGB is 183 - color contains mainly: red. Hex color #B77AA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77AA0 is #48855F. Grayscale: #909090. Windows color (decimal): -4752736 or 10517175. OLE color: 10517175.
HSL color Cylindrical-coordinate representation of color #B77AA0: hue angle of 322.62º 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 #B77AA0 is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 122 | 160 | - |
| CMYK | 0 | 0.33 | 0.13 | 0.28 |
| HSL | 322.62º | 0.3% | 0.6% | - |
| HSV(B) | 322.62º | 0.33% | 0.72% | - |
| XYZ | 32.83 | 26.52 | 36.65 | - |
| YUV | 144.57 | 136.71 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 122 | 160 | 0 | 0.33 | 0.13 | 0.28 | 322.62 | 0.3 | 0.6 |
| Hex | B7 | 7A | A0 | 0 | 21 | D | 1C | 143 | 1E | 3C |
| Octal | 267 | 172 | 240 | 0 | 41 | 15 | 34 | 503 | 36 | 74 |
| Binary | 10110111 | 1111010 | 10100000 | 0 | 100001 | 1101 | 11100 | 101000011 | 11110 | 111100 |
Color Harmonies of #B77AA0
Complementary color
Monochromatic Colors of #B77AA0
Black with #B77AA0
Text Example
Text Example
White with #B77AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77AA0; }
p { color: rgb(183,122,160); }
H1.HeaderClassName
{
color: #B77AA0;
}
.AnyTagClassName
{
color: #B77AA0;
}
</style>
background-color css
<style>
a { background-color: #B77AA0; }
a { background-color: rgb(183,122,160); }
div.DivClassName
{
background-color: #B77AA0;
}
.BgClassName
{
background-color: #B77AA0;
}
</style>
border-color css
<style>
span { border-color: #B77AA0; }
span { border-color: rgb(183,122,160); }
td.TdClassName
{
border-color: #B77AA0;
}
.TagClassName
{
border-color: #B77AA0;
}
</style>