Shades of Bouquet #B879AA
Tints of Bouquet #B879AA
RGB
CMYK
RGB Variations
Color information
#B879AA (or 0xB879AA) is known color: Bouquet. HEX triplet: B8, 79 and AA. RGB value is (184,121,170). Sum of RGB (Red+Green+Blue) = 184+121+170=475 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.74% from 475); Green value is 121 (47.66% from 255 or 25.47% from 475); Blue value is 170 (66.80% from 255 or 35.79% from 475); Max value from RGB is 184 - color contains mainly: red. Hex color #B879AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B879AA is #478655. Grayscale: #919191. Windows color (decimal): -4687446 or 11172280. OLE color: 11172280.
HSL color Cylindrical-coordinate representation of color #B879AA: hue angle of 313.33º degrees, saturation: 0.31, 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 #B879AA is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 121 | 170 | - |
| CMYK | 0 | 0.34 | 0.08 | 0.28 |
| HSL | 313.33º | 0.31% | 0.6% | - |
| HSV(B) | 313.33º | 0.34% | 0.72% | - |
| XYZ | 33.86 | 26.77 | 41.41 | - |
| YUV | 145.42 | 141.87 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 121 | 170 | 0 | 0.34 | 0.08 | 0.28 | 313.33 | 0.31 | 0.6 |
| Hex | B8 | 79 | AA | 0 | 22 | 8 | 1C | 139 | 1F | 3C |
| Octal | 270 | 171 | 252 | 0 | 42 | 10 | 34 | 471 | 37 | 74 |
| Binary | 10111000 | 1111001 | 10101010 | 0 | 100010 | 1000 | 11100 | 100111001 | 11111 | 111100 |
Color Harmonies of #B879AA
Complementary color
Monochromatic Colors of #B879AA
Black with #B879AA
Text Example
Text Example
White with #B879AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B879AA; }
p { color: rgb(184,121,170); }
H1.HeaderClassName
{
color: #B879AA;
}
.AnyTagClassName
{
color: #B879AA;
}
</style>
background-color css
<style>
a { background-color: #B879AA; }
a { background-color: rgb(184,121,170); }
div.DivClassName
{
background-color: #B879AA;
}
.BgClassName
{
background-color: #B879AA;
}
</style>
border-color css
<style>
span { border-color: #B879AA; }
span { border-color: rgb(184,121,170); }
td.TdClassName
{
border-color: #B879AA;
}
.TagClassName
{
border-color: #B879AA;
}
</style>