Shades of Bouquet #B16D9A
Tints of Bouquet #B16D9A
RGB
CMYK
RGB Variations
Color information
#B16D9A (or 0xB16D9A) is known color: Bouquet. HEX triplet: B1, 6D and 9A. RGB value is (177,109,154). Sum of RGB (Red+Green+Blue) = 177+109+154=440 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.23% from 440); Green value is 109 (42.97% from 255 or 24.77% from 440); Blue value is 154 (60.55% from 255 or 35% from 440); Max value from RGB is 177 - color contains mainly: red. Hex color #B16D9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16D9A is #4E9265. Grayscale: #868686. Windows color (decimal): -5149286 or 10120625. OLE color: 10120625.
HSL color Cylindrical-coordinate representation of color #B16D9A: hue angle of 320.29º 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 #B16D9A is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 109 | 154 | - |
| CMYK | 0 | 0.38 | 0.13 | 0.31 |
| HSL | 320.29º | 0.3% | 0.56% | - |
| HSV(B) | 320.29º | 0.38% | 0.69% | - |
| XYZ | 29.43 | 22.62 | 33.39 | - |
| YUV | 134.46 | 139.03 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 109 | 154 | 0 | 0.38 | 0.13 | 0.31 | 320.29 | 0.3 | 0.56 |
| Hex | B1 | 6D | 9A | 0 | 26 | D | 1F | 140 | 1E | 38 |
| Octal | 261 | 155 | 232 | 0 | 46 | 15 | 37 | 500 | 36 | 70 |
| Binary | 10110001 | 1101101 | 10011010 | 0 | 100110 | 1101 | 11111 | 101000000 | 11110 | 111000 |
Color Harmonies of #B16D9A
Complementary color
Monochromatic Colors of #B16D9A
Black with #B16D9A
Text Example
Text Example
White with #B16D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16D9A; }
p { color: rgb(177,109,154); }
H1.HeaderClassName
{
color: #B16D9A;
}
.AnyTagClassName
{
color: #B16D9A;
}
</style>
background-color css
<style>
a { background-color: #B16D9A; }
a { background-color: rgb(177,109,154); }
div.DivClassName
{
background-color: #B16D9A;
}
.BgClassName
{
background-color: #B16D9A;
}
</style>
border-color css
<style>
span { border-color: #B16D9A; }
span { border-color: rgb(177,109,154); }
td.TdClassName
{
border-color: #B16D9A;
}
.TagClassName
{
border-color: #B16D9A;
}
</style>