Shades of Bouquet #B17397
Tints of Bouquet #B17397
RGB
CMYK
RGB Variations
Color information
#B17397 (or 0xB17397) is known color: Bouquet. HEX triplet: B1, 73 and 97. RGB value is (177,115,151). Sum of RGB (Red+Green+Blue) = 177+115+151=443 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.95% from 443); Green value is 115 (45.31% from 255 or 25.96% from 443); Blue value is 151 (59.38% from 255 or 34.09% from 443); Max value from RGB is 177 - color contains mainly: red. Hex color #B17397 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17397 is #4E8C68. Grayscale: #898989. Windows color (decimal): -5147753 or 9925553. OLE color: 9925553.
HSL color Cylindrical-coordinate representation of color #B17397: hue angle of 325.16º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B17397 is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 115 | 151 | - |
| CMYK | 0 | 0.35 | 0.15 | 0.31 |
| HSL | 325.16º | 0.28% | 0.57% | - |
| HSV(B) | 325.16º | 0.35% | 0.69% | - |
| XYZ | 29.85 | 23.84 | 32.31 | - |
| YUV | 137.64 | 135.54 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 115 | 151 | 0 | 0.35 | 0.15 | 0.31 | 325.16 | 0.28 | 0.57 |
| Hex | B1 | 73 | 97 | 0 | 23 | F | 1F | 145 | 1C | 39 |
| Octal | 261 | 163 | 227 | 0 | 43 | 17 | 37 | 505 | 34 | 71 |
| Binary | 10110001 | 1110011 | 10010111 | 0 | 100011 | 1111 | 11111 | 101000101 | 11100 | 111001 |
Color Harmonies of #B17397
Complementary color
Monochromatic Colors of #B17397
Black with #B17397
Text Example
Text Example
White with #B17397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17397; }
p { color: rgb(177,115,151); }
H1.HeaderClassName
{
color: #B17397;
}
.AnyTagClassName
{
color: #B17397;
}
</style>
background-color css
<style>
a { background-color: #B17397; }
a { background-color: rgb(177,115,151); }
div.DivClassName
{
background-color: #B17397;
}
.BgClassName
{
background-color: #B17397;
}
</style>
border-color css
<style>
span { border-color: #B17397; }
span { border-color: rgb(177,115,151); }
td.TdClassName
{
border-color: #B17397;
}
.TagClassName
{
border-color: #B17397;
}
</style>