Shades of Bouquet #B17B96
Tints of Bouquet #B17B96
RGB
CMYK
RGB Variations
Color information
#B17B96 (or 0xB17B96) is known color: Bouquet. HEX triplet: B1, 7B and 96. RGB value is (177,123,150). Sum of RGB (Red+Green+Blue) = 177+123+150=450 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.33% from 450); Green value is 123 (48.44% from 255 or 27.33% from 450); Blue value is 150 (58.98% from 255 or 33.33% from 450); Max value from RGB is 177 - color contains mainly: red. Hex color #B17B96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17B96 is #4E8469. Grayscale: #8E8E8E. Windows color (decimal): -5145706 or 9862065. OLE color: 9862065.
HSL color Cylindrical-coordinate representation of color #B17B96: hue angle of 330º 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 #B17B96 is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 123 | 150 | - |
| CMYK | 0 | 0.31 | 0.15 | 0.31 |
| HSL | 330º | 0.26% | 0.59% | - |
| HSV(B) | 330º | 0.31% | 0.69% | - |
| XYZ | 30.72 | 25.72 | 32.2 | - |
| YUV | 142.22 | 132.39 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 123 | 150 | 0 | 0.31 | 0.15 | 0.31 | 330 | 0.26 | 0.59 |
| Hex | B1 | 7B | 96 | 0 | 1F | F | 1F | 14A | 1A | 3B |
| Octal | 261 | 173 | 226 | 0 | 37 | 17 | 37 | 512 | 32 | 73 |
| Binary | 10110001 | 1111011 | 10010110 | 0 | 11111 | 1111 | 11111 | 101001010 | 11010 | 111011 |
Color Harmonies of #B17B96
Complementary color
Monochromatic Colors of #B17B96
Black with #B17B96
Text Example
Text Example
White with #B17B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17B96; }
p { color: rgb(177,123,150); }
H1.HeaderClassName
{
color: #B17B96;
}
.AnyTagClassName
{
color: #B17B96;
}
</style>
background-color css
<style>
a { background-color: #B17B96; }
a { background-color: rgb(177,123,150); }
div.DivClassName
{
background-color: #B17B96;
}
.BgClassName
{
background-color: #B17B96;
}
</style>
border-color css
<style>
span { border-color: #B17B96; }
span { border-color: rgb(177,123,150); }
td.TdClassName
{
border-color: #B17B96;
}
.TagClassName
{
border-color: #B17B96;
}
</style>