Shades of Bouquet #B6789D
Tints of Bouquet #B6789D
RGB
CMYK
RGB Variations
Color information
#B6789D (or 0xB6789D) is known color: Bouquet. HEX triplet: B6, 78 and 9D. RGB value is (182,120,157). Sum of RGB (Red+Green+Blue) = 182+120+157=459 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.65% from 459); Green value is 120 (47.27% from 255 or 26.14% from 459); Blue value is 157 (61.72% from 255 or 34.20% from 459); Max value from RGB is 182 - color contains mainly: red. Hex color #B6789D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6789D is #498762. Grayscale: #8E8E8E. Windows color (decimal): -4818787 or 10320054. OLE color: 10320054.
HSL color Cylindrical-coordinate representation of color #B6789D: hue angle of 324.19º degrees, saturation: 0.3, 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 #B6789D is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 120 | 157 | - |
| CMYK | 0 | 0.34 | 0.14 | 0.29 |
| HSL | 324.19º | 0.3% | 0.59% | - |
| HSV(B) | 324.19º | 0.34% | 0.71% | - |
| XYZ | 32.09 | 25.81 | 35.19 | - |
| YUV | 142.76 | 136.04 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 120 | 157 | 0 | 0.34 | 0.14 | 0.29 | 324.19 | 0.3 | 0.59 |
| Hex | B6 | 78 | 9D | 0 | 22 | E | 1D | 144 | 1E | 3B |
| Octal | 266 | 170 | 235 | 0 | 42 | 16 | 35 | 504 | 36 | 73 |
| Binary | 10110110 | 1111000 | 10011101 | 0 | 100010 | 1110 | 11101 | 101000100 | 11110 | 111011 |
Color Harmonies of #B6789D
Complementary color
Monochromatic Colors of #B6789D
Black with #B6789D
Text Example
Text Example
White with #B6789D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6789D; }
p { color: rgb(182,120,157); }
H1.HeaderClassName
{
color: #B6789D;
}
.AnyTagClassName
{
color: #B6789D;
}
</style>
background-color css
<style>
a { background-color: #B6789D; }
a { background-color: rgb(182,120,157); }
div.DivClassName
{
background-color: #B6789D;
}
.BgClassName
{
background-color: #B6789D;
}
</style>
border-color css
<style>
span { border-color: #B6789D; }
span { border-color: rgb(182,120,157); }
td.TdClassName
{
border-color: #B6789D;
}
.TagClassName
{
border-color: #B6789D;
}
</style>