Shades of Bouquet #B87AA1
Tints of Bouquet #B87AA1
RGB
CMYK
RGB Variations
Color information
#B87AA1 (or 0xB87AA1) is known color: Bouquet. HEX triplet: B8, 7A and A1. RGB value is (184,122,161). Sum of RGB (Red+Green+Blue) = 184+122+161=467 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.40% from 467); Green value is 122 (48.05% from 255 or 26.12% from 467); Blue value is 161 (63.28% from 255 or 34.48% from 467); Max value from RGB is 184 - color contains mainly: red. Hex color #B87AA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87AA1 is #47855E. Grayscale: #909090. Windows color (decimal): -4687199 or 10582712. OLE color: 10582712.
HSL color Cylindrical-coordinate representation of color #B87AA1: hue angle of 322.26º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B87AA1 is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 122 | 161 | - |
| CMYK | 0 | 0.34 | 0.12 | 0.28 |
| HSL | 322.26º | 0.3% | 0.6% | - |
| HSV(B) | 322.26º | 0.34% | 0.72% | - |
| XYZ | 33.16 | 26.68 | 37.12 | - |
| YUV | 144.98 | 137.04 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 122 | 161 | 0 | 0.34 | 0.12 | 0.28 | 322.26 | 0.3 | 0.6 |
| Hex | B8 | 7A | A1 | 0 | 22 | C | 1C | 142 | 1E | 3C |
| Octal | 270 | 172 | 241 | 0 | 42 | 14 | 34 | 502 | 36 | 74 |
| Binary | 10111000 | 1111010 | 10100001 | 0 | 100010 | 1100 | 11100 | 101000010 | 11110 | 111100 |
Color Harmonies of #B87AA1
Complementary color
Monochromatic Colors of #B87AA1
Black with #B87AA1
Text Example
Text Example
White with #B87AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87AA1; }
p { color: rgb(184,122,161); }
H1.HeaderClassName
{
color: #B87AA1;
}
.AnyTagClassName
{
color: #B87AA1;
}
</style>
background-color css
<style>
a { background-color: #B87AA1; }
a { background-color: rgb(184,122,161); }
div.DivClassName
{
background-color: #B87AA1;
}
.BgClassName
{
background-color: #B87AA1;
}
</style>
border-color css
<style>
span { border-color: #B87AA1; }
span { border-color: rgb(184,122,161); }
td.TdClassName
{
border-color: #B87AA1;
}
.TagClassName
{
border-color: #B87AA1;
}
</style>