Shades of Bouquet #B16E9E
Tints of Bouquet #B16E9E
RGB
CMYK
RGB Variations
Color information
#B16E9E (or 0xB16E9E) is known color: Bouquet. HEX triplet: B1, 6E and 9E. RGB value is (177,110,158). Sum of RGB (Red+Green+Blue) = 177+110+158=445 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.78% from 445); Green value is 110 (43.36% from 255 or 24.72% from 445); Blue value is 158 (62.11% from 255 or 35.51% from 445); Max value from RGB is 177 - color contains mainly: red. Hex color #B16E9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16E9E is #4E9161. Grayscale: #878787. Windows color (decimal): -5149026 or 10383025. OLE color: 10383025.
HSL color Cylindrical-coordinate representation of color #B16E9E: hue angle of 317.01º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B16E9E is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 110 | 158 | - |
| CMYK | 0 | 0.38 | 0.11 | 0.31 |
| HSL | 317.01º | 0.3% | 0.56% | - |
| HSV(B) | 317.01º | 0.38% | 0.69% | - |
| XYZ | 29.88 | 22.97 | 35.21 | - |
| YUV | 135.51 | 140.7 | 157.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 110 | 158 | 0 | 0.38 | 0.11 | 0.31 | 317.01 | 0.3 | 0.56 |
| Hex | B1 | 6E | 9E | 0 | 26 | B | 1F | 13D | 1E | 38 |
| Octal | 261 | 156 | 236 | 0 | 46 | 13 | 37 | 475 | 36 | 70 |
| Binary | 10110001 | 1101110 | 10011110 | 0 | 100110 | 1011 | 11111 | 100111101 | 11110 | 111000 |
Color Harmonies of #B16E9E
Complementary color
Monochromatic Colors of #B16E9E
Black with #B16E9E
Text Example
Text Example
White with #B16E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16E9E; }
p { color: rgb(177,110,158); }
H1.HeaderClassName
{
color: #B16E9E;
}
.AnyTagClassName
{
color: #B16E9E;
}
</style>
background-color css
<style>
a { background-color: #B16E9E; }
a { background-color: rgb(177,110,158); }
div.DivClassName
{
background-color: #B16E9E;
}
.BgClassName
{
background-color: #B16E9E;
}
</style>
border-color css
<style>
span { border-color: #B16E9E; }
span { border-color: rgb(177,110,158); }
td.TdClassName
{
border-color: #B16E9E;
}
.TagClassName
{
border-color: #B16E9E;
}
</style>