Shades of Bouquet #B1839B
Tints of Bouquet #B1839B
RGB
CMYK
RGB Variations
Color information
#B1839B (or 0xB1839B) is known color: Bouquet. HEX triplet: B1, 83 and 9B. RGB value is (177,131,155). Sum of RGB (Red+Green+Blue) = 177+131+155=463 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.23% from 463); Green value is 131 (51.56% from 255 or 28.29% from 463); Blue value is 155 (60.94% from 255 or 33.48% from 463); Max value from RGB is 177 - color contains mainly: red. Hex color #B1839B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1839B is #4E7C64. Grayscale: #939393. Windows color (decimal): -5143653 or 10191793. OLE color: 10191793.
HSL color Cylindrical-coordinate representation of color #B1839B: hue angle of 328.7º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B1839B is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 131 | 155 | - |
| CMYK | 0 | 0.26 | 0.12 | 0.31 |
| HSL | 328.7º | 0.23% | 0.6% | - |
| HSV(B) | 328.7º | 0.26% | 0.69% | - |
| XYZ | 32.16 | 27.95 | 34.71 | - |
| YUV | 147.49 | 132.24 | 149.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 131 | 155 | 0 | 0.26 | 0.12 | 0.31 | 328.7 | 0.23 | 0.6 |
| Hex | B1 | 83 | 9B | 0 | 1A | C | 1F | 149 | 17 | 3C |
| Octal | 261 | 203 | 233 | 0 | 32 | 14 | 37 | 511 | 27 | 74 |
| Binary | 10110001 | 10000011 | 10011011 | 0 | 11010 | 1100 | 11111 | 101001001 | 10111 | 111100 |
Color Harmonies of #B1839B
Complementary color
Monochromatic Colors of #B1839B
Black with #B1839B
Text Example
Text Example
White with #B1839B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1839B; }
p { color: rgb(177,131,155); }
H1.HeaderClassName
{
color: #B1839B;
}
.AnyTagClassName
{
color: #B1839B;
}
</style>
background-color css
<style>
a { background-color: #B1839B; }
a { background-color: rgb(177,131,155); }
div.DivClassName
{
background-color: #B1839B;
}
.BgClassName
{
background-color: #B1839B;
}
</style>
border-color css
<style>
span { border-color: #B1839B; }
span { border-color: rgb(177,131,155); }
td.TdClassName
{
border-color: #B1839B;
}
.TagClassName
{
border-color: #B1839B;
}
</style>