Shades of Bouquet #B1879B
Tints of Bouquet #B1879B
RGB
CMYK
RGB Variations
Color information
#B1879B (or 0xB1879B) is known color: Bouquet. HEX triplet: B1, 87 and 9B. RGB value is (177,135,155). Sum of RGB (Red+Green+Blue) = 177+135+155=467 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.90% from 467); Green value is 135 (53.12% from 255 or 28.91% from 467); Blue value is 155 (60.94% from 255 or 33.19% from 467); Max value from RGB is 177 - color contains mainly: red. Hex color #B1879B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1879B is #4E7864. Grayscale: #959595. Windows color (decimal): -5142629 or 10192817. OLE color: 10192817.
HSL color Cylindrical-coordinate representation of color #B1879B: hue angle of 331.43º 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 #B1879B is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 135 | 155 | - |
| CMYK | 0 | 0.24 | 0.12 | 0.31 |
| HSL | 331.43º | 0.21% | 0.61% | - |
| HSV(B) | 331.43º | 0.24% | 0.69% | - |
| XYZ | 32.71 | 29.04 | 34.89 | - |
| YUV | 149.84 | 130.91 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 135 | 155 | 0 | 0.24 | 0.12 | 0.31 | 331.43 | 0.21 | 0.61 |
| Hex | B1 | 87 | 9B | 0 | 18 | C | 1F | 14B | 15 | 3D |
| Octal | 261 | 207 | 233 | 0 | 30 | 14 | 37 | 513 | 25 | 75 |
| Binary | 10110001 | 10000111 | 10011011 | 0 | 11000 | 1100 | 11111 | 101001011 | 10101 | 111101 |
Color Harmonies of #B1879B
Complementary color
Monochromatic Colors of #B1879B
Black with #B1879B
Text Example
Text Example
White with #B1879B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1879B; }
p { color: rgb(177,135,155); }
H1.HeaderClassName
{
color: #B1879B;
}
.AnyTagClassName
{
color: #B1879B;
}
</style>
background-color css
<style>
a { background-color: #B1879B; }
a { background-color: rgb(177,135,155); }
div.DivClassName
{
background-color: #B1879B;
}
.BgClassName
{
background-color: #B1879B;
}
</style>
border-color css
<style>
span { border-color: #B1879B; }
span { border-color: rgb(177,135,155); }
td.TdClassName
{
border-color: #B1879B;
}
.TagClassName
{
border-color: #B1879B;
}
</style>