Shades of Bouquet #B17F99
Tints of Bouquet #B17F99
RGB
CMYK
RGB Variations
Color information
#B17F99 (or 0xB17F99) is known color: Bouquet. HEX triplet: B1, 7F and 99. RGB value is (177,127,153). Sum of RGB (Red+Green+Blue) = 177+127+153=457 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.73% from 457); Green value is 127 (50% from 255 or 27.79% from 457); Blue value is 153 (60.16% from 255 or 33.48% from 457); Max value from RGB is 177 - color contains mainly: red. Hex color #B17F99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17F99 is #4E8066. Grayscale: #909090. Windows color (decimal): -5144679 or 10059697. OLE color: 10059697.
HSL color Cylindrical-coordinate representation of color #B17F99: hue angle of 328.8º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B17F99 is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 127 | 153 | - |
| CMYK | 0 | 0.28 | 0.14 | 0.31 |
| HSL | 328.8º | 0.24% | 0.6% | - |
| HSV(B) | 328.8º | 0.28% | 0.69% | - |
| XYZ | 31.47 | 26.83 | 33.66 | - |
| YUV | 144.91 | 132.57 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 127 | 153 | 0 | 0.28 | 0.14 | 0.31 | 328.8 | 0.24 | 0.6 |
| Hex | B1 | 7F | 99 | 0 | 1C | E | 1F | 149 | 18 | 3C |
| Octal | 261 | 177 | 231 | 0 | 34 | 16 | 37 | 511 | 30 | 74 |
| Binary | 10110001 | 1111111 | 10011001 | 0 | 11100 | 1110 | 11111 | 101001001 | 11000 | 111100 |
Color Harmonies of #B17F99
Complementary color
Monochromatic Colors of #B17F99
Black with #B17F99
Text Example
Text Example
White with #B17F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17F99; }
p { color: rgb(177,127,153); }
H1.HeaderClassName
{
color: #B17F99;
}
.AnyTagClassName
{
color: #B17F99;
}
</style>
background-color css
<style>
a { background-color: #B17F99; }
a { background-color: rgb(177,127,153); }
div.DivClassName
{
background-color: #B17F99;
}
.BgClassName
{
background-color: #B17F99;
}
</style>
border-color css
<style>
span { border-color: #B17F99; }
span { border-color: rgb(177,127,153); }
td.TdClassName
{
border-color: #B17F99;
}
.TagClassName
{
border-color: #B17F99;
}
</style>