Shades of Bouquet #B986A3
Tints of Bouquet #B986A3
RGB
CMYK
RGB Variations
Color information
#B986A3 (or 0xB986A3) is known color: Bouquet. HEX triplet: B9, 86 and A3. RGB value is (185,134,163). Sum of RGB (Red+Green+Blue) = 185+134+163=482 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.38% from 482); Green value is 134 (52.73% from 255 or 27.80% from 482); Blue value is 163 (64.06% from 255 or 33.82% from 482); Max value from RGB is 185 - color contains mainly: red. Hex color #B986A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B986A3 is #46795C. Grayscale: #989898. Windows color (decimal): -4618589 or 10716857. OLE color: 10716857.
HSL color Cylindrical-coordinate representation of color #B986A3: hue angle of 325.88º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B986A3 is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 134 | 163 | - |
| CMYK | 0 | 0.28 | 0.12 | 0.27 |
| HSL | 325.88º | 0.27% | 0.63% | - |
| HSV(B) | 325.88º | 0.28% | 0.73% | - |
| XYZ | 35.14 | 30.01 | 38.59 | - |
| YUV | 152.56 | 133.9 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 134 | 163 | 0 | 0.28 | 0.12 | 0.27 | 325.88 | 0.27 | 0.63 |
| Hex | B9 | 86 | A3 | 0 | 1C | C | 1B | 146 | 1B | 3F |
| Octal | 271 | 206 | 243 | 0 | 34 | 14 | 33 | 506 | 33 | 77 |
| Binary | 10111001 | 10000110 | 10100011 | 0 | 11100 | 1100 | 11011 | 101000110 | 11011 | 111111 |
Color Harmonies of #B986A3
Complementary color
Monochromatic Colors of #B986A3
Black with #B986A3
Text Example
Text Example
White with #B986A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B986A3; }
p { color: rgb(185,134,163); }
H1.HeaderClassName
{
color: #B986A3;
}
.AnyTagClassName
{
color: #B986A3;
}
</style>
background-color css
<style>
a { background-color: #B986A3; }
a { background-color: rgb(185,134,163); }
div.DivClassName
{
background-color: #B986A3;
}
.BgClassName
{
background-color: #B986A3;
}
</style>
border-color css
<style>
span { border-color: #B986A3; }
span { border-color: rgb(185,134,163); }
td.TdClassName
{
border-color: #B986A3;
}
.TagClassName
{
border-color: #B986A3;
}
</style>