Shades of Bouquet #B2899F
Tints of Bouquet #B2899F
RGB
CMYK
RGB Variations
Color information
#B2899F (or 0xB2899F) is known color: Bouquet. HEX triplet: B2, 89 and 9F. RGB value is (178,137,159). Sum of RGB (Red+Green+Blue) = 178+137+159=474 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.55% from 474); Green value is 137 (53.91% from 255 or 28.90% from 474); Blue value is 159 (62.5% from 255 or 33.54% from 474); Max value from RGB is 178 - color contains mainly: red. Hex color #B2899F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2899F is #4D7660. Grayscale: #979797. Windows color (decimal): -5076577 or 10455474. OLE color: 10455474.
HSL color Cylindrical-coordinate representation of color #B2899F: hue angle of 327.8º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B2899F is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 137 | 159 | - |
| CMYK | 0 | 0.23 | 0.11 | 0.30 |
| HSL | 327.8º | 0.21% | 0.62% | - |
| HSV(B) | 327.8º | 0.23% | 0.7% | - |
| XYZ | 33.56 | 29.86 | 36.8 | - |
| YUV | 151.77 | 132.08 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 137 | 159 | 0 | 0.23 | 0.11 | 0.30 | 327.8 | 0.21 | 0.62 |
| Hex | B2 | 89 | 9F | 0 | 17 | B | 1E | 148 | 15 | 3E |
| Octal | 262 | 211 | 237 | 0 | 27 | 13 | 36 | 510 | 25 | 76 |
| Binary | 10110010 | 10001001 | 10011111 | 0 | 10111 | 1011 | 11110 | 101001000 | 10101 | 111110 |
Color Harmonies of #B2899F
Complementary color
Monochromatic Colors of #B2899F
Black with #B2899F
Text Example
Text Example
White with #B2899F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2899F; }
p { color: rgb(178,137,159); }
H1.HeaderClassName
{
color: #B2899F;
}
.AnyTagClassName
{
color: #B2899F;
}
</style>
background-color css
<style>
a { background-color: #B2899F; }
a { background-color: rgb(178,137,159); }
div.DivClassName
{
background-color: #B2899F;
}
.BgClassName
{
background-color: #B2899F;
}
</style>
border-color css
<style>
span { border-color: #B2899F; }
span { border-color: rgb(178,137,159); }
td.TdClassName
{
border-color: #B2899F;
}
.TagClassName
{
border-color: #B2899F;
}
</style>