Shades of Bouquet #B6779B
Tints of Bouquet #B6779B
RGB
CMYK
RGB Variations
Color information
#B6779B (or 0xB6779B) is known color: Bouquet. HEX triplet: B6, 77 and 9B. RGB value is (182,119,155). Sum of RGB (Red+Green+Blue) = 182+119+155=456 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.91% from 456); Green value is 119 (46.88% from 255 or 26.10% from 456); Blue value is 155 (60.94% from 255 or 33.99% from 456); Max value from RGB is 182 - color contains mainly: red. Hex color #B6779B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6779B is #498864. Grayscale: #8D8D8D. Windows color (decimal): -4819045 or 10188726. OLE color: 10188726.
HSL color Cylindrical-coordinate representation of color #B6779B: hue angle of 325.71º 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 #B6779B is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 119 | 155 | - |
| CMYK | 0 | 0.35 | 0.15 | 0.29 |
| HSL | 325.71º | 0.3% | 0.59% | - |
| HSV(B) | 325.71º | 0.35% | 0.71% | - |
| XYZ | 31.8 | 25.51 | 34.26 | - |
| YUV | 141.94 | 135.37 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 119 | 155 | 0 | 0.35 | 0.15 | 0.29 | 325.71 | 0.3 | 0.59 |
| Hex | B6 | 77 | 9B | 0 | 23 | F | 1D | 146 | 1E | 3B |
| Octal | 266 | 167 | 233 | 0 | 43 | 17 | 35 | 506 | 36 | 73 |
| Binary | 10110110 | 1110111 | 10011011 | 0 | 100011 | 1111 | 11101 | 101000110 | 11110 | 111011 |
Color Harmonies of #B6779B
Complementary color
Monochromatic Colors of #B6779B
Black with #B6779B
Text Example
Text Example
White with #B6779B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6779B; }
p { color: rgb(182,119,155); }
H1.HeaderClassName
{
color: #B6779B;
}
.AnyTagClassName
{
color: #B6779B;
}
</style>
background-color css
<style>
a { background-color: #B6779B; }
a { background-color: rgb(182,119,155); }
div.DivClassName
{
background-color: #B6779B;
}
.BgClassName
{
background-color: #B6779B;
}
</style>
border-color css
<style>
span { border-color: #B6779B; }
span { border-color: rgb(182,119,155); }
td.TdClassName
{
border-color: #B6779B;
}
.TagClassName
{
border-color: #B6779B;
}
</style>