Shades of Bouquet #B77AAA
Tints of Bouquet #B77AAA
RGB
CMYK
RGB Variations
Color information
#B77AAA (or 0xB77AAA) is known color: Bouquet. HEX triplet: B7, 7A and AA. RGB value is (183,122,170). Sum of RGB (Red+Green+Blue) = 183+122+170=475 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.53% from 475); Green value is 122 (48.05% from 255 or 25.68% from 475); Blue value is 170 (66.80% from 255 or 35.79% from 475); Max value from RGB is 183 - color contains mainly: red. Hex color #B77AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77AAA is #488555. Grayscale: #919191. Windows color (decimal): -4752726 or 11172535. OLE color: 11172535.
HSL color Cylindrical-coordinate representation of color #B77AAA: hue angle of 312.79º 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 #B77AAA is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 122 | 170 | - |
| CMYK | 0 | 0.33 | 0.07 | 0.28 |
| HSL | 312.79º | 0.3% | 0.6% | - |
| HSV(B) | 312.79º | 0.33% | 0.72% | - |
| XYZ | 33.74 | 26.89 | 41.44 | - |
| YUV | 145.71 | 141.71 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 122 | 170 | 0 | 0.33 | 0.07 | 0.28 | 312.79 | 0.3 | 0.6 |
| Hex | B7 | 7A | AA | 0 | 21 | 7 | 1C | 139 | 1E | 3C |
| Octal | 267 | 172 | 252 | 0 | 41 | 7 | 34 | 471 | 36 | 74 |
| Binary | 10110111 | 1111010 | 10101010 | 0 | 100001 | 111 | 11100 | 100111001 | 11110 | 111100 |
Color Harmonies of #B77AAA
Complementary color
Monochromatic Colors of #B77AAA
Black with #B77AAA
Text Example
Text Example
White with #B77AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77AAA; }
p { color: rgb(183,122,170); }
H1.HeaderClassName
{
color: #B77AAA;
}
.AnyTagClassName
{
color: #B77AAA;
}
</style>
background-color css
<style>
a { background-color: #B77AAA; }
a { background-color: rgb(183,122,170); }
div.DivClassName
{
background-color: #B77AAA;
}
.BgClassName
{
background-color: #B77AAA;
}
</style>
border-color css
<style>
span { border-color: #B77AAA; }
span { border-color: rgb(183,122,170); }
td.TdClassName
{
border-color: #B77AAA;
}
.TagClassName
{
border-color: #B77AAA;
}
</style>