Shades of Bouquet #B18698
Tints of Bouquet #B18698
RGB
CMYK
RGB Variations
Color information
#B18698 (or 0xB18698) is known color: Bouquet. HEX triplet: B1, 86 and 98. RGB value is (177,134,152). Sum of RGB (Red+Green+Blue) = 177+134+152=463 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.23% from 463); Green value is 134 (52.73% from 255 or 28.94% from 463); Blue value is 152 (59.77% from 255 or 32.83% from 463); Max value from RGB is 177 - color contains mainly: red. Hex color #B18698 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18698 is #4E7967. Grayscale: #949494. Windows color (decimal): -5142888 or 9995953. OLE color: 9995953.
HSL color Cylindrical-coordinate representation of color #B18698: hue angle of 334.88º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B18698 is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 134 | 152 | - |
| CMYK | 0 | 0.24 | 0.14 | 0.31 |
| HSL | 334.88º | 0.22% | 0.61% | - |
| HSV(B) | 334.88º | 0.24% | 0.69% | - |
| XYZ | 32.32 | 28.66 | 33.53 | - |
| YUV | 148.91 | 129.75 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 134 | 152 | 0 | 0.24 | 0.14 | 0.31 | 334.88 | 0.22 | 0.61 |
| Hex | B1 | 86 | 98 | 0 | 18 | E | 1F | 14F | 16 | 3D |
| Octal | 261 | 206 | 230 | 0 | 30 | 16 | 37 | 517 | 26 | 75 |
| Binary | 10110001 | 10000110 | 10011000 | 0 | 11000 | 1110 | 11111 | 101001111 | 10110 | 111101 |
Color Harmonies of #B18698
Complementary color
Monochromatic Colors of #B18698
Black with #B18698
Text Example
Text Example
White with #B18698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18698; }
p { color: rgb(177,134,152); }
H1.HeaderClassName
{
color: #B18698;
}
.AnyTagClassName
{
color: #B18698;
}
</style>
background-color css
<style>
a { background-color: #B18698; }
a { background-color: rgb(177,134,152); }
div.DivClassName
{
background-color: #B18698;
}
.BgClassName
{
background-color: #B18698;
}
</style>
border-color css
<style>
span { border-color: #B18698; }
span { border-color: rgb(177,134,152); }
td.TdClassName
{
border-color: #B18698;
}
.TagClassName
{
border-color: #B18698;
}
</style>