Shades of Bouquet #B1859D
Tints of Bouquet #B1859D
RGB
CMYK
RGB Variations
Color information
#B1859D (or 0xB1859D) is known color: Bouquet. HEX triplet: B1, 85 and 9D. RGB value is (177,133,157). Sum of RGB (Red+Green+Blue) = 177+133+157=467 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.90% from 467); Green value is 133 (52.34% from 255 or 28.48% from 467); Blue value is 157 (61.72% from 255 or 33.62% from 467); Max value from RGB is 177 - color contains mainly: red. Hex color #B1859D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1859D is #4E7A62. Grayscale: #949494. Windows color (decimal): -5143139 or 10323377. OLE color: 10323377.
HSL color Cylindrical-coordinate representation of color #B1859D: hue angle of 327.27º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B1859D is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 133 | 157 | - |
| CMYK | 0 | 0.25 | 0.11 | 0.31 |
| HSL | 327.27º | 0.22% | 0.61% | - |
| HSV(B) | 327.27º | 0.25% | 0.69% | - |
| XYZ | 32.6 | 28.56 | 35.69 | - |
| YUV | 148.89 | 132.58 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 133 | 157 | 0 | 0.25 | 0.11 | 0.31 | 327.27 | 0.22 | 0.61 |
| Hex | B1 | 85 | 9D | 0 | 19 | B | 1F | 147 | 16 | 3D |
| Octal | 261 | 205 | 235 | 0 | 31 | 13 | 37 | 507 | 26 | 75 |
| Binary | 10110001 | 10000101 | 10011101 | 0 | 11001 | 1011 | 11111 | 101000111 | 10110 | 111101 |
Color Harmonies of #B1859D
Complementary color
Monochromatic Colors of #B1859D
Black with #B1859D
Text Example
Text Example
White with #B1859D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1859D; }
p { color: rgb(177,133,157); }
H1.HeaderClassName
{
color: #B1859D;
}
.AnyTagClassName
{
color: #B1859D;
}
</style>
background-color css
<style>
a { background-color: #B1859D; }
a { background-color: rgb(177,133,157); }
div.DivClassName
{
background-color: #B1859D;
}
.BgClassName
{
background-color: #B1859D;
}
</style>
border-color css
<style>
span { border-color: #B1859D; }
span { border-color: rgb(177,133,157); }
td.TdClassName
{
border-color: #B1859D;
}
.TagClassName
{
border-color: #B1859D;
}
</style>