Shades of Bouquet #B16C9B
Tints of Bouquet #B16C9B
RGB
CMYK
RGB Variations
Color information
#B16C9B (or 0xB16C9B) is known color: Bouquet. HEX triplet: B1, 6C and 9B. RGB value is (177,108,155). Sum of RGB (Red+Green+Blue) = 177+108+155=440 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.23% from 440); Green value is 108 (42.58% from 255 or 24.55% from 440); Blue value is 155 (60.94% from 255 or 35.23% from 440); Max value from RGB is 177 - color contains mainly: red. Hex color #B16C9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16C9B is #4E9364. Grayscale: #858585. Windows color (decimal): -5149541 or 10185905. OLE color: 10185905.
HSL color Cylindrical-coordinate representation of color #B16C9B: hue angle of 319.13º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B16C9B is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 108 | 155 | - |
| CMYK | 0 | 0.39 | 0.12 | 0.31 |
| HSL | 319.13º | 0.31% | 0.56% | - |
| HSV(B) | 319.13º | 0.39% | 0.69% | - |
| XYZ | 29.41 | 22.44 | 33.79 | - |
| YUV | 133.99 | 139.86 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 108 | 155 | 0 | 0.39 | 0.12 | 0.31 | 319.13 | 0.31 | 0.56 |
| Hex | B1 | 6C | 9B | 0 | 27 | C | 1F | 13F | 1F | 38 |
| Octal | 261 | 154 | 233 | 0 | 47 | 14 | 37 | 477 | 37 | 70 |
| Binary | 10110001 | 1101100 | 10011011 | 0 | 100111 | 1100 | 11111 | 100111111 | 11111 | 111000 |
Color Harmonies of #B16C9B
Complementary color
Monochromatic Colors of #B16C9B
Black with #B16C9B
Text Example
Text Example
White with #B16C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16C9B; }
p { color: rgb(177,108,155); }
H1.HeaderClassName
{
color: #B16C9B;
}
.AnyTagClassName
{
color: #B16C9B;
}
</style>
background-color css
<style>
a { background-color: #B16C9B; }
a { background-color: rgb(177,108,155); }
div.DivClassName
{
background-color: #B16C9B;
}
.BgClassName
{
background-color: #B16C9B;
}
</style>
border-color css
<style>
span { border-color: #B16C9B; }
span { border-color: rgb(177,108,155); }
td.TdClassName
{
border-color: #B16C9B;
}
.TagClassName
{
border-color: #B16C9B;
}
</style>