Shades of Bouquet #B6799E
Tints of Bouquet #B6799E
RGB
CMYK
RGB Variations
Color information
#B6799E (or 0xB6799E) is known color: Bouquet. HEX triplet: B6, 79 and 9E. RGB value is (182,121,158). Sum of RGB (Red+Green+Blue) = 182+121+158=461 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.48% from 461); Green value is 121 (47.66% from 255 or 26.25% from 461); Blue value is 158 (62.11% from 255 or 34.27% from 461); Max value from RGB is 182 - color contains mainly: red. Hex color #B6799E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6799E is #498661. Grayscale: #8F8F8F. Windows color (decimal): -4818530 or 10385846. OLE color: 10385846.
HSL color Cylindrical-coordinate representation of color #B6799E: hue angle of 323.61º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B6799E is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 121 | 158 | - |
| CMYK | 0 | 0.34 | 0.13 | 0.29 |
| HSL | 323.61º | 0.29% | 0.59% | - |
| HSV(B) | 323.61º | 0.34% | 0.71% | - |
| XYZ | 32.3 | 26.09 | 35.68 | - |
| YUV | 143.46 | 136.21 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 121 | 158 | 0 | 0.34 | 0.13 | 0.29 | 323.61 | 0.29 | 0.59 |
| Hex | B6 | 79 | 9E | 0 | 22 | D | 1D | 144 | 1D | 3B |
| Octal | 266 | 171 | 236 | 0 | 42 | 15 | 35 | 504 | 35 | 73 |
| Binary | 10110110 | 1111001 | 10011110 | 0 | 100010 | 1101 | 11101 | 101000100 | 11101 | 111011 |
Color Harmonies of #B6799E
Complementary color
Monochromatic Colors of #B6799E
Black with #B6799E
Text Example
Text Example
White with #B6799E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6799E; }
p { color: rgb(182,121,158); }
H1.HeaderClassName
{
color: #B6799E;
}
.AnyTagClassName
{
color: #B6799E;
}
</style>
background-color css
<style>
a { background-color: #B6799E; }
a { background-color: rgb(182,121,158); }
div.DivClassName
{
background-color: #B6799E;
}
.BgClassName
{
background-color: #B6799E;
}
</style>
border-color css
<style>
span { border-color: #B6799E; }
span { border-color: rgb(182,121,158); }
td.TdClassName
{
border-color: #B6799E;
}
.TagClassName
{
border-color: #B6799E;
}
</style>