Shades of Bouquet #B86A9D
Tints of Bouquet #B86A9D
RGB
CMYK
RGB Variations
Color information
#B86A9D (or 0xB86A9D) is known color: Bouquet. HEX triplet: B8, 6A and 9D. RGB value is (184,106,157). Sum of RGB (Red+Green+Blue) = 184+106+157=447 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.16% from 447); Green value is 106 (41.80% from 255 or 23.71% from 447); Blue value is 157 (61.72% from 255 or 35.12% from 447); Max value from RGB is 184 - color contains mainly: red. Hex color #B86A9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86A9D is #479562. Grayscale: #878787. Windows color (decimal): -4691299 or 10316472. OLE color: 10316472.
HSL color Cylindrical-coordinate representation of color #B86A9D: hue angle of 320.77º 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 #B86A9D is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 106 | 157 | - |
| CMYK | 0 | 0.42 | 0.15 | 0.28 |
| HSL | 320.77º | 0.35% | 0.57% | - |
| HSV(B) | 320.77º | 0.42% | 0.72% | - |
| XYZ | 31.01 | 22.93 | 34.69 | - |
| YUV | 135.14 | 140.34 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 106 | 157 | 0 | 0.42 | 0.15 | 0.28 | 320.77 | 0.35 | 0.57 |
| Hex | B8 | 6A | 9D | 0 | 2A | F | 1C | 141 | 23 | 39 |
| Octal | 270 | 152 | 235 | 0 | 52 | 17 | 34 | 501 | 43 | 71 |
| Binary | 10111000 | 1101010 | 10011101 | 0 | 101010 | 1111 | 11100 | 101000001 | 100011 | 111001 |
Color Harmonies of #B86A9D
Complementary color
Monochromatic Colors of #B86A9D
Black with #B86A9D
Text Example
Text Example
White with #B86A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86A9D; }
p { color: rgb(184,106,157); }
H1.HeaderClassName
{
color: #B86A9D;
}
.AnyTagClassName
{
color: #B86A9D;
}
</style>
background-color css
<style>
a { background-color: #B86A9D; }
a { background-color: rgb(184,106,157); }
div.DivClassName
{
background-color: #B86A9D;
}
.BgClassName
{
background-color: #B86A9D;
}
</style>
border-color css
<style>
span { border-color: #B86A9D; }
span { border-color: rgb(184,106,157); }
td.TdClassName
{
border-color: #B86A9D;
}
.TagClassName
{
border-color: #B86A9D;
}
</style>