Shades of Bouquet #B3899F
Tints of Bouquet #B3899F
RGB
CMYK
RGB Variations
Color information
#B3899F (or 0xB3899F) is known color: Bouquet. HEX triplet: B3, 89 and 9F. RGB value is (179,137,159). Sum of RGB (Red+Green+Blue) = 179+137+159=475 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.68% from 475); Green value is 137 (53.91% from 255 or 28.84% from 475); Blue value is 159 (62.5% from 255 or 33.47% from 475); Max value from RGB is 179 - color contains mainly: red. Hex color #B3899F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3899F is #4C7660. Grayscale: #989898. Windows color (decimal): -5011041 or 10455475. OLE color: 10455475.
HSL color Cylindrical-coordinate representation of color #B3899F: hue angle of 328.57º 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 #B3899F is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 137 | 159 | - |
| CMYK | 0 | 0.23 | 0.11 | 0.30 |
| HSL | 328.57º | 0.22% | 0.62% | - |
| HSV(B) | 328.57º | 0.23% | 0.7% | - |
| XYZ | 33.79 | 29.98 | 36.81 | - |
| YUV | 152.07 | 131.91 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 137 | 159 | 0 | 0.23 | 0.11 | 0.30 | 328.57 | 0.22 | 0.62 |
| Hex | B3 | 89 | 9F | 0 | 17 | B | 1E | 149 | 16 | 3E |
| Octal | 263 | 211 | 237 | 0 | 27 | 13 | 36 | 511 | 26 | 76 |
| Binary | 10110011 | 10001001 | 10011111 | 0 | 10111 | 1011 | 11110 | 101001001 | 10110 | 111110 |
Color Harmonies of #B3899F
Complementary color
Monochromatic Colors of #B3899F
Black with #B3899F
Text Example
Text Example
White with #B3899F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3899F; }
p { color: rgb(179,137,159); }
H1.HeaderClassName
{
color: #B3899F;
}
.AnyTagClassName
{
color: #B3899F;
}
</style>
background-color css
<style>
a { background-color: #B3899F; }
a { background-color: rgb(179,137,159); }
div.DivClassName
{
background-color: #B3899F;
}
.BgClassName
{
background-color: #B3899F;
}
</style>
border-color css
<style>
span { border-color: #B3899F; }
span { border-color: rgb(179,137,159); }
td.TdClassName
{
border-color: #B3899F;
}
.TagClassName
{
border-color: #B3899F;
}
</style>