Shades of Bouquet #B888A0
Tints of Bouquet #B888A0
RGB
CMYK
RGB Variations
Color information
#B888A0 (or 0xB888A0) is known color: Bouquet. HEX triplet: B8, 88 and A0. RGB value is (184,136,160). Sum of RGB (Red+Green+Blue) = 184+136+160=480 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.33% from 480); Green value is 136 (53.52% from 255 or 28.33% from 480); Blue value is 160 (62.89% from 255 or 33.33% from 480); Max value from RGB is 184 - color contains mainly: red. Hex color #B888A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B888A0 is #47775F. Grayscale: #999999. Windows color (decimal): -4683616 or 10520760. OLE color: 10520760.
HSL color Cylindrical-coordinate representation of color #B888A0: hue angle of 330º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B888A0 is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 136 | 160 | - |
| CMYK | 0 | 0.26 | 0.13 | 0.28 |
| HSL | 330º | 0.25% | 0.63% | - |
| HSV(B) | 330º | 0.26% | 0.72% | - |
| XYZ | 34.92 | 30.34 | 37.27 | - |
| YUV | 153.09 | 131.9 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 136 | 160 | 0 | 0.26 | 0.13 | 0.28 | 330 | 0.25 | 0.63 |
| Hex | B8 | 88 | A0 | 0 | 1A | D | 1C | 14A | 19 | 3F |
| Octal | 270 | 210 | 240 | 0 | 32 | 15 | 34 | 512 | 31 | 77 |
| Binary | 10111000 | 10001000 | 10100000 | 0 | 11010 | 1101 | 11100 | 101001010 | 11001 | 111111 |
Color Harmonies of #B888A0
Complementary color
Monochromatic Colors of #B888A0
Black with #B888A0
Text Example
Text Example
White with #B888A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B888A0; }
p { color: rgb(184,136,160); }
H1.HeaderClassName
{
color: #B888A0;
}
.AnyTagClassName
{
color: #B888A0;
}
</style>
background-color css
<style>
a { background-color: #B888A0; }
a { background-color: rgb(184,136,160); }
div.DivClassName
{
background-color: #B888A0;
}
.BgClassName
{
background-color: #B888A0;
}
</style>
border-color css
<style>
span { border-color: #B888A0; }
span { border-color: rgb(184,136,160); }
td.TdClassName
{
border-color: #B888A0;
}
.TagClassName
{
border-color: #B888A0;
}
</style>