Shades of Bouquet #B16F93
Tints of Bouquet #B16F93
RGB
CMYK
RGB Variations
Color information
#B16F93 (or 0xB16F93) is known color: Bouquet. HEX triplet: B1, 6F and 93. RGB value is (177,111,147). Sum of RGB (Red+Green+Blue) = 177+111+147=435 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.69% from 435); Green value is 111 (43.75% from 255 or 25.52% from 435); Blue value is 147 (57.81% from 255 or 33.79% from 435); Max value from RGB is 177 - color contains mainly: red. Hex color #B16F93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16F93 is #4E906C. Grayscale: #868686. Windows color (decimal): -5148781 or 9662385. OLE color: 9662385.
HSL color Cylindrical-coordinate representation of color #B16F93: hue angle of 327.27º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B16F93 is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 111 | 147 | - |
| CMYK | 0 | 0.37 | 0.17 | 0.31 |
| HSL | 327.27º | 0.3% | 0.56% | - |
| HSV(B) | 327.27º | 0.37% | 0.69% | - |
| XYZ | 29.08 | 22.82 | 30.48 | - |
| YUV | 134.84 | 134.87 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 111 | 147 | 0 | 0.37 | 0.17 | 0.31 | 327.27 | 0.3 | 0.56 |
| Hex | B1 | 6F | 93 | 0 | 25 | 11 | 1F | 147 | 1E | 38 |
| Octal | 261 | 157 | 223 | 0 | 45 | 21 | 37 | 507 | 36 | 70 |
| Binary | 10110001 | 1101111 | 10010011 | 0 | 100101 | 10001 | 11111 | 101000111 | 11110 | 111000 |
Color Harmonies of #B16F93
Complementary color
Monochromatic Colors of #B16F93
Black with #B16F93
Text Example
Text Example
White with #B16F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16F93; }
p { color: rgb(177,111,147); }
H1.HeaderClassName
{
color: #B16F93;
}
.AnyTagClassName
{
color: #B16F93;
}
</style>
background-color css
<style>
a { background-color: #B16F93; }
a { background-color: rgb(177,111,147); }
div.DivClassName
{
background-color: #B16F93;
}
.BgClassName
{
background-color: #B16F93;
}
</style>
border-color css
<style>
span { border-color: #B16F93; }
span { border-color: rgb(177,111,147); }
td.TdClassName
{
border-color: #B16F93;
}
.TagClassName
{
border-color: #B16F93;
}
</style>