Shades of Bouquet #B0889E
Tints of Bouquet #B0889E
RGB
CMYK
RGB Variations
Color information
#B0889E (or 0xB0889E) is known color: Bouquet. HEX triplet: B0, 88 and 9E. RGB value is (176,136,158). Sum of RGB (Red+Green+Blue) = 176+136+158=470 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.45% from 470); Green value is 136 (53.52% from 255 or 28.94% from 470); Blue value is 158 (62.11% from 255 or 33.62% from 470); Max value from RGB is 176 - color contains mainly: red. Hex color #B0889E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0889E is #4F7761. Grayscale: #969696. Windows color (decimal): -5207906 or 10389680. OLE color: 10389680.
HSL color Cylindrical-coordinate representation of color #B0889E: hue angle of 327º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B0889E is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 136 | 158 | - |
| CMYK | 0 | 0.23 | 0.10 | 0.31 |
| HSL | 327º | 0.2% | 0.61% | - |
| HSV(B) | 327º | 0.23% | 0.69% | - |
| XYZ | 32.88 | 29.31 | 36.27 | - |
| YUV | 150.47 | 132.25 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 136 | 158 | 0 | 0.23 | 0.10 | 0.31 | 327 | 0.2 | 0.61 |
| Hex | B0 | 88 | 9E | 0 | 17 | A | 1F | 147 | 14 | 3D |
| Octal | 260 | 210 | 236 | 0 | 27 | 12 | 37 | 507 | 24 | 75 |
| Binary | 10110000 | 10001000 | 10011110 | 0 | 10111 | 1010 | 11111 | 101000111 | 10100 | 111101 |
Color Harmonies of #B0889E
Complementary color
Monochromatic Colors of #B0889E
Black with #B0889E
Text Example
Text Example
White with #B0889E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0889E; }
p { color: rgb(176,136,158); }
H1.HeaderClassName
{
color: #B0889E;
}
.AnyTagClassName
{
color: #B0889E;
}
</style>
background-color css
<style>
a { background-color: #B0889E; }
a { background-color: rgb(176,136,158); }
div.DivClassName
{
background-color: #B0889E;
}
.BgClassName
{
background-color: #B0889E;
}
</style>
border-color css
<style>
span { border-color: #B0889E; }
span { border-color: rgb(176,136,158); }
td.TdClassName
{
border-color: #B0889E;
}
.TagClassName
{
border-color: #B0889E;
}
</style>