Shades of Bouquet #B3889B
Tints of Bouquet #B3889B
RGB
CMYK
RGB Variations
Color information
#B3889B (or 0xB3889B) is known color: Bouquet. HEX triplet: B3, 88 and 9B. RGB value is (179,136,155). Sum of RGB (Red+Green+Blue) = 179+136+155=470 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.09% from 470); Green value is 136 (53.52% from 255 or 28.94% from 470); Blue value is 155 (60.94% from 255 or 32.98% from 470); Max value from RGB is 179 - color contains mainly: red. Hex color #B3889B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3889B is #4C7764. Grayscale: #969696. Windows color (decimal): -5011301 or 10193075. OLE color: 10193075.
HSL color Cylindrical-coordinate representation of color #B3889B: hue angle of 333.49º degrees, saturation: 0.22, 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 #B3889B is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 136 | 155 | - |
| CMYK | 0 | 0.24 | 0.13 | 0.30 |
| HSL | 333.49º | 0.22% | 0.62% | - |
| HSV(B) | 333.49º | 0.24% | 0.7% | - |
| XYZ | 33.31 | 29.56 | 34.96 | - |
| YUV | 151.02 | 130.25 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 136 | 155 | 0 | 0.24 | 0.13 | 0.30 | 333.49 | 0.22 | 0.62 |
| Hex | B3 | 88 | 9B | 0 | 18 | D | 1E | 14D | 16 | 3E |
| Octal | 263 | 210 | 233 | 0 | 30 | 15 | 36 | 515 | 26 | 76 |
| Binary | 10110011 | 10001000 | 10011011 | 0 | 11000 | 1101 | 11110 | 101001101 | 10110 | 111110 |
Color Harmonies of #B3889B
Complementary color
Monochromatic Colors of #B3889B
Black with #B3889B
Text Example
Text Example
White with #B3889B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3889B; }
p { color: rgb(179,136,155); }
H1.HeaderClassName
{
color: #B3889B;
}
.AnyTagClassName
{
color: #B3889B;
}
</style>
background-color css
<style>
a { background-color: #B3889B; }
a { background-color: rgb(179,136,155); }
div.DivClassName
{
background-color: #B3889B;
}
.BgClassName
{
background-color: #B3889B;
}
</style>
border-color css
<style>
span { border-color: #B3889B; }
span { border-color: rgb(179,136,155); }
td.TdClassName
{
border-color: #B3889B;
}
.TagClassName
{
border-color: #B3889B;
}
</style>