Shades of Bouquet #B9679F
Tints of Bouquet #B9679F
RGB
CMYK
RGB Variations
Color information
#B9679F (or 0xB9679F) is known color: Bouquet. HEX triplet: B9, 67 and 9F. RGB value is (185,103,159). Sum of RGB (Red+Green+Blue) = 185+103+159=447 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.39% from 447); Green value is 103 (40.62% from 255 or 23.04% from 447); Blue value is 159 (62.5% from 255 or 35.57% from 447); Max value from RGB is 185 - color contains mainly: red. Hex color #B9679F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9679F is #469860. Grayscale: #858585. Windows color (decimal): -4626529 or 10446777. OLE color: 10446777.
HSL color Cylindrical-coordinate representation of color #B9679F: hue angle of 319.02º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B9679F is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 103 | 159 | - |
| CMYK | 0 | 0.44 | 0.14 | 0.27 |
| HSL | 319.02º | 0.37% | 0.56% | - |
| HSV(B) | 319.02º | 0.44% | 0.73% | - |
| XYZ | 31.12 | 22.52 | 35.51 | - |
| YUV | 133.9 | 142.17 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 103 | 159 | 0 | 0.44 | 0.14 | 0.27 | 319.02 | 0.37 | 0.56 |
| Hex | B9 | 67 | 9F | 0 | 2C | E | 1B | 13F | 25 | 38 |
| Octal | 271 | 147 | 237 | 0 | 54 | 16 | 33 | 477 | 45 | 70 |
| Binary | 10111001 | 1100111 | 10011111 | 0 | 101100 | 1110 | 11011 | 100111111 | 100101 | 111000 |
Color Harmonies of #B9679F
Complementary color
Monochromatic Colors of #B9679F
Black with #B9679F
Text Example
Text Example
White with #B9679F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9679F; }
p { color: rgb(185,103,159); }
H1.HeaderClassName
{
color: #B9679F;
}
.AnyTagClassName
{
color: #B9679F;
}
</style>
background-color css
<style>
a { background-color: #B9679F; }
a { background-color: rgb(185,103,159); }
div.DivClassName
{
background-color: #B9679F;
}
.BgClassName
{
background-color: #B9679F;
}
</style>
border-color css
<style>
span { border-color: #B9679F; }
span { border-color: rgb(185,103,159); }
td.TdClassName
{
border-color: #B9679F;
}
.TagClassName
{
border-color: #B9679F;
}
</style>