Shades of Bouquet #B879AB
Tints of Bouquet #B879AB
RGB
CMYK
RGB Variations
Color information
#B879AB (or 0xB879AB) is known color: Bouquet. HEX triplet: B8, 79 and AB. RGB value is (184,121,171). Sum of RGB (Red+Green+Blue) = 184+121+171=476 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.66% from 476); Green value is 121 (47.66% from 255 or 25.42% from 476); Blue value is 171 (67.19% from 255 or 35.92% from 476); Max value from RGB is 184 - color contains mainly: red. Hex color #B879AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B879AB is #478654. Grayscale: #919191. Windows color (decimal): -4687445 or 11237816. OLE color: 11237816.
HSL color Cylindrical-coordinate representation of color #B879AB: hue angle of 312.38º 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 #B879AB is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 121 | 171 | - |
| CMYK | 0 | 0.34 | 0.07 | 0.28 |
| HSL | 312.38º | 0.31% | 0.6% | - |
| HSV(B) | 312.38º | 0.34% | 0.72% | - |
| XYZ | 33.96 | 26.81 | 41.91 | - |
| YUV | 145.54 | 142.37 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 121 | 171 | 0 | 0.34 | 0.07 | 0.28 | 312.38 | 0.31 | 0.6 |
| Hex | B8 | 79 | AB | 0 | 22 | 7 | 1C | 138 | 1F | 3C |
| Octal | 270 | 171 | 253 | 0 | 42 | 7 | 34 | 470 | 37 | 74 |
| Binary | 10111000 | 1111001 | 10101011 | 0 | 100010 | 111 | 11100 | 100111000 | 11111 | 111100 |
Color Harmonies of #B879AB
Complementary color
Monochromatic Colors of #B879AB
Black with #B879AB
Text Example
Text Example
White with #B879AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B879AB; }
p { color: rgb(184,121,171); }
H1.HeaderClassName
{
color: #B879AB;
}
.AnyTagClassName
{
color: #B879AB;
}
</style>
background-color css
<style>
a { background-color: #B879AB; }
a { background-color: rgb(184,121,171); }
div.DivClassName
{
background-color: #B879AB;
}
.BgClassName
{
background-color: #B879AB;
}
</style>
border-color css
<style>
span { border-color: #B879AB; }
span { border-color: rgb(184,121,171); }
td.TdClassName
{
border-color: #B879AB;
}
.TagClassName
{
border-color: #B879AB;
}
</style>