Shades of Bouquet #B17296
Tints of Bouquet #B17296
RGB
CMYK
RGB Variations
Color information
#B17296 (or 0xB17296) is known color: Bouquet. HEX triplet: B1, 72 and 96. RGB value is (177,114,150). Sum of RGB (Red+Green+Blue) = 177+114+150=441 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.14% from 441); Green value is 114 (44.92% from 255 or 25.85% from 441); Blue value is 150 (58.98% from 255 or 34.01% from 441); Max value from RGB is 177 - color contains mainly: red. Hex color #B17296 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17296 is #4E8D69. Grayscale: #888888. Windows color (decimal): -5148010 or 9859761. OLE color: 9859761.
HSL color Cylindrical-coordinate representation of color #B17296: hue angle of 325.71º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B17296 is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 114 | 150 | - |
| CMYK | 0 | 0.36 | 0.15 | 0.31 |
| HSL | 325.71º | 0.29% | 0.57% | - |
| HSV(B) | 325.71º | 0.36% | 0.69% | - |
| XYZ | 29.65 | 23.58 | 31.84 | - |
| YUV | 136.94 | 135.37 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 114 | 150 | 0 | 0.36 | 0.15 | 0.31 | 325.71 | 0.29 | 0.57 |
| Hex | B1 | 72 | 96 | 0 | 24 | F | 1F | 146 | 1D | 39 |
| Octal | 261 | 162 | 226 | 0 | 44 | 17 | 37 | 506 | 35 | 71 |
| Binary | 10110001 | 1110010 | 10010110 | 0 | 100100 | 1111 | 11111 | 101000110 | 11101 | 111001 |
Color Harmonies of #B17296
Complementary color
Monochromatic Colors of #B17296
Black with #B17296
Text Example
Text Example
White with #B17296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17296; }
p { color: rgb(177,114,150); }
H1.HeaderClassName
{
color: #B17296;
}
.AnyTagClassName
{
color: #B17296;
}
</style>
background-color css
<style>
a { background-color: #B17296; }
a { background-color: rgb(177,114,150); }
div.DivClassName
{
background-color: #B17296;
}
.BgClassName
{
background-color: #B17296;
}
</style>
border-color css
<style>
span { border-color: #B17296; }
span { border-color: rgb(177,114,150); }
td.TdClassName
{
border-color: #B17296;
}
.TagClassName
{
border-color: #B17296;
}
</style>