Shades of Bouquet #B2889C
Tints of Bouquet #B2889C
RGB
CMYK
RGB Variations
Color information
#B2889C (or 0xB2889C) is known color: Bouquet. HEX triplet: B2, 88 and 9C. RGB value is (178,136,156). Sum of RGB (Red+Green+Blue) = 178+136+156=470 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.87% from 470); Green value is 136 (53.52% from 255 or 28.94% from 470); Blue value is 156 (61.33% from 255 or 33.19% from 470); Max value from RGB is 178 - color contains mainly: red. Hex color #B2889C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2889C is #4D7763. Grayscale: #969696. Windows color (decimal): -5076836 or 10258610. OLE color: 10258610.
HSL color Cylindrical-coordinate representation of color #B2889C: hue angle of 331.43º 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 #B2889C is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 136 | 156 | - |
| CMYK | 0 | 0.24 | 0.12 | 0.30 |
| HSL | 331.43º | 0.21% | 0.62% | - |
| HSV(B) | 331.43º | 0.24% | 0.7% | - |
| XYZ | 33.17 | 29.47 | 35.39 | - |
| YUV | 150.84 | 130.91 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 136 | 156 | 0 | 0.24 | 0.12 | 0.30 | 331.43 | 0.21 | 0.62 |
| Hex | B2 | 88 | 9C | 0 | 18 | C | 1E | 14B | 15 | 3E |
| Octal | 262 | 210 | 234 | 0 | 30 | 14 | 36 | 513 | 25 | 76 |
| Binary | 10110010 | 10001000 | 10011100 | 0 | 11000 | 1100 | 11110 | 101001011 | 10101 | 111110 |
Color Harmonies of #B2889C
Complementary color
Monochromatic Colors of #B2889C
Black with #B2889C
Text Example
Text Example
White with #B2889C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2889C; }
p { color: rgb(178,136,156); }
H1.HeaderClassName
{
color: #B2889C;
}
.AnyTagClassName
{
color: #B2889C;
}
</style>
background-color css
<style>
a { background-color: #B2889C; }
a { background-color: rgb(178,136,156); }
div.DivClassName
{
background-color: #B2889C;
}
.BgClassName
{
background-color: #B2889C;
}
</style>
border-color css
<style>
span { border-color: #B2889C; }
span { border-color: rgb(178,136,156); }
td.TdClassName
{
border-color: #B2889C;
}
.TagClassName
{
border-color: #B2889C;
}
</style>