Shades of Bouquet #B86B9A
Tints of Bouquet #B86B9A
RGB
CMYK
RGB Variations
Color information
#B86B9A (or 0xB86B9A) is known color: Bouquet. HEX triplet: B8, 6B and 9A. RGB value is (184,107,154). Sum of RGB (Red+Green+Blue) = 184+107+154=445 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.35% from 445); Green value is 107 (42.19% from 255 or 24.04% from 445); Blue value is 154 (60.55% from 255 or 34.61% from 445); Max value from RGB is 184 - color contains mainly: red. Hex color #B86B9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86B9A is #479465. Grayscale: #878787. Windows color (decimal): -4691046 or 10120120. OLE color: 10120120.
HSL color Cylindrical-coordinate representation of color #B86B9A: hue angle of 323.38º 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 #B86B9A is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 107 | 154 | - |
| CMYK | 0 | 0.42 | 0.16 | 0.28 |
| HSL | 323.38º | 0.35% | 0.57% | - |
| HSV(B) | 323.38º | 0.42% | 0.72% | - |
| XYZ | 30.86 | 23.04 | 33.39 | - |
| YUV | 135.38 | 138.51 | 162.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 107 | 154 | 0 | 0.42 | 0.16 | 0.28 | 323.38 | 0.35 | 0.57 |
| Hex | B8 | 6B | 9A | 0 | 2A | 10 | 1C | 143 | 23 | 39 |
| Octal | 270 | 153 | 232 | 0 | 52 | 20 | 34 | 503 | 43 | 71 |
| Binary | 10111000 | 1101011 | 10011010 | 0 | 101010 | 10000 | 11100 | 101000011 | 100011 | 111001 |
Color Harmonies of #B86B9A
Complementary color
Monochromatic Colors of #B86B9A
Black with #B86B9A
Text Example
Text Example
White with #B86B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86B9A; }
p { color: rgb(184,107,154); }
H1.HeaderClassName
{
color: #B86B9A;
}
.AnyTagClassName
{
color: #B86B9A;
}
</style>
background-color css
<style>
a { background-color: #B86B9A; }
a { background-color: rgb(184,107,154); }
div.DivClassName
{
background-color: #B86B9A;
}
.BgClassName
{
background-color: #B86B9A;
}
</style>
border-color css
<style>
span { border-color: #B86B9A; }
span { border-color: rgb(184,107,154); }
td.TdClassName
{
border-color: #B86B9A;
}
.TagClassName
{
border-color: #B86B9A;
}
</style>