Shades of Bouquet #B987A1
Tints of Bouquet #B987A1
RGB
CMYK
RGB Variations
Color information
#B987A1 (or 0xB987A1) is known color: Bouquet. HEX triplet: B9, 87 and A1. RGB value is (185,135,161). Sum of RGB (Red+Green+Blue) = 185+135+161=481 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.46% from 481); Green value is 135 (53.12% from 255 or 28.07% from 481); Blue value is 161 (63.28% from 255 or 33.47% from 481); Max value from RGB is 185 - color contains mainly: red. Hex color #B987A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B987A1 is #46785E. Grayscale: #989898. Windows color (decimal): -4618335 or 10586041. OLE color: 10586041.
HSL color Cylindrical-coordinate representation of color #B987A1: hue angle of 328.8º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B987A1 is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 135 | 161 | - |
| CMYK | 0 | 0.27 | 0.13 | 0.27 |
| HSL | 328.8º | 0.26% | 0.63% | - |
| HSV(B) | 328.8º | 0.27% | 0.73% | - |
| XYZ | 35.1 | 30.22 | 37.7 | - |
| YUV | 152.91 | 132.57 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 135 | 161 | 0 | 0.27 | 0.13 | 0.27 | 328.8 | 0.26 | 0.63 |
| Hex | B9 | 87 | A1 | 0 | 1B | D | 1B | 149 | 1A | 3F |
| Octal | 271 | 207 | 241 | 0 | 33 | 15 | 33 | 511 | 32 | 77 |
| Binary | 10111001 | 10000111 | 10100001 | 0 | 11011 | 1101 | 11011 | 101001001 | 11010 | 111111 |
Color Harmonies of #B987A1
Complementary color
Monochromatic Colors of #B987A1
Black with #B987A1
Text Example
Text Example
White with #B987A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B987A1; }
p { color: rgb(185,135,161); }
H1.HeaderClassName
{
color: #B987A1;
}
.AnyTagClassName
{
color: #B987A1;
}
</style>
background-color css
<style>
a { background-color: #B987A1; }
a { background-color: rgb(185,135,161); }
div.DivClassName
{
background-color: #B987A1;
}
.BgClassName
{
background-color: #B987A1;
}
</style>
border-color css
<style>
span { border-color: #B987A1; }
span { border-color: rgb(185,135,161); }
td.TdClassName
{
border-color: #B987A1;
}
.TagClassName
{
border-color: #B987A1;
}
</style>