Shades of Bouquet #B9689F
Tints of Bouquet #B9689F
RGB
CMYK
RGB Variations
Color information
#B9689F (or 0xB9689F) is known color: Bouquet. HEX triplet: B9, 68 and 9F. RGB value is (185,104,159). Sum of RGB (Red+Green+Blue) = 185+104+159=448 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.29% from 448); Green value is 104 (41.02% from 255 or 23.21% from 448); Blue value is 159 (62.5% from 255 or 35.49% from 448); Max value from RGB is 185 - color contains mainly: red. Hex color #B9689F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9689F is #469760. Grayscale: #868686. Windows color (decimal): -4626273 or 10447033. OLE color: 10447033.
HSL color Cylindrical-coordinate representation of color #B9689F: hue angle of 319.26º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B9689F is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 104 | 159 | - |
| CMYK | 0 | 0.44 | 0.14 | 0.27 |
| HSL | 319.26º | 0.37% | 0.57% | - |
| HSV(B) | 319.26º | 0.44% | 0.73% | - |
| XYZ | 31.22 | 22.72 | 35.54 | - |
| YUV | 134.49 | 141.84 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 104 | 159 | 0 | 0.44 | 0.14 | 0.27 | 319.26 | 0.37 | 0.57 |
| Hex | B9 | 68 | 9F | 0 | 2C | E | 1B | 13F | 25 | 39 |
| Octal | 271 | 150 | 237 | 0 | 54 | 16 | 33 | 477 | 45 | 71 |
| Binary | 10111001 | 1101000 | 10011111 | 0 | 101100 | 1110 | 11011 | 100111111 | 100101 | 111001 |
Color Harmonies of #B9689F
Complementary color
Monochromatic Colors of #B9689F
Black with #B9689F
Text Example
Text Example
White with #B9689F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9689F; }
p { color: rgb(185,104,159); }
H1.HeaderClassName
{
color: #B9689F;
}
.AnyTagClassName
{
color: #B9689F;
}
</style>
background-color css
<style>
a { background-color: #B9689F; }
a { background-color: rgb(185,104,159); }
div.DivClassName
{
background-color: #B9689F;
}
.BgClassName
{
background-color: #B9689F;
}
</style>
border-color css
<style>
span { border-color: #B9689F; }
span { border-color: rgb(185,104,159); }
td.TdClassName
{
border-color: #B9689F;
}
.TagClassName
{
border-color: #B9689F;
}
</style>