Shades of Bouquet #B9839F
Tints of Bouquet #B9839F
RGB
CMYK
RGB Variations
Color information
#B9839F (or 0xB9839F) is known color: Bouquet. HEX triplet: B9, 83 and 9F. RGB value is (185,131,159). Sum of RGB (Red+Green+Blue) = 185+131+159=475 (62% of max value = 765). Red value is 185 (72.66% from 255 or 38.95% from 475); Green value is 131 (51.56% from 255 or 27.58% from 475); Blue value is 159 (62.5% from 255 or 33.47% from 475); Max value from RGB is 185 - color contains mainly: red. Hex color #B9839F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9839F is #467C60. Grayscale: #969696. Windows color (decimal): -4619361 or 10453945. OLE color: 10453945.
HSL color Cylindrical-coordinate representation of color #B9839F: hue angle of 328.89º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B9839F is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 131 | 159 | - |
| CMYK | 0 | 0.29 | 0.14 | 0.27 |
| HSL | 328.89º | 0.28% | 0.62% | - |
| HSV(B) | 328.89º | 0.29% | 0.73% | - |
| XYZ | 34.38 | 29.05 | 36.6 | - |
| YUV | 150.34 | 132.89 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 131 | 159 | 0 | 0.29 | 0.14 | 0.27 | 328.89 | 0.28 | 0.62 |
| Hex | B9 | 83 | 9F | 0 | 1D | E | 1B | 149 | 1C | 3E |
| Octal | 271 | 203 | 237 | 0 | 35 | 16 | 33 | 511 | 34 | 76 |
| Binary | 10111001 | 10000011 | 10011111 | 0 | 11101 | 1110 | 11011 | 101001001 | 11100 | 111110 |
Color Harmonies of #B9839F
Complementary color
Monochromatic Colors of #B9839F
Black with #B9839F
Text Example
Text Example
White with #B9839F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9839F; }
p { color: rgb(185,131,159); }
H1.HeaderClassName
{
color: #B9839F;
}
.AnyTagClassName
{
color: #B9839F;
}
</style>
background-color css
<style>
a { background-color: #B9839F; }
a { background-color: rgb(185,131,159); }
div.DivClassName
{
background-color: #B9839F;
}
.BgClassName
{
background-color: #B9839F;
}
</style>
border-color css
<style>
span { border-color: #B9839F; }
span { border-color: rgb(185,131,159); }
td.TdClassName
{
border-color: #B9839F;
}
.TagClassName
{
border-color: #B9839F;
}
</style>