Shades of Bouquet #B68AA6
Tints of Bouquet #B68AA6
RGB
CMYK
RGB Variations
Color information
#B68AA6 (or 0xB68AA6) is known color: Bouquet. HEX triplet: B6, 8A and A6. RGB value is (182,138,166). Sum of RGB (Red+Green+Blue) = 182+138+166=486 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.45% from 486); Green value is 138 (54.30% from 255 or 28.40% from 486); Blue value is 166 (65.23% from 255 or 34.16% from 486); Max value from RGB is 182 - color contains mainly: red. Hex color #B68AA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68AA6 is #497559. Grayscale: #9A9A9A. Windows color (decimal): -4814170 or 10914486. OLE color: 10914486.
HSL color Cylindrical-coordinate representation of color #B68AA6: hue angle of 321.82º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B68AA6 is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 138 | 166 | - |
| CMYK | 0 | 0.24 | 0.09 | 0.29 |
| HSL | 321.82º | 0.23% | 0.63% | - |
| HSV(B) | 321.82º | 0.24% | 0.71% | - |
| XYZ | 35.26 | 30.88 | 40.18 | - |
| YUV | 154.35 | 134.58 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 138 | 166 | 0 | 0.24 | 0.09 | 0.29 | 321.82 | 0.23 | 0.63 |
| Hex | B6 | 8A | A6 | 0 | 18 | 9 | 1D | 142 | 17 | 3F |
| Octal | 266 | 212 | 246 | 0 | 30 | 11 | 35 | 502 | 27 | 77 |
| Binary | 10110110 | 10001010 | 10100110 | 0 | 11000 | 1001 | 11101 | 101000010 | 10111 | 111111 |
Color Harmonies of #B68AA6
Complementary color
Monochromatic Colors of #B68AA6
Black with #B68AA6
Text Example
Text Example
White with #B68AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68AA6; }
p { color: rgb(182,138,166); }
H1.HeaderClassName
{
color: #B68AA6;
}
.AnyTagClassName
{
color: #B68AA6;
}
</style>
background-color css
<style>
a { background-color: #B68AA6; }
a { background-color: rgb(182,138,166); }
div.DivClassName
{
background-color: #B68AA6;
}
.BgClassName
{
background-color: #B68AA6;
}
</style>
border-color css
<style>
span { border-color: #B68AA6; }
span { border-color: rgb(182,138,166); }
td.TdClassName
{
border-color: #B68AA6;
}
.TagClassName
{
border-color: #B68AA6;
}
</style>