Shades of Bouquet #B2899A
Tints of Bouquet #B2899A
RGB
CMYK
RGB Variations
Color information
#B2899A (or 0xB2899A) is known color: Bouquet. HEX triplet: B2, 89 and 9A. RGB value is (178,137,154). Sum of RGB (Red+Green+Blue) = 178+137+154=469 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.95% from 469); Green value is 137 (53.91% from 255 or 29.21% from 469); Blue value is 154 (60.55% from 255 or 32.84% from 469); Max value from RGB is 178 - color contains mainly: red. Hex color #B2899A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2899A is #4D7665. Grayscale: #979797. Windows color (decimal): -5076582 or 10127794. OLE color: 10127794.
HSL color Cylindrical-coordinate representation of color #B2899A: hue angle of 335.12º 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 #B2899A is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 137 | 154 | - |
| CMYK | 0 | 0.23 | 0.13 | 0.30 |
| HSL | 335.12º | 0.21% | 0.62% | - |
| HSV(B) | 335.12º | 0.23% | 0.7% | - |
| XYZ | 33.14 | 29.69 | 34.56 | - |
| YUV | 151.2 | 129.58 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 137 | 154 | 0 | 0.23 | 0.13 | 0.30 | 335.12 | 0.21 | 0.62 |
| Hex | B2 | 89 | 9A | 0 | 17 | D | 1E | 14F | 15 | 3E |
| Octal | 262 | 211 | 232 | 0 | 27 | 15 | 36 | 517 | 25 | 76 |
| Binary | 10110010 | 10001001 | 10011010 | 0 | 10111 | 1101 | 11110 | 101001111 | 10101 | 111110 |
Color Harmonies of #B2899A
Complementary color
Monochromatic Colors of #B2899A
Black with #B2899A
Text Example
Text Example
White with #B2899A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2899A; }
p { color: rgb(178,137,154); }
H1.HeaderClassName
{
color: #B2899A;
}
.AnyTagClassName
{
color: #B2899A;
}
</style>
background-color css
<style>
a { background-color: #B2899A; }
a { background-color: rgb(178,137,154); }
div.DivClassName
{
background-color: #B2899A;
}
.BgClassName
{
background-color: #B2899A;
}
</style>
border-color css
<style>
span { border-color: #B2899A; }
span { border-color: rgb(178,137,154); }
td.TdClassName
{
border-color: #B2899A;
}
.TagClassName
{
border-color: #B2899A;
}
</style>