Shades of Bouquet #B8879E
Tints of Bouquet #B8879E
RGB
CMYK
RGB Variations
Color information
#B8879E (or 0xB8879E) is known color: Bouquet. HEX triplet: B8, 87 and 9E. RGB value is (184,135,158). Sum of RGB (Red+Green+Blue) = 184+135+158=477 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.57% from 477); Green value is 135 (53.12% from 255 or 28.30% from 477); Blue value is 158 (62.11% from 255 or 33.12% from 477); Max value from RGB is 184 - color contains mainly: red. Hex color #B8879E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8879E is #477861. Grayscale: #989898. Windows color (decimal): -4683874 or 10389432. OLE color: 10389432.
HSL color Cylindrical-coordinate representation of color #B8879E: hue angle of 331.84º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B8879E is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 135 | 158 | - |
| CMYK | 0 | 0.27 | 0.14 | 0.28 |
| HSL | 331.84º | 0.26% | 0.63% | - |
| HSV(B) | 331.84º | 0.27% | 0.72% | - |
| XYZ | 34.6 | 29.99 | 36.31 | - |
| YUV | 152.27 | 131.23 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 135 | 158 | 0 | 0.27 | 0.14 | 0.28 | 331.84 | 0.26 | 0.63 |
| Hex | B8 | 87 | 9E | 0 | 1B | E | 1C | 14C | 1A | 3F |
| Octal | 270 | 207 | 236 | 0 | 33 | 16 | 34 | 514 | 32 | 77 |
| Binary | 10111000 | 10000111 | 10011110 | 0 | 11011 | 1110 | 11100 | 101001100 | 11010 | 111111 |
Color Harmonies of #B8879E
Complementary color
Monochromatic Colors of #B8879E
Black with #B8879E
Text Example
Text Example
White with #B8879E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8879E; }
p { color: rgb(184,135,158); }
H1.HeaderClassName
{
color: #B8879E;
}
.AnyTagClassName
{
color: #B8879E;
}
</style>
background-color css
<style>
a { background-color: #B8879E; }
a { background-color: rgb(184,135,158); }
div.DivClassName
{
background-color: #B8879E;
}
.BgClassName
{
background-color: #B8879E;
}
</style>
border-color css
<style>
span { border-color: #B8879E; }
span { border-color: rgb(184,135,158); }
td.TdClassName
{
border-color: #B8879E;
}
.TagClassName
{
border-color: #B8879E;
}
</style>