Shades of Bouquet #B17C98
Tints of Bouquet #B17C98
RGB
CMYK
RGB Variations
Color information
#B17C98 (or 0xB17C98) is known color: Bouquet. HEX triplet: B1, 7C and 98. RGB value is (177,124,152). Sum of RGB (Red+Green+Blue) = 177+124+152=453 (60% of max value = 765). Red value is 177 (69.53% from 255 or 39.07% from 453); Green value is 124 (48.83% from 255 or 27.37% from 453); Blue value is 152 (59.77% from 255 or 33.55% from 453); Max value from RGB is 177 - color contains mainly: red. Hex color #B17C98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17C98 is #4E8367. Grayscale: #8E8E8E. Windows color (decimal): -5145448 or 9993393. OLE color: 9993393.
HSL color Cylindrical-coordinate representation of color #B17C98: hue angle of 328.3º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B17C98 is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 124 | 152 | - |
| CMYK | 0 | 0.30 | 0.14 | 0.31 |
| HSL | 328.3º | 0.25% | 0.59% | - |
| HSV(B) | 328.3º | 0.3% | 0.69% | - |
| XYZ | 31.01 | 26.03 | 33.1 | - |
| YUV | 143.04 | 133.06 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 124 | 152 | 0 | 0.30 | 0.14 | 0.31 | 328.3 | 0.25 | 0.59 |
| Hex | B1 | 7C | 98 | 0 | 1E | E | 1F | 148 | 19 | 3B |
| Octal | 261 | 174 | 230 | 0 | 36 | 16 | 37 | 510 | 31 | 73 |
| Binary | 10110001 | 1111100 | 10011000 | 0 | 11110 | 1110 | 11111 | 101001000 | 11001 | 111011 |
Color Harmonies of #B17C98
Complementary color
Monochromatic Colors of #B17C98
Black with #B17C98
Text Example
Text Example
White with #B17C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17C98; }
p { color: rgb(177,124,152); }
H1.HeaderClassName
{
color: #B17C98;
}
.AnyTagClassName
{
color: #B17C98;
}
</style>
background-color css
<style>
a { background-color: #B17C98; }
a { background-color: rgb(177,124,152); }
div.DivClassName
{
background-color: #B17C98;
}
.BgClassName
{
background-color: #B17C98;
}
</style>
border-color css
<style>
span { border-color: #B17C98; }
span { border-color: rgb(177,124,152); }
td.TdClassName
{
border-color: #B17C98;
}
.TagClassName
{
border-color: #B17C98;
}
</style>