Shades of Bouquet #B86A9F
Tints of Bouquet #B86A9F
RGB
CMYK
RGB Variations
Color information
#B86A9F (or 0xB86A9F) is known color: Bouquet. HEX triplet: B8, 6A and 9F. RGB value is (184,106,159). Sum of RGB (Red+Green+Blue) = 184+106+159=449 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.98% from 449); Green value is 106 (41.80% from 255 or 23.61% from 449); Blue value is 159 (62.5% from 255 or 35.41% from 449); Max value from RGB is 184 - color contains mainly: red. Hex color #B86A9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86A9F is #479560. Grayscale: #878787. Windows color (decimal): -4691297 or 10447544. OLE color: 10447544.
HSL color Cylindrical-coordinate representation of color #B86A9F: hue angle of 319.23º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B86A9F is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 106 | 159 | - |
| CMYK | 0 | 0.42 | 0.14 | 0.28 |
| HSL | 319.23º | 0.35% | 0.57% | - |
| HSV(B) | 319.23º | 0.42% | 0.72% | - |
| XYZ | 31.18 | 23 | 35.6 | - |
| YUV | 135.36 | 141.34 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 106 | 159 | 0 | 0.42 | 0.14 | 0.28 | 319.23 | 0.35 | 0.57 |
| Hex | B8 | 6A | 9F | 0 | 2A | E | 1C | 13F | 23 | 39 |
| Octal | 270 | 152 | 237 | 0 | 52 | 16 | 34 | 477 | 43 | 71 |
| Binary | 10111000 | 1101010 | 10011111 | 0 | 101010 | 1110 | 11100 | 100111111 | 100011 | 111001 |
Color Harmonies of #B86A9F
Complementary color
Monochromatic Colors of #B86A9F
Black with #B86A9F
Text Example
Text Example
White with #B86A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86A9F; }
p { color: rgb(184,106,159); }
H1.HeaderClassName
{
color: #B86A9F;
}
.AnyTagClassName
{
color: #B86A9F;
}
</style>
background-color css
<style>
a { background-color: #B86A9F; }
a { background-color: rgb(184,106,159); }
div.DivClassName
{
background-color: #B86A9F;
}
.BgClassName
{
background-color: #B86A9F;
}
</style>
border-color css
<style>
span { border-color: #B86A9F; }
span { border-color: rgb(184,106,159); }
td.TdClassName
{
border-color: #B86A9F;
}
.TagClassName
{
border-color: #B86A9F;
}
</style>