Shades of Bouquet #B17A97
Tints of Bouquet #B17A97
RGB
CMYK
RGB Variations
Color information
#B17A97 (or 0xB17A97) is known color: Bouquet. HEX triplet: B1, 7A and 97. RGB value is (177,122,151). Sum of RGB (Red+Green+Blue) = 177+122+151=450 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.33% from 450); Green value is 122 (48.05% from 255 or 27.11% from 450); Blue value is 151 (59.38% from 255 or 33.56% from 450); Max value from RGB is 177 - color contains mainly: red. Hex color #B17A97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17A97 is #4E8568. Grayscale: #8D8D8D. Windows color (decimal): -5145961 or 9927345. OLE color: 9927345.
HSL color Cylindrical-coordinate representation of color #B17A97: hue angle of 328.36º 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 #B17A97 is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 122 | 151 | - |
| CMYK | 0 | 0.31 | 0.15 | 0.31 |
| HSL | 328.36º | 0.26% | 0.59% | - |
| HSV(B) | 328.36º | 0.31% | 0.69% | - |
| XYZ | 30.68 | 25.5 | 32.58 | - |
| YUV | 141.75 | 133.22 | 153.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 122 | 151 | 0 | 0.31 | 0.15 | 0.31 | 328.36 | 0.26 | 0.59 |
| Hex | B1 | 7A | 97 | 0 | 1F | F | 1F | 148 | 1A | 3B |
| Octal | 261 | 172 | 227 | 0 | 37 | 17 | 37 | 510 | 32 | 73 |
| Binary | 10110001 | 1111010 | 10010111 | 0 | 11111 | 1111 | 11111 | 101001000 | 11010 | 111011 |
Color Harmonies of #B17A97
Complementary color
Monochromatic Colors of #B17A97
Black with #B17A97
Text Example
Text Example
White with #B17A97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17A97; }
p { color: rgb(177,122,151); }
H1.HeaderClassName
{
color: #B17A97;
}
.AnyTagClassName
{
color: #B17A97;
}
</style>
background-color css
<style>
a { background-color: #B17A97; }
a { background-color: rgb(177,122,151); }
div.DivClassName
{
background-color: #B17A97;
}
.BgClassName
{
background-color: #B17A97;
}
</style>
border-color css
<style>
span { border-color: #B17A97; }
span { border-color: rgb(177,122,151); }
td.TdClassName
{
border-color: #B17A97;
}
.TagClassName
{
border-color: #B17A97;
}
</style>