Shades of Bouquet #B8869F
Tints of Bouquet #B8869F
RGB
CMYK
RGB Variations
Color information
#B8869F (or 0xB8869F) is known color: Bouquet. HEX triplet: B8, 86 and 9F. RGB value is (184,134,159). Sum of RGB (Red+Green+Blue) = 184+134+159=477 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.57% from 477); Green value is 134 (52.73% from 255 or 28.09% from 477); Blue value is 159 (62.5% from 255 or 33.33% from 477); Max value from RGB is 184 - color contains mainly: red. Hex color #B8869F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8869F is #477960. Grayscale: #979797. Windows color (decimal): -4684129 or 10454712. OLE color: 10454712.
HSL color Cylindrical-coordinate representation of color #B8869F: hue angle of 330º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B8869F is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 134 | 159 | - |
| CMYK | 0 | 0.27 | 0.14 | 0.28 |
| HSL | 330º | 0.26% | 0.62% | - |
| HSV(B) | 330º | 0.27% | 0.72% | - |
| XYZ | 34.55 | 29.74 | 36.72 | - |
| YUV | 151.8 | 132.07 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 134 | 159 | 0 | 0.27 | 0.14 | 0.28 | 330 | 0.26 | 0.62 |
| Hex | B8 | 86 | 9F | 0 | 1B | E | 1C | 14A | 1A | 3E |
| Octal | 270 | 206 | 237 | 0 | 33 | 16 | 34 | 512 | 32 | 76 |
| Binary | 10111000 | 10000110 | 10011111 | 0 | 11011 | 1110 | 11100 | 101001010 | 11010 | 111110 |
Color Harmonies of #B8869F
Complementary color
Monochromatic Colors of #B8869F
Black with #B8869F
Text Example
Text Example
White with #B8869F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8869F; }
p { color: rgb(184,134,159); }
H1.HeaderClassName
{
color: #B8869F;
}
.AnyTagClassName
{
color: #B8869F;
}
</style>
background-color css
<style>
a { background-color: #B8869F; }
a { background-color: rgb(184,134,159); }
div.DivClassName
{
background-color: #B8869F;
}
.BgClassName
{
background-color: #B8869F;
}
</style>
border-color css
<style>
span { border-color: #B8869F; }
span { border-color: rgb(184,134,159); }
td.TdClassName
{
border-color: #B8869F;
}
.TagClassName
{
border-color: #B8869F;
}
</style>