Shades of Bouquet #B17B9D
Tints of Bouquet #B17B9D
RGB
CMYK
RGB Variations
Color information
#B17B9D (or 0xB17B9D) is known color: Bouquet. HEX triplet: B1, 7B and 9D. RGB value is (177,123,157). Sum of RGB (Red+Green+Blue) = 177+123+157=457 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.73% from 457); Green value is 123 (48.44% from 255 or 26.91% from 457); Blue value is 157 (61.72% from 255 or 34.35% from 457); Max value from RGB is 177 - color contains mainly: red. Hex color #B17B9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17B9D is #4E8462. Grayscale: #8E8E8E. Windows color (decimal): -5145699 or 10320817. OLE color: 10320817.
HSL color Cylindrical-coordinate representation of color #B17B9D: hue angle of 322.22º 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 #B17B9D is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 123 | 157 | - |
| CMYK | 0 | 0.31 | 0.11 | 0.31 |
| HSL | 322.22º | 0.26% | 0.59% | - |
| HSV(B) | 322.22º | 0.31% | 0.69% | - |
| XYZ | 31.3 | 25.95 | 35.26 | - |
| YUV | 143.02 | 135.89 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 123 | 157 | 0 | 0.31 | 0.11 | 0.31 | 322.22 | 0.26 | 0.59 |
| Hex | B1 | 7B | 9D | 0 | 1F | B | 1F | 142 | 1A | 3B |
| Octal | 261 | 173 | 235 | 0 | 37 | 13 | 37 | 502 | 32 | 73 |
| Binary | 10110001 | 1111011 | 10011101 | 0 | 11111 | 1011 | 11111 | 101000010 | 11010 | 111011 |
Color Harmonies of #B17B9D
Complementary color
Monochromatic Colors of #B17B9D
Black with #B17B9D
Text Example
Text Example
White with #B17B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17B9D; }
p { color: rgb(177,123,157); }
H1.HeaderClassName
{
color: #B17B9D;
}
.AnyTagClassName
{
color: #B17B9D;
}
</style>
background-color css
<style>
a { background-color: #B17B9D; }
a { background-color: rgb(177,123,157); }
div.DivClassName
{
background-color: #B17B9D;
}
.BgClassName
{
background-color: #B17B9D;
}
</style>
border-color css
<style>
span { border-color: #B17B9D; }
span { border-color: rgb(177,123,157); }
td.TdClassName
{
border-color: #B17B9D;
}
.TagClassName
{
border-color: #B17B9D;
}
</style>