Shades of Bouquet #B6879E
Tints of Bouquet #B6879E
RGB
CMYK
RGB Variations
Color information
#B6879E (or 0xB6879E) is known color: Bouquet. HEX triplet: B6, 87 and 9E. RGB value is (182,135,158). Sum of RGB (Red+Green+Blue) = 182+135+158=475 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.32% from 475); Green value is 135 (53.12% from 255 or 28.42% from 475); Blue value is 158 (62.11% from 255 or 33.26% from 475); Max value from RGB is 182 - color contains mainly: red. Hex color #B6879E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6879E is #497861. Grayscale: #979797. Windows color (decimal): -4814946 or 10389430. OLE color: 10389430.
HSL color Cylindrical-coordinate representation of color #B6879E: hue angle of 330.64º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B6879E is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 135 | 158 | - |
| CMYK | 0 | 0.26 | 0.13 | 0.29 |
| HSL | 330.64º | 0.24% | 0.62% | - |
| HSV(B) | 330.64º | 0.26% | 0.71% | - |
| XYZ | 34.13 | 29.74 | 36.29 | - |
| YUV | 151.68 | 131.57 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 135 | 158 | 0 | 0.26 | 0.13 | 0.29 | 330.64 | 0.24 | 0.62 |
| Hex | B6 | 87 | 9E | 0 | 1A | D | 1D | 14B | 18 | 3E |
| Octal | 266 | 207 | 236 | 0 | 32 | 15 | 35 | 513 | 30 | 76 |
| Binary | 10110110 | 10000111 | 10011110 | 0 | 11010 | 1101 | 11101 | 101001011 | 11000 | 111110 |
Color Harmonies of #B6879E
Complementary color
Monochromatic Colors of #B6879E
Black with #B6879E
Text Example
Text Example
White with #B6879E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6879E; }
p { color: rgb(182,135,158); }
H1.HeaderClassName
{
color: #B6879E;
}
.AnyTagClassName
{
color: #B6879E;
}
</style>
background-color css
<style>
a { background-color: #B6879E; }
a { background-color: rgb(182,135,158); }
div.DivClassName
{
background-color: #B6879E;
}
.BgClassName
{
background-color: #B6879E;
}
</style>
border-color css
<style>
span { border-color: #B6879E; }
span { border-color: rgb(182,135,158); }
td.TdClassName
{
border-color: #B6879E;
}
.TagClassName
{
border-color: #B6879E;
}
</style>