Shades of Bouquet #B1889E
Tints of Bouquet #B1889E
RGB
CMYK
RGB Variations
Color information
#B1889E (or 0xB1889E) is known color: Bouquet. HEX triplet: B1, 88 and 9E. RGB value is (177,136,158). Sum of RGB (Red+Green+Blue) = 177+136+158=471 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.58% from 471); Green value is 136 (53.52% from 255 or 28.87% from 471); Blue value is 158 (62.11% from 255 or 33.55% from 471); Max value from RGB is 177 - color contains mainly: red. Hex color #B1889E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1889E is #4E7761. Grayscale: #969696. Windows color (decimal): -5142370 or 10389681. OLE color: 10389681.
HSL color Cylindrical-coordinate representation of color #B1889E: hue angle of 327.8º degrees, saturation: 0.21, 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 #B1889E is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 136 | 158 | - |
| CMYK | 0 | 0.23 | 0.11 | 0.31 |
| HSL | 327.8º | 0.21% | 0.61% | - |
| HSV(B) | 327.8º | 0.23% | 0.69% | - |
| XYZ | 33.11 | 29.42 | 36.28 | - |
| YUV | 150.77 | 132.08 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 136 | 158 | 0 | 0.23 | 0.11 | 0.31 | 327.8 | 0.21 | 0.61 |
| Hex | B1 | 88 | 9E | 0 | 17 | B | 1F | 148 | 15 | 3D |
| Octal | 261 | 210 | 236 | 0 | 27 | 13 | 37 | 510 | 25 | 75 |
| Binary | 10110001 | 10001000 | 10011110 | 0 | 10111 | 1011 | 11111 | 101001000 | 10101 | 111101 |
Color Harmonies of #B1889E
Complementary color
Monochromatic Colors of #B1889E
Black with #B1889E
Text Example
Text Example
White with #B1889E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1889E; }
p { color: rgb(177,136,158); }
H1.HeaderClassName
{
color: #B1889E;
}
.AnyTagClassName
{
color: #B1889E;
}
</style>
background-color css
<style>
a { background-color: #B1889E; }
a { background-color: rgb(177,136,158); }
div.DivClassName
{
background-color: #B1889E;
}
.BgClassName
{
background-color: #B1889E;
}
</style>
border-color css
<style>
span { border-color: #B1889E; }
span { border-color: rgb(177,136,158); }
td.TdClassName
{
border-color: #B1889E;
}
.TagClassName
{
border-color: #B1889E;
}
</style>