Shades of Bouquet #B887A3
Tints of Bouquet #B887A3
RGB
CMYK
RGB Variations
Color information
#B887A3 (or 0xB887A3) is known color: Bouquet. HEX triplet: B8, 87 and A3. RGB value is (184,135,163). Sum of RGB (Red+Green+Blue) = 184+135+163=482 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.17% from 482); Green value is 135 (53.12% from 255 or 28.01% from 482); Blue value is 163 (64.06% from 255 or 33.82% from 482); Max value from RGB is 184 - color contains mainly: red. Hex color #B887A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B887A3 is #47785C. Grayscale: #989898. Windows color (decimal): -4683869 or 10717112. OLE color: 10717112.
HSL color Cylindrical-coordinate representation of color #B887A3: hue angle of 325.71º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B887A3 is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 135 | 163 | - |
| CMYK | 0 | 0.27 | 0.11 | 0.28 |
| HSL | 325.71º | 0.26% | 0.63% | - |
| HSV(B) | 325.71º | 0.27% | 0.72% | - |
| XYZ | 35.04 | 30.16 | 38.63 | - |
| YUV | 152.84 | 133.73 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 135 | 163 | 0 | 0.27 | 0.11 | 0.28 | 325.71 | 0.26 | 0.63 |
| Hex | B8 | 87 | A3 | 0 | 1B | B | 1C | 146 | 1A | 3F |
| Octal | 270 | 207 | 243 | 0 | 33 | 13 | 34 | 506 | 32 | 77 |
| Binary | 10111000 | 10000111 | 10100011 | 0 | 11011 | 1011 | 11100 | 101000110 | 11010 | 111111 |
Color Harmonies of #B887A3
Complementary color
Monochromatic Colors of #B887A3
Black with #B887A3
Text Example
Text Example
White with #B887A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B887A3; }
p { color: rgb(184,135,163); }
H1.HeaderClassName
{
color: #B887A3;
}
.AnyTagClassName
{
color: #B887A3;
}
</style>
background-color css
<style>
a { background-color: #B887A3; }
a { background-color: rgb(184,135,163); }
div.DivClassName
{
background-color: #B887A3;
}
.BgClassName
{
background-color: #B887A3;
}
</style>
border-color css
<style>
span { border-color: #B887A3; }
span { border-color: rgb(184,135,163); }
td.TdClassName
{
border-color: #B887A3;
}
.TagClassName
{
border-color: #B887A3;
}
</style>