Shades of Bouquet #B2889A
Tints of Bouquet #B2889A
RGB
CMYK
RGB Variations
Color information
#B2889A (or 0xB2889A) is known color: Bouquet. HEX triplet: B2, 88 and 9A. RGB value is (178,136,154). Sum of RGB (Red+Green+Blue) = 178+136+154=468 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.03% from 468); Green value is 136 (53.52% from 255 or 29.06% from 468); Blue value is 154 (60.55% from 255 or 32.91% from 468); Max value from RGB is 178 - color contains mainly: red. Hex color #B2889A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2889A is #4D7765. Grayscale: #969696. Windows color (decimal): -5076838 or 10127538. OLE color: 10127538.
HSL color Cylindrical-coordinate representation of color #B2889A: hue angle of 334.29º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B2889A is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 136 | 154 | - |
| CMYK | 0 | 0.24 | 0.13 | 0.30 |
| HSL | 334.29º | 0.21% | 0.62% | - |
| HSV(B) | 334.29º | 0.24% | 0.7% | - |
| XYZ | 33 | 29.41 | 34.51 | - |
| YUV | 150.61 | 129.91 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 136 | 154 | 0 | 0.24 | 0.13 | 0.30 | 334.29 | 0.21 | 0.62 |
| Hex | B2 | 88 | 9A | 0 | 18 | D | 1E | 14E | 15 | 3E |
| Octal | 262 | 210 | 232 | 0 | 30 | 15 | 36 | 516 | 25 | 76 |
| Binary | 10110010 | 10001000 | 10011010 | 0 | 11000 | 1101 | 11110 | 101001110 | 10101 | 111110 |
Color Harmonies of #B2889A
Complementary color
Monochromatic Colors of #B2889A
Black with #B2889A
Text Example
Text Example
White with #B2889A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2889A; }
p { color: rgb(178,136,154); }
H1.HeaderClassName
{
color: #B2889A;
}
.AnyTagClassName
{
color: #B2889A;
}
</style>
background-color css
<style>
a { background-color: #B2889A; }
a { background-color: rgb(178,136,154); }
div.DivClassName
{
background-color: #B2889A;
}
.BgClassName
{
background-color: #B2889A;
}
</style>
border-color css
<style>
span { border-color: #B2889A; }
span { border-color: rgb(178,136,154); }
td.TdClassName
{
border-color: #B2889A;
}
.TagClassName
{
border-color: #B2889A;
}
</style>