Shades of Bouquet #B3899E
Tints of Bouquet #B3899E
RGB
CMYK
RGB Variations
Color information
#B3899E (or 0xB3899E) is known color: Bouquet. HEX triplet: B3, 89 and 9E. RGB value is (179,137,158). Sum of RGB (Red+Green+Blue) = 179+137+158=474 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.76% from 474); Green value is 137 (53.91% from 255 or 28.90% from 474); Blue value is 158 (62.11% from 255 or 33.33% from 474); Max value from RGB is 179 - color contains mainly: red. Hex color #B3899E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3899E is #4C7661. Grayscale: #979797. Windows color (decimal): -5011042 or 10389939. OLE color: 10389939.
HSL color Cylindrical-coordinate representation of color #B3899E: hue angle of 330º degrees, saturation: 0.22, 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 #B3899E is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 137 | 158 | - |
| CMYK | 0 | 0.23 | 0.12 | 0.30 |
| HSL | 330º | 0.22% | 0.62% | - |
| HSV(B) | 330º | 0.23% | 0.7% | - |
| XYZ | 33.71 | 29.94 | 36.35 | - |
| YUV | 151.95 | 131.41 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 137 | 158 | 0 | 0.23 | 0.12 | 0.30 | 330 | 0.22 | 0.62 |
| Hex | B3 | 89 | 9E | 0 | 17 | C | 1E | 14A | 16 | 3E |
| Octal | 263 | 211 | 236 | 0 | 27 | 14 | 36 | 512 | 26 | 76 |
| Binary | 10110011 | 10001001 | 10011110 | 0 | 10111 | 1100 | 11110 | 101001010 | 10110 | 111110 |
Color Harmonies of #B3899E
Complementary color
Monochromatic Colors of #B3899E
Black with #B3899E
Text Example
Text Example
White with #B3899E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3899E; }
p { color: rgb(179,137,158); }
H1.HeaderClassName
{
color: #B3899E;
}
.AnyTagClassName
{
color: #B3899E;
}
</style>
background-color css
<style>
a { background-color: #B3899E; }
a { background-color: rgb(179,137,158); }
div.DivClassName
{
background-color: #B3899E;
}
.BgClassName
{
background-color: #B3899E;
}
</style>
border-color css
<style>
span { border-color: #B3899E; }
span { border-color: rgb(179,137,158); }
td.TdClassName
{
border-color: #B3899E;
}
.TagClassName
{
border-color: #B3899E;
}
</style>