Shades of Bouquet #B87AA8
Tints of Bouquet #B87AA8
RGB
CMYK
RGB Variations
Color information
#B87AA8 (or 0xB87AA8) is known color: Bouquet. HEX triplet: B8, 7A and A8. RGB value is (184,122,168). Sum of RGB (Red+Green+Blue) = 184+122+168=474 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.82% from 474); Green value is 122 (48.05% from 255 or 25.74% from 474); Blue value is 168 (66.02% from 255 or 35.44% from 474); Max value from RGB is 184 - color contains mainly: red. Hex color #B87AA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87AA8 is #478557. Grayscale: #919191. Windows color (decimal): -4687192 or 11041464. OLE color: 11041464.
HSL color Cylindrical-coordinate representation of color #B87AA8: hue angle of 315.48º 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 #B87AA8 is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 122 | 168 | - |
| CMYK | 0 | 0.34 | 0.09 | 0.28 |
| HSL | 315.48º | 0.3% | 0.6% | - |
| HSV(B) | 315.48º | 0.34% | 0.72% | - |
| XYZ | 33.79 | 26.94 | 40.46 | - |
| YUV | 145.78 | 140.54 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 122 | 168 | 0 | 0.34 | 0.09 | 0.28 | 315.48 | 0.3 | 0.6 |
| Hex | B8 | 7A | A8 | 0 | 22 | 9 | 1C | 13B | 1E | 3C |
| Octal | 270 | 172 | 250 | 0 | 42 | 11 | 34 | 473 | 36 | 74 |
| Binary | 10111000 | 1111010 | 10101000 | 0 | 100010 | 1001 | 11100 | 100111011 | 11110 | 111100 |
Color Harmonies of #B87AA8
Complementary color
Monochromatic Colors of #B87AA8
Black with #B87AA8
Text Example
Text Example
White with #B87AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87AA8; }
p { color: rgb(184,122,168); }
H1.HeaderClassName
{
color: #B87AA8;
}
.AnyTagClassName
{
color: #B87AA8;
}
</style>
background-color css
<style>
a { background-color: #B87AA8; }
a { background-color: rgb(184,122,168); }
div.DivClassName
{
background-color: #B87AA8;
}
.BgClassName
{
background-color: #B87AA8;
}
</style>
border-color css
<style>
span { border-color: #B87AA8; }
span { border-color: rgb(184,122,168); }
td.TdClassName
{
border-color: #B87AA8;
}
.TagClassName
{
border-color: #B87AA8;
}
</style>