Shades of Bouquet #B6779E
Tints of Bouquet #B6779E
RGB
CMYK
RGB Variations
Color information
#B6779E (or 0xB6779E) is known color: Bouquet. HEX triplet: B6, 77 and 9E. RGB value is (182,119,158). Sum of RGB (Red+Green+Blue) = 182+119+158=459 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.65% from 459); Green value is 119 (46.88% from 255 or 25.93% from 459); Blue value is 158 (62.11% from 255 or 34.42% from 459); Max value from RGB is 182 - color contains mainly: red. Hex color #B6779E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6779E is #498861. Grayscale: #8E8E8E. Windows color (decimal): -4819042 or 10385334. OLE color: 10385334.
HSL color Cylindrical-coordinate representation of color #B6779E: hue angle of 322.86º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B6779E is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 119 | 158 | - |
| CMYK | 0 | 0.35 | 0.13 | 0.29 |
| HSL | 322.86º | 0.3% | 0.59% | - |
| HSV(B) | 322.86º | 0.35% | 0.71% | - |
| XYZ | 32.06 | 25.61 | 35.6 | - |
| YUV | 142.28 | 136.87 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 119 | 158 | 0 | 0.35 | 0.13 | 0.29 | 322.86 | 0.3 | 0.59 |
| Hex | B6 | 77 | 9E | 0 | 23 | D | 1D | 143 | 1E | 3B |
| Octal | 266 | 167 | 236 | 0 | 43 | 15 | 35 | 503 | 36 | 73 |
| Binary | 10110110 | 1110111 | 10011110 | 0 | 100011 | 1101 | 11101 | 101000011 | 11110 | 111011 |
Color Harmonies of #B6779E
Complementary color
Monochromatic Colors of #B6779E
Black with #B6779E
Text Example
Text Example
White with #B6779E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6779E; }
p { color: rgb(182,119,158); }
H1.HeaderClassName
{
color: #B6779E;
}
.AnyTagClassName
{
color: #B6779E;
}
</style>
background-color css
<style>
a { background-color: #B6779E; }
a { background-color: rgb(182,119,158); }
div.DivClassName
{
background-color: #B6779E;
}
.BgClassName
{
background-color: #B6779E;
}
</style>
border-color css
<style>
span { border-color: #B6779E; }
span { border-color: rgb(182,119,158); }
td.TdClassName
{
border-color: #B6779E;
}
.TagClassName
{
border-color: #B6779E;
}
</style>