Shades of Bouquet #B1879D
Tints of Bouquet #B1879D
RGB
CMYK
RGB Variations
Color information
#B1879D (or 0xB1879D) is known color: Bouquet. HEX triplet: B1, 87 and 9D. RGB value is (177,135,157). Sum of RGB (Red+Green+Blue) = 177+135+157=469 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.74% from 469); Green value is 135 (53.12% from 255 or 28.78% from 469); Blue value is 157 (61.72% from 255 or 33.48% from 469); Max value from RGB is 177 - color contains mainly: red. Hex color #B1879D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1879D is #4E7862. Grayscale: #969696. Windows color (decimal): -5142627 or 10323889. OLE color: 10323889.
HSL color Cylindrical-coordinate representation of color #B1879D: hue angle of 328.57º 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 #B1879D is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 135 | 157 | - |
| CMYK | 0 | 0.24 | 0.11 | 0.31 |
| HSL | 328.57º | 0.21% | 0.61% | - |
| HSV(B) | 328.57º | 0.24% | 0.69% | - |
| XYZ | 32.88 | 29.11 | 35.78 | - |
| YUV | 150.07 | 131.91 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 135 | 157 | 0 | 0.24 | 0.11 | 0.31 | 328.57 | 0.21 | 0.61 |
| Hex | B1 | 87 | 9D | 0 | 18 | B | 1F | 149 | 15 | 3D |
| Octal | 261 | 207 | 235 | 0 | 30 | 13 | 37 | 511 | 25 | 75 |
| Binary | 10110001 | 10000111 | 10011101 | 0 | 11000 | 1011 | 11111 | 101001001 | 10101 | 111101 |
Color Harmonies of #B1879D
Complementary color
Monochromatic Colors of #B1879D
Black with #B1879D
Text Example
Text Example
White with #B1879D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1879D; }
p { color: rgb(177,135,157); }
H1.HeaderClassName
{
color: #B1879D;
}
.AnyTagClassName
{
color: #B1879D;
}
</style>
background-color css
<style>
a { background-color: #B1879D; }
a { background-color: rgb(177,135,157); }
div.DivClassName
{
background-color: #B1879D;
}
.BgClassName
{
background-color: #B1879D;
}
</style>
border-color css
<style>
span { border-color: #B1879D; }
span { border-color: rgb(177,135,157); }
td.TdClassName
{
border-color: #B1879D;
}
.TagClassName
{
border-color: #B1879D;
}
</style>