Shades of Bouquet #B17B98
Tints of Bouquet #B17B98
RGB
CMYK
RGB Variations
Color information
#B17B98 (or 0xB17B98) is known color: Bouquet. HEX triplet: B1, 7B and 98. RGB value is (177,123,152). Sum of RGB (Red+Green+Blue) = 177+123+152=452 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.16% from 452); Green value is 123 (48.44% from 255 or 27.21% from 452); Blue value is 152 (59.77% from 255 or 33.63% from 452); Max value from RGB is 177 - color contains mainly: red. Hex color #B17B98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17B98 is #4E8467. Grayscale: #8E8E8E. Windows color (decimal): -5145704 or 9993137. OLE color: 9993137.
HSL color Cylindrical-coordinate representation of color #B17B98: hue angle of 327.78º 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 #B17B98 is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 123 | 152 | - |
| CMYK | 0 | 0.31 | 0.14 | 0.31 |
| HSL | 327.78º | 0.26% | 0.59% | - |
| HSV(B) | 327.78º | 0.31% | 0.69% | - |
| XYZ | 30.88 | 25.78 | 33.05 | - |
| YUV | 142.45 | 133.39 | 152.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 123 | 152 | 0 | 0.31 | 0.14 | 0.31 | 327.78 | 0.26 | 0.59 |
| Hex | B1 | 7B | 98 | 0 | 1F | E | 1F | 148 | 1A | 3B |
| Octal | 261 | 173 | 230 | 0 | 37 | 16 | 37 | 510 | 32 | 73 |
| Binary | 10110001 | 1111011 | 10011000 | 0 | 11111 | 1110 | 11111 | 101001000 | 11010 | 111011 |
Color Harmonies of #B17B98
Complementary color
Monochromatic Colors of #B17B98
Black with #B17B98
Text Example
Text Example
White with #B17B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17B98; }
p { color: rgb(177,123,152); }
H1.HeaderClassName
{
color: #B17B98;
}
.AnyTagClassName
{
color: #B17B98;
}
</style>
background-color css
<style>
a { background-color: #B17B98; }
a { background-color: rgb(177,123,152); }
div.DivClassName
{
background-color: #B17B98;
}
.BgClassName
{
background-color: #B17B98;
}
</style>
border-color css
<style>
span { border-color: #B17B98; }
span { border-color: rgb(177,123,152); }
td.TdClassName
{
border-color: #B17B98;
}
.TagClassName
{
border-color: #B17B98;
}
</style>