Shades of Bouquet #B87DA6
Tints of Bouquet #B87DA6
RGB
CMYK
RGB Variations
Color information
#B87DA6 (or 0xB87DA6) is known color: Bouquet. HEX triplet: B8, 7D and A6. RGB value is (184,125,166). Sum of RGB (Red+Green+Blue) = 184+125+166=475 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.74% from 475); Green value is 125 (49.22% from 255 or 26.32% from 475); Blue value is 166 (65.23% from 255 or 34.95% from 475); Max value from RGB is 184 - color contains mainly: red. Hex color #B87DA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87DA6 is #478259. Grayscale: #939393. Windows color (decimal): -4686426 or 10911160. OLE color: 10911160.
HSL color Cylindrical-coordinate representation of color #B87DA6: hue angle of 318.31º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B87DA6 is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 125 | 166 | - |
| CMYK | 0 | 0.32 | 0.10 | 0.28 |
| HSL | 318.31º | 0.29% | 0.61% | - |
| HSV(B) | 318.31º | 0.32% | 0.72% | - |
| XYZ | 33.98 | 27.61 | 39.61 | - |
| YUV | 147.32 | 138.55 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 125 | 166 | 0 | 0.32 | 0.10 | 0.28 | 318.31 | 0.29 | 0.61 |
| Hex | B8 | 7D | A6 | 0 | 20 | A | 1C | 13E | 1D | 3D |
| Octal | 270 | 175 | 246 | 0 | 40 | 12 | 34 | 476 | 35 | 75 |
| Binary | 10111000 | 1111101 | 10100110 | 0 | 100000 | 1010 | 11100 | 100111110 | 11101 | 111101 |
Color Harmonies of #B87DA6
Complementary color
Monochromatic Colors of #B87DA6
Black with #B87DA6
Text Example
Text Example
White with #B87DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87DA6; }
p { color: rgb(184,125,166); }
H1.HeaderClassName
{
color: #B87DA6;
}
.AnyTagClassName
{
color: #B87DA6;
}
</style>
background-color css
<style>
a { background-color: #B87DA6; }
a { background-color: rgb(184,125,166); }
div.DivClassName
{
background-color: #B87DA6;
}
.BgClassName
{
background-color: #B87DA6;
}
</style>
border-color css
<style>
span { border-color: #B87DA6; }
span { border-color: rgb(184,125,166); }
td.TdClassName
{
border-color: #B87DA6;
}
.TagClassName
{
border-color: #B87DA6;
}
</style>