Shades of Bouquet #B1879A
Tints of Bouquet #B1879A
RGB
CMYK
RGB Variations
Color information
#B1879A (or 0xB1879A) is known color: Bouquet. HEX triplet: B1, 87 and 9A. RGB value is (177,135,154). Sum of RGB (Red+Green+Blue) = 177+135+154=466 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.98% from 466); Green value is 135 (53.12% from 255 or 28.97% from 466); Blue value is 154 (60.55% from 255 or 33.05% from 466); Max value from RGB is 177 - color contains mainly: red. Hex color #B1879A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1879A is #4E7865. Grayscale: #959595. Windows color (decimal): -5142630 or 10127281. OLE color: 10127281.
HSL color Cylindrical-coordinate representation of color #B1879A: hue angle of 332.86º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B1879A is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 135 | 154 | - |
| CMYK | 0 | 0.24 | 0.13 | 0.31 |
| HSL | 332.86º | 0.21% | 0.61% | - |
| HSV(B) | 332.86º | 0.24% | 0.69% | - |
| XYZ | 32.63 | 29.01 | 34.45 | - |
| YUV | 149.72 | 130.41 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 135 | 154 | 0 | 0.24 | 0.13 | 0.31 | 332.86 | 0.21 | 0.61 |
| Hex | B1 | 87 | 9A | 0 | 18 | D | 1F | 14D | 15 | 3D |
| Octal | 261 | 207 | 232 | 0 | 30 | 15 | 37 | 515 | 25 | 75 |
| Binary | 10110001 | 10000111 | 10011010 | 0 | 11000 | 1101 | 11111 | 101001101 | 10101 | 111101 |
Color Harmonies of #B1879A
Complementary color
Monochromatic Colors of #B1879A
Black with #B1879A
Text Example
Text Example
White with #B1879A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1879A; }
p { color: rgb(177,135,154); }
H1.HeaderClassName
{
color: #B1879A;
}
.AnyTagClassName
{
color: #B1879A;
}
</style>
background-color css
<style>
a { background-color: #B1879A; }
a { background-color: rgb(177,135,154); }
div.DivClassName
{
background-color: #B1879A;
}
.BgClassName
{
background-color: #B1879A;
}
</style>
border-color css
<style>
span { border-color: #B1879A; }
span { border-color: rgb(177,135,154); }
td.TdClassName
{
border-color: #B1879A;
}
.TagClassName
{
border-color: #B1879A;
}
</style>