Shades of Bouquet #B17F9D
Tints of Bouquet #B17F9D
RGB
CMYK
RGB Variations
Color information
#B17F9D (or 0xB17F9D) is known color: Bouquet. HEX triplet: B1, 7F and 9D. RGB value is (177,127,157). Sum of RGB (Red+Green+Blue) = 177+127+157=461 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.39% from 461); Green value is 127 (50% from 255 or 27.55% from 461); Blue value is 157 (61.72% from 255 or 34.06% from 461); Max value from RGB is 177 - color contains mainly: red. Hex color #B17F9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17F9D is #4E8062. Grayscale: #919191. Windows color (decimal): -5144675 or 10321841. OLE color: 10321841.
HSL color Cylindrical-coordinate representation of color #B17F9D: hue angle of 324º 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 #B17F9D is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 127 | 157 | - |
| CMYK | 0 | 0.28 | 0.11 | 0.31 |
| HSL | 324º | 0.24% | 0.6% | - |
| HSV(B) | 324º | 0.28% | 0.69% | - |
| XYZ | 31.81 | 26.96 | 35.43 | - |
| YUV | 145.37 | 134.57 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 127 | 157 | 0 | 0.28 | 0.11 | 0.31 | 324 | 0.24 | 0.6 |
| Hex | B1 | 7F | 9D | 0 | 1C | B | 1F | 144 | 18 | 3C |
| Octal | 261 | 177 | 235 | 0 | 34 | 13 | 37 | 504 | 30 | 74 |
| Binary | 10110001 | 1111111 | 10011101 | 0 | 11100 | 1011 | 11111 | 101000100 | 11000 | 111100 |
Color Harmonies of #B17F9D
Complementary color
Monochromatic Colors of #B17F9D
Black with #B17F9D
Text Example
Text Example
White with #B17F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17F9D; }
p { color: rgb(177,127,157); }
H1.HeaderClassName
{
color: #B17F9D;
}
.AnyTagClassName
{
color: #B17F9D;
}
</style>
background-color css
<style>
a { background-color: #B17F9D; }
a { background-color: rgb(177,127,157); }
div.DivClassName
{
background-color: #B17F9D;
}
.BgClassName
{
background-color: #B17F9D;
}
</style>
border-color css
<style>
span { border-color: #B17F9D; }
span { border-color: rgb(177,127,157); }
td.TdClassName
{
border-color: #B17F9D;
}
.TagClassName
{
border-color: #B17F9D;
}
</style>