Shades of Bouquet #B1899F
Tints of Bouquet #B1899F
RGB
CMYK
RGB Variations
Color information
#B1899F (or 0xB1899F) is known color: Bouquet. HEX triplet: B1, 89 and 9F. RGB value is (177,137,159). Sum of RGB (Red+Green+Blue) = 177+137+159=473 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.42% from 473); Green value is 137 (53.91% from 255 or 28.96% from 473); Blue value is 159 (62.5% from 255 or 33.62% from 473); Max value from RGB is 177 - color contains mainly: red. Hex color #B1899F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1899F is #4E7660. Grayscale: #979797. Windows color (decimal): -5142113 or 10455473. OLE color: 10455473.
HSL color Cylindrical-coordinate representation of color #B1899F: hue angle of 327º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B1899F is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 137 | 159 | - |
| CMYK | 0 | 0.23 | 0.10 | 0.31 |
| HSL | 327º | 0.2% | 0.62% | - |
| HSV(B) | 327º | 0.23% | 0.69% | - |
| XYZ | 33.34 | 29.74 | 36.78 | - |
| YUV | 151.47 | 132.25 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 137 | 159 | 0 | 0.23 | 0.10 | 0.31 | 327 | 0.2 | 0.62 |
| Hex | B1 | 89 | 9F | 0 | 17 | A | 1F | 147 | 14 | 3E |
| Octal | 261 | 211 | 237 | 0 | 27 | 12 | 37 | 507 | 24 | 76 |
| Binary | 10110001 | 10001001 | 10011111 | 0 | 10111 | 1010 | 11111 | 101000111 | 10100 | 111110 |
Color Harmonies of #B1899F
Complementary color
Monochromatic Colors of #B1899F
Black with #B1899F
Text Example
Text Example
White with #B1899F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1899F; }
p { color: rgb(177,137,159); }
H1.HeaderClassName
{
color: #B1899F;
}
.AnyTagClassName
{
color: #B1899F;
}
</style>
background-color css
<style>
a { background-color: #B1899F; }
a { background-color: rgb(177,137,159); }
div.DivClassName
{
background-color: #B1899F;
}
.BgClassName
{
background-color: #B1899F;
}
</style>
border-color css
<style>
span { border-color: #B1899F; }
span { border-color: rgb(177,137,159); }
td.TdClassName
{
border-color: #B1899F;
}
.TagClassName
{
border-color: #B1899F;
}
</style>