Shades of Bouquet #B6779D
Tints of Bouquet #B6779D
RGB
CMYK
RGB Variations
Color information
#B6779D (or 0xB6779D) is known color: Bouquet. HEX triplet: B6, 77 and 9D. RGB value is (182,119,157). Sum of RGB (Red+Green+Blue) = 182+119+157=458 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.74% from 458); Green value is 119 (46.88% from 255 or 25.98% from 458); Blue value is 157 (61.72% from 255 or 34.28% from 458); Max value from RGB is 182 - color contains mainly: red. Hex color #B6779D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6779D is #498862. Grayscale: #8E8E8E. Windows color (decimal): -4819043 or 10319798. OLE color: 10319798.
HSL color Cylindrical-coordinate representation of color #B6779D: hue angle of 323.81º 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 #B6779D is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 119 | 157 | - |
| CMYK | 0 | 0.35 | 0.14 | 0.29 |
| HSL | 323.81º | 0.3% | 0.59% | - |
| HSV(B) | 323.81º | 0.35% | 0.71% | - |
| XYZ | 31.97 | 25.57 | 35.15 | - |
| YUV | 142.17 | 136.37 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 119 | 157 | 0 | 0.35 | 0.14 | 0.29 | 323.81 | 0.3 | 0.59 |
| Hex | B6 | 77 | 9D | 0 | 23 | E | 1D | 144 | 1E | 3B |
| Octal | 266 | 167 | 235 | 0 | 43 | 16 | 35 | 504 | 36 | 73 |
| Binary | 10110110 | 1110111 | 10011101 | 0 | 100011 | 1110 | 11101 | 101000100 | 11110 | 111011 |
Color Harmonies of #B6779D
Complementary color
Monochromatic Colors of #B6779D
Black with #B6779D
Text Example
Text Example
White with #B6779D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6779D; }
p { color: rgb(182,119,157); }
H1.HeaderClassName
{
color: #B6779D;
}
.AnyTagClassName
{
color: #B6779D;
}
</style>
background-color css
<style>
a { background-color: #B6779D; }
a { background-color: rgb(182,119,157); }
div.DivClassName
{
background-color: #B6779D;
}
.BgClassName
{
background-color: #B6779D;
}
</style>
border-color css
<style>
span { border-color: #B6779D; }
span { border-color: rgb(182,119,157); }
td.TdClassName
{
border-color: #B6779D;
}
.TagClassName
{
border-color: #B6779D;
}
</style>