Shades of Bouquet #B87AA0
Tints of Bouquet #B87AA0
RGB
CMYK
RGB Variations
Color information
#B87AA0 (or 0xB87AA0) is known color: Bouquet. HEX triplet: B8, 7A and A0. RGB value is (184,122,160). Sum of RGB (Red+Green+Blue) = 184+122+160=466 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.48% from 466); Green value is 122 (48.05% from 255 or 26.18% from 466); Blue value is 160 (62.89% from 255 or 34.33% from 466); Max value from RGB is 184 - color contains mainly: red. Hex color #B87AA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87AA0 is #47855F. Grayscale: #909090. Windows color (decimal): -4687200 or 10517176. OLE color: 10517176.
HSL color Cylindrical-coordinate representation of color #B87AA0: hue angle of 323.23º 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 #B87AA0 is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 122 | 160 | - |
| CMYK | 0 | 0.34 | 0.13 | 0.28 |
| HSL | 323.23º | 0.3% | 0.6% | - |
| HSV(B) | 323.23º | 0.34% | 0.72% | - |
| XYZ | 33.07 | 26.65 | 36.66 | - |
| YUV | 144.87 | 136.54 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 122 | 160 | 0 | 0.34 | 0.13 | 0.28 | 323.23 | 0.3 | 0.6 |
| Hex | B8 | 7A | A0 | 0 | 22 | D | 1C | 143 | 1E | 3C |
| Octal | 270 | 172 | 240 | 0 | 42 | 15 | 34 | 503 | 36 | 74 |
| Binary | 10111000 | 1111010 | 10100000 | 0 | 100010 | 1101 | 11100 | 101000011 | 11110 | 111100 |
Color Harmonies of #B87AA0
Complementary color
Monochromatic Colors of #B87AA0
Black with #B87AA0
Text Example
Text Example
White with #B87AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87AA0; }
p { color: rgb(184,122,160); }
H1.HeaderClassName
{
color: #B87AA0;
}
.AnyTagClassName
{
color: #B87AA0;
}
</style>
background-color css
<style>
a { background-color: #B87AA0; }
a { background-color: rgb(184,122,160); }
div.DivClassName
{
background-color: #B87AA0;
}
.BgClassName
{
background-color: #B87AA0;
}
</style>
border-color css
<style>
span { border-color: #B87AA0; }
span { border-color: rgb(184,122,160); }
td.TdClassName
{
border-color: #B87AA0;
}
.TagClassName
{
border-color: #B87AA0;
}
</style>