Shades of Bouquet #B77BA6
Tints of Bouquet #B77BA6
RGB
CMYK
RGB Variations
Color information
#B77BA6 (or 0xB77BA6) is known color: Bouquet. HEX triplet: B7, 7B and A6. RGB value is (183,123,166). Sum of RGB (Red+Green+Blue) = 183+123+166=472 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.77% from 472); Green value is 123 (48.44% from 255 or 26.06% from 472); Blue value is 166 (65.23% from 255 or 35.17% from 472); Max value from RGB is 183 - color contains mainly: red. Hex color #B77BA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77BA6 is #488459. Grayscale: #919191. Windows color (decimal): -4752474 or 10910647. OLE color: 10910647.
HSL color Cylindrical-coordinate representation of color #B77BA6: hue angle of 317º degrees, saturation: 0.29, 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 #B77BA6 is Cyan = 0, Magento = 0.33, Yellow = 0.09 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 123 | 166 | - |
| CMYK | 0 | 0.33 | 0.09 | 0.28 |
| HSL | 317º | 0.29% | 0.6% | - |
| HSV(B) | 317º | 0.33% | 0.72% | - |
| XYZ | 33.49 | 26.99 | 39.52 | - |
| YUV | 145.84 | 139.38 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 123 | 166 | 0 | 0.33 | 0.09 | 0.28 | 317 | 0.29 | 0.6 |
| Hex | B7 | 7B | A6 | 0 | 21 | 9 | 1C | 13D | 1D | 3C |
| Octal | 267 | 173 | 246 | 0 | 41 | 11 | 34 | 475 | 35 | 74 |
| Binary | 10110111 | 1111011 | 10100110 | 0 | 100001 | 1001 | 11100 | 100111101 | 11101 | 111100 |
Color Harmonies of #B77BA6
Complementary color
Monochromatic Colors of #B77BA6
Black with #B77BA6
Text Example
Text Example
White with #B77BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77BA6; }
p { color: rgb(183,123,166); }
H1.HeaderClassName
{
color: #B77BA6;
}
.AnyTagClassName
{
color: #B77BA6;
}
</style>
background-color css
<style>
a { background-color: #B77BA6; }
a { background-color: rgb(183,123,166); }
div.DivClassName
{
background-color: #B77BA6;
}
.BgClassName
{
background-color: #B77BA6;
}
</style>
border-color css
<style>
span { border-color: #B77BA6; }
span { border-color: rgb(183,123,166); }
td.TdClassName
{
border-color: #B77BA6;
}
.TagClassName
{
border-color: #B77BA6;
}
</style>