Shades of Bouquet #B86DA3
Tints of Bouquet #B86DA3
RGB
CMYK
RGB Variations
Color information
#B86DA3 (or 0xB86DA3) is known color: Bouquet. HEX triplet: B8, 6D and A3. RGB value is (184,109,163). Sum of RGB (Red+Green+Blue) = 184+109+163=456 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.35% from 456); Green value is 109 (42.97% from 255 or 23.90% from 456); Blue value is 163 (64.06% from 255 or 35.75% from 456); Max value from RGB is 184 - color contains mainly: red. Hex color #B86DA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86DA3 is #47925C. Grayscale: #898989. Windows color (decimal): -4690525 or 10710456. OLE color: 10710456.
HSL color Cylindrical-coordinate representation of color #B86DA3: hue angle of 316.8º 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 #B86DA3 is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 109 | 163 | - |
| CMYK | 0 | 0.41 | 0.11 | 0.28 |
| HSL | 316.8º | 0.35% | 0.57% | - |
| HSV(B) | 316.8º | 0.41% | 0.72% | - |
| XYZ | 31.85 | 23.77 | 37.56 | - |
| YUV | 137.58 | 142.35 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 109 | 163 | 0 | 0.41 | 0.11 | 0.28 | 316.8 | 0.35 | 0.57 |
| Hex | B8 | 6D | A3 | 0 | 29 | B | 1C | 13D | 23 | 39 |
| Octal | 270 | 155 | 243 | 0 | 51 | 13 | 34 | 475 | 43 | 71 |
| Binary | 10111000 | 1101101 | 10100011 | 0 | 101001 | 1011 | 11100 | 100111101 | 100011 | 111001 |
Color Harmonies of #B86DA3
Complementary color
Monochromatic Colors of #B86DA3
Black with #B86DA3
Text Example
Text Example
White with #B86DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86DA3; }
p { color: rgb(184,109,163); }
H1.HeaderClassName
{
color: #B86DA3;
}
.AnyTagClassName
{
color: #B86DA3;
}
</style>
background-color css
<style>
a { background-color: #B86DA3; }
a { background-color: rgb(184,109,163); }
div.DivClassName
{
background-color: #B86DA3;
}
.BgClassName
{
background-color: #B86DA3;
}
</style>
border-color css
<style>
span { border-color: #B86DA3; }
span { border-color: rgb(184,109,163); }
td.TdClassName
{
border-color: #B86DA3;
}
.TagClassName
{
border-color: #B86DA3;
}
</style>