Shades of Bouquet #B17B9F
Tints of Bouquet #B17B9F
RGB
CMYK
RGB Variations
Color information
#B17B9F (or 0xB17B9F) is known color: Bouquet. HEX triplet: B1, 7B and 9F. RGB value is (177,123,159). Sum of RGB (Red+Green+Blue) = 177+123+159=459 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.56% from 459); Green value is 123 (48.44% from 255 or 26.80% from 459); Blue value is 159 (62.5% from 255 or 34.64% from 459); Max value from RGB is 177 - color contains mainly: red. Hex color #B17B9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17B9F is #4E8460. Grayscale: #8F8F8F. Windows color (decimal): -5145697 or 10451889. OLE color: 10451889.
HSL color Cylindrical-coordinate representation of color #B17B9F: hue angle of 320º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B17B9F is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 123 | 159 | - |
| CMYK | 0 | 0.31 | 0.10 | 0.31 |
| HSL | 320º | 0.26% | 0.59% | - |
| HSV(B) | 320º | 0.31% | 0.69% | - |
| XYZ | 31.47 | 26.02 | 36.16 | - |
| YUV | 143.25 | 136.89 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 123 | 159 | 0 | 0.31 | 0.10 | 0.31 | 320 | 0.26 | 0.59 |
| Hex | B1 | 7B | 9F | 0 | 1F | A | 1F | 140 | 1A | 3B |
| Octal | 261 | 173 | 237 | 0 | 37 | 12 | 37 | 500 | 32 | 73 |
| Binary | 10110001 | 1111011 | 10011111 | 0 | 11111 | 1010 | 11111 | 101000000 | 11010 | 111011 |
Color Harmonies of #B17B9F
Complementary color
Monochromatic Colors of #B17B9F
Black with #B17B9F
Text Example
Text Example
White with #B17B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17B9F; }
p { color: rgb(177,123,159); }
H1.HeaderClassName
{
color: #B17B9F;
}
.AnyTagClassName
{
color: #B17B9F;
}
</style>
background-color css
<style>
a { background-color: #B17B9F; }
a { background-color: rgb(177,123,159); }
div.DivClassName
{
background-color: #B17B9F;
}
.BgClassName
{
background-color: #B17B9F;
}
</style>
border-color css
<style>
span { border-color: #B17B9F; }
span { border-color: rgb(177,123,159); }
td.TdClassName
{
border-color: #B17B9F;
}
.TagClassName
{
border-color: #B17B9F;
}
</style>