Shades of Bouquet #B17F94
Tints of Bouquet #B17F94
RGB
CMYK
RGB Variations
Color information
#B17F94 (or 0xB17F94) is known color: Bouquet. HEX triplet: B1, 7F and 94. RGB value is (177,127,148). Sum of RGB (Red+Green+Blue) = 177+127+148=452 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.16% from 452); Green value is 127 (50% from 255 or 28.10% from 452); Blue value is 148 (58.20% from 255 or 32.74% from 452); Max value from RGB is 177 - color contains mainly: red. Hex color #B17F94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17F94 is #4E806B. Grayscale: #909090. Windows color (decimal): -5144684 or 9732017. OLE color: 9732017.
HSL color Cylindrical-coordinate representation of color #B17F94: hue angle of 334.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 #B17F94 is Cyan = 0, Magento = 0.28, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 127 | 148 | - |
| CMYK | 0 | 0.28 | 0.16 | 0.31 |
| HSL | 334.8º | 0.24% | 0.6% | - |
| HSV(B) | 334.8º | 0.28% | 0.69% | - |
| XYZ | 31.07 | 26.66 | 31.53 | - |
| YUV | 144.34 | 130.07 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 127 | 148 | 0 | 0.28 | 0.16 | 0.31 | 334.8 | 0.24 | 0.6 |
| Hex | B1 | 7F | 94 | 0 | 1C | 10 | 1F | 14F | 18 | 3C |
| Octal | 261 | 177 | 224 | 0 | 34 | 20 | 37 | 517 | 30 | 74 |
| Binary | 10110001 | 1111111 | 10010100 | 0 | 11100 | 10000 | 11111 | 101001111 | 11000 | 111100 |
Color Harmonies of #B17F94
Complementary color
Monochromatic Colors of #B17F94
Black with #B17F94
Text Example
Text Example
White with #B17F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17F94; }
p { color: rgb(177,127,148); }
H1.HeaderClassName
{
color: #B17F94;
}
.AnyTagClassName
{
color: #B17F94;
}
</style>
background-color css
<style>
a { background-color: #B17F94; }
a { background-color: rgb(177,127,148); }
div.DivClassName
{
background-color: #B17F94;
}
.BgClassName
{
background-color: #B17F94;
}
</style>
border-color css
<style>
span { border-color: #B17F94; }
span { border-color: rgb(177,127,148); }
td.TdClassName
{
border-color: #B17F94;
}
.TagClassName
{
border-color: #B17F94;
}
</style>