Shades of Bouquet #B17396
Tints of Bouquet #B17396
RGB
CMYK
RGB Variations
Color information
#B17396 (or 0xB17396) is known color: Bouquet. HEX triplet: B1, 73 and 96. RGB value is (177,115,150). Sum of RGB (Red+Green+Blue) = 177+115+150=442 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.05% from 442); Green value is 115 (45.31% from 255 or 26.02% from 442); Blue value is 150 (58.98% from 255 or 33.94% from 442); Max value from RGB is 177 - color contains mainly: red. Hex color #B17396 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17396 is #4E8C69. Grayscale: #898989. Windows color (decimal): -5147754 or 9860017. OLE color: 9860017.
HSL color Cylindrical-coordinate representation of color #B17396: hue angle of 326.13º 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 #B17396 is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 115 | 150 | - |
| CMYK | 0 | 0.35 | 0.15 | 0.31 |
| HSL | 326.13º | 0.28% | 0.57% | - |
| HSV(B) | 326.13º | 0.35% | 0.69% | - |
| XYZ | 29.77 | 23.81 | 31.88 | - |
| YUV | 137.53 | 135.04 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 115 | 150 | 0 | 0.35 | 0.15 | 0.31 | 326.13 | 0.28 | 0.57 |
| Hex | B1 | 73 | 96 | 0 | 23 | F | 1F | 146 | 1C | 39 |
| Octal | 261 | 163 | 226 | 0 | 43 | 17 | 37 | 506 | 34 | 71 |
| Binary | 10110001 | 1110011 | 10010110 | 0 | 100011 | 1111 | 11111 | 101000110 | 11100 | 111001 |
Color Harmonies of #B17396
Complementary color
Monochromatic Colors of #B17396
Black with #B17396
Text Example
Text Example
White with #B17396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17396; }
p { color: rgb(177,115,150); }
H1.HeaderClassName
{
color: #B17396;
}
.AnyTagClassName
{
color: #B17396;
}
</style>
background-color css
<style>
a { background-color: #B17396; }
a { background-color: rgb(177,115,150); }
div.DivClassName
{
background-color: #B17396;
}
.BgClassName
{
background-color: #B17396;
}
</style>
border-color css
<style>
span { border-color: #B17396; }
span { border-color: rgb(177,115,150); }
td.TdClassName
{
border-color: #B17396;
}
.TagClassName
{
border-color: #B17396;
}
</style>