Shades of Bouquet #B3889E
Tints of Bouquet #B3889E
RGB
CMYK
RGB Variations
Color information
#B3889E (or 0xB3889E) is known color: Bouquet. HEX triplet: B3, 88 and 9E. RGB value is (179,136,158). Sum of RGB (Red+Green+Blue) = 179+136+158=473 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.84% from 473); Green value is 136 (53.52% from 255 or 28.75% from 473); Blue value is 158 (62.11% from 255 or 33.40% from 473); Max value from RGB is 179 - color contains mainly: red. Hex color #B3889E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3889E is #4C7761. Grayscale: #979797. Windows color (decimal): -5011298 or 10389683. OLE color: 10389683.
HSL color Cylindrical-coordinate representation of color #B3889E: hue angle of 329.3º 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 #B3889E is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 136 | 158 | - |
| CMYK | 0 | 0.24 | 0.12 | 0.30 |
| HSL | 329.3º | 0.22% | 0.62% | - |
| HSV(B) | 329.3º | 0.24% | 0.7% | - |
| XYZ | 33.57 | 29.66 | 36.3 | - |
| YUV | 151.37 | 131.75 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 136 | 158 | 0 | 0.24 | 0.12 | 0.30 | 329.3 | 0.22 | 0.62 |
| Hex | B3 | 88 | 9E | 0 | 18 | C | 1E | 149 | 16 | 3E |
| Octal | 263 | 210 | 236 | 0 | 30 | 14 | 36 | 511 | 26 | 76 |
| Binary | 10110011 | 10001000 | 10011110 | 0 | 11000 | 1100 | 11110 | 101001001 | 10110 | 111110 |
Color Harmonies of #B3889E
Complementary color
Monochromatic Colors of #B3889E
Black with #B3889E
Text Example
Text Example
White with #B3889E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3889E; }
p { color: rgb(179,136,158); }
H1.HeaderClassName
{
color: #B3889E;
}
.AnyTagClassName
{
color: #B3889E;
}
</style>
background-color css
<style>
a { background-color: #B3889E; }
a { background-color: rgb(179,136,158); }
div.DivClassName
{
background-color: #B3889E;
}
.BgClassName
{
background-color: #B3889E;
}
</style>
border-color css
<style>
span { border-color: #B3889E; }
span { border-color: rgb(179,136,158); }
td.TdClassName
{
border-color: #B3889E;
}
.TagClassName
{
border-color: #B3889E;
}
</style>