Shades of Bouquet #B16E9D
Tints of Bouquet #B16E9D
RGB
CMYK
RGB Variations
Color information
#B16E9D (or 0xB16E9D) is known color: Bouquet. HEX triplet: B1, 6E and 9D. RGB value is (177,110,157). Sum of RGB (Red+Green+Blue) = 177+110+157=444 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.86% from 444); Green value is 110 (43.36% from 255 or 24.77% from 444); Blue value is 157 (61.72% from 255 or 35.36% from 444); Max value from RGB is 177 - color contains mainly: red. Hex color #B16E9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16E9D is #4E9162. Grayscale: #878787. Windows color (decimal): -5149027 or 10317489. OLE color: 10317489.
HSL color Cylindrical-coordinate representation of color #B16E9D: hue angle of 317.91º 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 #B16E9D is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 110 | 157 | - |
| CMYK | 0 | 0.38 | 0.11 | 0.31 |
| HSL | 317.91º | 0.3% | 0.56% | - |
| HSV(B) | 317.91º | 0.38% | 0.69% | - |
| XYZ | 29.79 | 22.93 | 34.75 | - |
| YUV | 135.39 | 140.2 | 157.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 110 | 157 | 0 | 0.38 | 0.11 | 0.31 | 317.91 | 0.3 | 0.56 |
| Hex | B1 | 6E | 9D | 0 | 26 | B | 1F | 13E | 1E | 38 |
| Octal | 261 | 156 | 235 | 0 | 46 | 13 | 37 | 476 | 36 | 70 |
| Binary | 10110001 | 1101110 | 10011101 | 0 | 100110 | 1011 | 11111 | 100111110 | 11110 | 111000 |
Color Harmonies of #B16E9D
Complementary color
Monochromatic Colors of #B16E9D
Black with #B16E9D
Text Example
Text Example
White with #B16E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16E9D; }
p { color: rgb(177,110,157); }
H1.HeaderClassName
{
color: #B16E9D;
}
.AnyTagClassName
{
color: #B16E9D;
}
</style>
background-color css
<style>
a { background-color: #B16E9D; }
a { background-color: rgb(177,110,157); }
div.DivClassName
{
background-color: #B16E9D;
}
.BgClassName
{
background-color: #B16E9D;
}
</style>
border-color css
<style>
span { border-color: #B16E9D; }
span { border-color: rgb(177,110,157); }
td.TdClassName
{
border-color: #B16E9D;
}
.TagClassName
{
border-color: #B16E9D;
}
</style>