Shades of Bouquet #B86C9F
Tints of Bouquet #B86C9F
RGB
CMYK
RGB Variations
Color information
#B86C9F (or 0xB86C9F) is known color: Bouquet. HEX triplet: B8, 6C and 9F. RGB value is (184,108,159). Sum of RGB (Red+Green+Blue) = 184+108+159=451 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.80% from 451); Green value is 108 (42.58% from 255 or 23.95% from 451); Blue value is 159 (62.5% from 255 or 35.25% from 451); Max value from RGB is 184 - color contains mainly: red. Hex color #B86C9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86C9F is #479360. Grayscale: #888888. Windows color (decimal): -4690785 or 10448056. OLE color: 10448056.
HSL color Cylindrical-coordinate representation of color #B86C9F: hue angle of 319.74º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B86C9F is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 108 | 159 | - |
| CMYK | 0 | 0.41 | 0.14 | 0.28 |
| HSL | 319.74º | 0.35% | 0.57% | - |
| HSV(B) | 319.74º | 0.41% | 0.72% | - |
| XYZ | 31.39 | 23.42 | 35.67 | - |
| YUV | 136.54 | 140.68 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 108 | 159 | 0 | 0.41 | 0.14 | 0.28 | 319.74 | 0.35 | 0.57 |
| Hex | B8 | 6C | 9F | 0 | 29 | E | 1C | 140 | 23 | 39 |
| Octal | 270 | 154 | 237 | 0 | 51 | 16 | 34 | 500 | 43 | 71 |
| Binary | 10111000 | 1101100 | 10011111 | 0 | 101001 | 1110 | 11100 | 101000000 | 100011 | 111001 |
Color Harmonies of #B86C9F
Complementary color
Monochromatic Colors of #B86C9F
Black with #B86C9F
Text Example
Text Example
White with #B86C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86C9F; }
p { color: rgb(184,108,159); }
H1.HeaderClassName
{
color: #B86C9F;
}
.AnyTagClassName
{
color: #B86C9F;
}
</style>
background-color css
<style>
a { background-color: #B86C9F; }
a { background-color: rgb(184,108,159); }
div.DivClassName
{
background-color: #B86C9F;
}
.BgClassName
{
background-color: #B86C9F;
}
</style>
border-color css
<style>
span { border-color: #B86C9F; }
span { border-color: rgb(184,108,159); }
td.TdClassName
{
border-color: #B86C9F;
}
.TagClassName
{
border-color: #B86C9F;
}
</style>