Shades of Bouquet #B2899D
Tints of Bouquet #B2899D
RGB
CMYK
RGB Variations
Color information
#B2899D (or 0xB2899D) is known color: Bouquet. HEX triplet: B2, 89 and 9D. RGB value is (178,137,157). Sum of RGB (Red+Green+Blue) = 178+137+157=472 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.71% from 472); Green value is 137 (53.91% from 255 or 29.03% from 472); Blue value is 157 (61.72% from 255 or 33.26% from 472); Max value from RGB is 178 - color contains mainly: red. Hex color #B2899D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2899D is #4D7662. Grayscale: #979797. Windows color (decimal): -5076579 or 10324402. OLE color: 10324402.
HSL color Cylindrical-coordinate representation of color #B2899D: hue angle of 330.73º 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 #B2899D is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 137 | 157 | - |
| CMYK | 0 | 0.23 | 0.12 | 0.30 |
| HSL | 330.73º | 0.21% | 0.62% | - |
| HSV(B) | 330.73º | 0.23% | 0.7% | - |
| XYZ | 33.39 | 29.79 | 35.89 | - |
| YUV | 151.54 | 131.08 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 137 | 157 | 0 | 0.23 | 0.12 | 0.30 | 330.73 | 0.21 | 0.62 |
| Hex | B2 | 89 | 9D | 0 | 17 | C | 1E | 14B | 15 | 3E |
| Octal | 262 | 211 | 235 | 0 | 27 | 14 | 36 | 513 | 25 | 76 |
| Binary | 10110010 | 10001001 | 10011101 | 0 | 10111 | 1100 | 11110 | 101001011 | 10101 | 111110 |
Color Harmonies of #B2899D
Complementary color
Monochromatic Colors of #B2899D
Black with #B2899D
Text Example
Text Example
White with #B2899D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2899D; }
p { color: rgb(178,137,157); }
H1.HeaderClassName
{
color: #B2899D;
}
.AnyTagClassName
{
color: #B2899D;
}
</style>
background-color css
<style>
a { background-color: #B2899D; }
a { background-color: rgb(178,137,157); }
div.DivClassName
{
background-color: #B2899D;
}
.BgClassName
{
background-color: #B2899D;
}
</style>
border-color css
<style>
span { border-color: #B2899D; }
span { border-color: rgb(178,137,157); }
td.TdClassName
{
border-color: #B2899D;
}
.TagClassName
{
border-color: #B2899D;
}
</style>