Shades of Bouquet #B86B9F
Tints of Bouquet #B86B9F
RGB
CMYK
RGB Variations
Color information
#B86B9F (or 0xB86B9F) is known color: Bouquet. HEX triplet: B8, 6B and 9F. RGB value is (184,107,159). Sum of RGB (Red+Green+Blue) = 184+107+159=450 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.89% from 450); Green value is 107 (42.19% from 255 or 23.78% from 450); Blue value is 159 (62.5% from 255 or 35.33% from 450); Max value from RGB is 184 - color contains mainly: red. Hex color #B86B9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86B9F is #479460. Grayscale: #878787. Windows color (decimal): -4691041 or 10447800. OLE color: 10447800.
HSL color Cylindrical-coordinate representation of color #B86B9F: hue angle of 319.48º 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 #B86B9F is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 107 | 159 | - |
| CMYK | 0 | 0.42 | 0.14 | 0.28 |
| HSL | 319.48º | 0.35% | 0.57% | - |
| HSV(B) | 319.48º | 0.42% | 0.72% | - |
| XYZ | 31.28 | 23.21 | 35.63 | - |
| YUV | 135.95 | 141.01 | 162.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 107 | 159 | 0 | 0.42 | 0.14 | 0.28 | 319.48 | 0.35 | 0.57 |
| Hex | B8 | 6B | 9F | 0 | 2A | E | 1C | 13F | 23 | 39 |
| Octal | 270 | 153 | 237 | 0 | 52 | 16 | 34 | 477 | 43 | 71 |
| Binary | 10111000 | 1101011 | 10011111 | 0 | 101010 | 1110 | 11100 | 100111111 | 100011 | 111001 |
Color Harmonies of #B86B9F
Complementary color
Monochromatic Colors of #B86B9F
Black with #B86B9F
Text Example
Text Example
White with #B86B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86B9F; }
p { color: rgb(184,107,159); }
H1.HeaderClassName
{
color: #B86B9F;
}
.AnyTagClassName
{
color: #B86B9F;
}
</style>
background-color css
<style>
a { background-color: #B86B9F; }
a { background-color: rgb(184,107,159); }
div.DivClassName
{
background-color: #B86B9F;
}
.BgClassName
{
background-color: #B86B9F;
}
</style>
border-color css
<style>
span { border-color: #B86B9F; }
span { border-color: rgb(184,107,159); }
td.TdClassName
{
border-color: #B86B9F;
}
.TagClassName
{
border-color: #B86B9F;
}
</style>