Shades of Bouquet #B86DA2
Tints of Bouquet #B86DA2
RGB
CMYK
RGB Variations
Color information
#B86DA2 (or 0xB86DA2) is known color: Bouquet. HEX triplet: B8, 6D and A2. RGB value is (184,109,162). Sum of RGB (Red+Green+Blue) = 184+109+162=455 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.44% from 455); Green value is 109 (42.97% from 255 or 23.96% from 455); Blue value is 162 (63.67% from 255 or 35.60% from 455); Max value from RGB is 184 - color contains mainly: red. Hex color #B86DA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86DA2 is #47925D. Grayscale: #898989. Windows color (decimal): -4690526 or 10644920. OLE color: 10644920.
HSL color Cylindrical-coordinate representation of color #B86DA2: hue angle of 317.6º 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 #B86DA2 is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 109 | 162 | - |
| CMYK | 0 | 0.41 | 0.12 | 0.28 |
| HSL | 317.6º | 0.35% | 0.57% | - |
| HSV(B) | 317.6º | 0.41% | 0.72% | - |
| XYZ | 31.76 | 23.74 | 37.09 | - |
| YUV | 137.47 | 141.85 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 109 | 162 | 0 | 0.41 | 0.12 | 0.28 | 317.6 | 0.35 | 0.57 |
| Hex | B8 | 6D | A2 | 0 | 29 | C | 1C | 13E | 23 | 39 |
| Octal | 270 | 155 | 242 | 0 | 51 | 14 | 34 | 476 | 43 | 71 |
| Binary | 10111000 | 1101101 | 10100010 | 0 | 101001 | 1100 | 11100 | 100111110 | 100011 | 111001 |
Color Harmonies of #B86DA2
Complementary color
Monochromatic Colors of #B86DA2
Black with #B86DA2
Text Example
Text Example
White with #B86DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86DA2; }
p { color: rgb(184,109,162); }
H1.HeaderClassName
{
color: #B86DA2;
}
.AnyTagClassName
{
color: #B86DA2;
}
</style>
background-color css
<style>
a { background-color: #B86DA2; }
a { background-color: rgb(184,109,162); }
div.DivClassName
{
background-color: #B86DA2;
}
.BgClassName
{
background-color: #B86DA2;
}
</style>
border-color css
<style>
span { border-color: #B86DA2; }
span { border-color: rgb(184,109,162); }
td.TdClassName
{
border-color: #B86DA2;
}
.TagClassName
{
border-color: #B86DA2;
}
</style>