Shades of Bouquet #B1879F
Tints of Bouquet #B1879F
RGB
CMYK
RGB Variations
Color information
#B1879F (or 0xB1879F) is known color: Bouquet. HEX triplet: B1, 87 and 9F. RGB value is (177,135,159). Sum of RGB (Red+Green+Blue) = 177+135+159=471 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.58% from 471); Green value is 135 (53.12% from 255 or 28.66% from 471); Blue value is 159 (62.5% from 255 or 33.76% from 471); Max value from RGB is 177 - color contains mainly: red. Hex color #B1879F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1879F is #4E7860. Grayscale: #969696. Windows color (decimal): -5142625 or 10454961. OLE color: 10454961.
HSL color Cylindrical-coordinate representation of color #B1879F: hue angle of 325.71º 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 #B1879F is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 135 | 159 | - |
| CMYK | 0 | 0.24 | 0.10 | 0.31 |
| HSL | 325.71º | 0.21% | 0.61% | - |
| HSV(B) | 325.71º | 0.24% | 0.69% | - |
| XYZ | 33.05 | 29.18 | 36.69 | - |
| YUV | 150.29 | 132.91 | 147.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 135 | 159 | 0 | 0.24 | 0.10 | 0.31 | 325.71 | 0.21 | 0.61 |
| Hex | B1 | 87 | 9F | 0 | 18 | A | 1F | 146 | 15 | 3D |
| Octal | 261 | 207 | 237 | 0 | 30 | 12 | 37 | 506 | 25 | 75 |
| Binary | 10110001 | 10000111 | 10011111 | 0 | 11000 | 1010 | 11111 | 101000110 | 10101 | 111101 |
Color Harmonies of #B1879F
Complementary color
Monochromatic Colors of #B1879F
Black with #B1879F
Text Example
Text Example
White with #B1879F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1879F; }
p { color: rgb(177,135,159); }
H1.HeaderClassName
{
color: #B1879F;
}
.AnyTagClassName
{
color: #B1879F;
}
</style>
background-color css
<style>
a { background-color: #B1879F; }
a { background-color: rgb(177,135,159); }
div.DivClassName
{
background-color: #B1879F;
}
.BgClassName
{
background-color: #B1879F;
}
</style>
border-color css
<style>
span { border-color: #B1879F; }
span { border-color: rgb(177,135,159); }
td.TdClassName
{
border-color: #B1879F;
}
.TagClassName
{
border-color: #B1879F;
}
</style>