Shades of Bouquet #B778A6
Tints of Bouquet #B778A6
RGB
CMYK
RGB Variations
Color information
#B778A6 (or 0xB778A6) is known color: Bouquet. HEX triplet: B7, 78 and A6. RGB value is (183,120,166). Sum of RGB (Red+Green+Blue) = 183+120+166=469 (62% of max value = 765). Red value is 183 (71.88% from 255 or 39.02% from 469); Green value is 120 (47.27% from 255 or 25.59% from 469); Blue value is 166 (65.23% from 255 or 35.39% from 469); Max value from RGB is 183 - color contains mainly: red. Hex color #B778A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B778A6 is #488759. Grayscale: #8F8F8F. Windows color (decimal): -4753242 or 10909879. OLE color: 10909879.
HSL color Cylindrical-coordinate representation of color #B778A6: hue angle of 316.19º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B778A6 is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 120 | 166 | - |
| CMYK | 0 | 0.34 | 0.09 | 0.28 |
| HSL | 316.19º | 0.3% | 0.59% | - |
| HSV(B) | 316.19º | 0.34% | 0.72% | - |
| XYZ | 33.13 | 26.25 | 39.4 | - |
| YUV | 144.08 | 140.37 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 120 | 166 | 0 | 0.34 | 0.09 | 0.28 | 316.19 | 0.3 | 0.59 |
| Hex | B7 | 78 | A6 | 0 | 22 | 9 | 1C | 13C | 1E | 3B |
| Octal | 267 | 170 | 246 | 0 | 42 | 11 | 34 | 474 | 36 | 73 |
| Binary | 10110111 | 1111000 | 10100110 | 0 | 100010 | 1001 | 11100 | 100111100 | 11110 | 111011 |
Color Harmonies of #B778A6
Complementary color
Monochromatic Colors of #B778A6
Black with #B778A6
Text Example
Text Example
White with #B778A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B778A6; }
p { color: rgb(183,120,166); }
H1.HeaderClassName
{
color: #B778A6;
}
.AnyTagClassName
{
color: #B778A6;
}
</style>
background-color css
<style>
a { background-color: #B778A6; }
a { background-color: rgb(183,120,166); }
div.DivClassName
{
background-color: #B778A6;
}
.BgClassName
{
background-color: #B778A6;
}
</style>
border-color css
<style>
span { border-color: #B778A6; }
span { border-color: rgb(183,120,166); }
td.TdClassName
{
border-color: #B778A6;
}
.TagClassName
{
border-color: #B778A6;
}
</style>