Shades of Bouquet #B17D96
Tints of Bouquet #B17D96
RGB
CMYK
RGB Variations
Color information
#B17D96 (or 0xB17D96) is known color: Bouquet. HEX triplet: B1, 7D and 96. RGB value is (177,125,150). Sum of RGB (Red+Green+Blue) = 177+125+150=452 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.16% from 452); Green value is 125 (49.22% from 255 or 27.65% from 452); Blue value is 150 (58.98% from 255 or 33.19% from 452); Max value from RGB is 177 - color contains mainly: red. Hex color #B17D96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17D96 is #4E8269. Grayscale: #8F8F8F. Windows color (decimal): -5145194 or 9862577. OLE color: 9862577.
HSL color Cylindrical-coordinate representation of color #B17D96: hue angle of 331.15º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B17D96 is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 125 | 150 | - |
| CMYK | 0 | 0.29 | 0.15 | 0.31 |
| HSL | 331.15º | 0.25% | 0.59% | - |
| HSV(B) | 331.15º | 0.29% | 0.69% | - |
| XYZ | 30.97 | 26.22 | 32.28 | - |
| YUV | 143.4 | 131.73 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 125 | 150 | 0 | 0.29 | 0.15 | 0.31 | 331.15 | 0.25 | 0.59 |
| Hex | B1 | 7D | 96 | 0 | 1D | F | 1F | 14B | 19 | 3B |
| Octal | 261 | 175 | 226 | 0 | 35 | 17 | 37 | 513 | 31 | 73 |
| Binary | 10110001 | 1111101 | 10010110 | 0 | 11101 | 1111 | 11111 | 101001011 | 11001 | 111011 |
Color Harmonies of #B17D96
Complementary color
Monochromatic Colors of #B17D96
Black with #B17D96
Text Example
Text Example
White with #B17D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17D96; }
p { color: rgb(177,125,150); }
H1.HeaderClassName
{
color: #B17D96;
}
.AnyTagClassName
{
color: #B17D96;
}
</style>
background-color css
<style>
a { background-color: #B17D96; }
a { background-color: rgb(177,125,150); }
div.DivClassName
{
background-color: #B17D96;
}
.BgClassName
{
background-color: #B17D96;
}
</style>
border-color css
<style>
span { border-color: #B17D96; }
span { border-color: rgb(177,125,150); }
td.TdClassName
{
border-color: #B17D96;
}
.TagClassName
{
border-color: #B17D96;
}
</style>