Shades of Bouquet #B1869D
Tints of Bouquet #B1869D
RGB
CMYK
RGB Variations
Color information
#B1869D (or 0xB1869D) is known color: Bouquet. HEX triplet: B1, 86 and 9D. RGB value is (177,134,157). Sum of RGB (Red+Green+Blue) = 177+134+157=468 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.82% from 468); Green value is 134 (52.73% from 255 or 28.63% from 468); Blue value is 157 (61.72% from 255 or 33.55% from 468); Max value from RGB is 177 - color contains mainly: red. Hex color #B1869D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1869D is #4E7962. Grayscale: #959595. Windows color (decimal): -5142883 or 10323633. OLE color: 10323633.
HSL color Cylindrical-coordinate representation of color #B1869D: hue angle of 327.91º degrees, saturation: 0.22, 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 #B1869D is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 134 | 157 | - |
| CMYK | 0 | 0.24 | 0.11 | 0.31 |
| HSL | 327.91º | 0.22% | 0.61% | - |
| HSV(B) | 327.91º | 0.24% | 0.69% | - |
| XYZ | 32.74 | 28.83 | 35.74 | - |
| YUV | 149.48 | 132.25 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 134 | 157 | 0 | 0.24 | 0.11 | 0.31 | 327.91 | 0.22 | 0.61 |
| Hex | B1 | 86 | 9D | 0 | 18 | B | 1F | 148 | 16 | 3D |
| Octal | 261 | 206 | 235 | 0 | 30 | 13 | 37 | 510 | 26 | 75 |
| Binary | 10110001 | 10000110 | 10011101 | 0 | 11000 | 1011 | 11111 | 101001000 | 10110 | 111101 |
Color Harmonies of #B1869D
Complementary color
Monochromatic Colors of #B1869D
Black with #B1869D
Text Example
Text Example
White with #B1869D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1869D; }
p { color: rgb(177,134,157); }
H1.HeaderClassName
{
color: #B1869D;
}
.AnyTagClassName
{
color: #B1869D;
}
</style>
background-color css
<style>
a { background-color: #B1869D; }
a { background-color: rgb(177,134,157); }
div.DivClassName
{
background-color: #B1869D;
}
.BgClassName
{
background-color: #B1869D;
}
</style>
border-color css
<style>
span { border-color: #B1869D; }
span { border-color: rgb(177,134,157); }
td.TdClassName
{
border-color: #B1869D;
}
.TagClassName
{
border-color: #B1869D;
}
</style>