Shades of Bouquet #B1839C
Tints of Bouquet #B1839C
RGB
CMYK
RGB Variations
Color information
#B1839C (or 0xB1839C) is known color: Bouquet. HEX triplet: B1, 83 and 9C. RGB value is (177,131,156). Sum of RGB (Red+Green+Blue) = 177+131+156=464 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.15% from 464); Green value is 131 (51.56% from 255 or 28.23% from 464); Blue value is 156 (61.33% from 255 or 33.62% from 464); Max value from RGB is 177 - color contains mainly: red. Hex color #B1839C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1839C is #4E7C63. Grayscale: #939393. Windows color (decimal): -5143652 or 10257329. OLE color: 10257329.
HSL color Cylindrical-coordinate representation of color #B1839C: hue angle of 327.39º 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 #B1839C is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 131 | 156 | - |
| CMYK | 0 | 0.26 | 0.12 | 0.31 |
| HSL | 327.39º | 0.23% | 0.6% | - |
| HSV(B) | 327.39º | 0.26% | 0.69% | - |
| XYZ | 32.25 | 27.98 | 35.15 | - |
| YUV | 147.6 | 132.74 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 131 | 156 | 0 | 0.26 | 0.12 | 0.31 | 327.39 | 0.23 | 0.6 |
| Hex | B1 | 83 | 9C | 0 | 1A | C | 1F | 147 | 17 | 3C |
| Octal | 261 | 203 | 234 | 0 | 32 | 14 | 37 | 507 | 27 | 74 |
| Binary | 10110001 | 10000011 | 10011100 | 0 | 11010 | 1100 | 11111 | 101000111 | 10111 | 111100 |
Color Harmonies of #B1839C
Complementary color
Monochromatic Colors of #B1839C
Black with #B1839C
Text Example
Text Example
White with #B1839C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1839C; }
p { color: rgb(177,131,156); }
H1.HeaderClassName
{
color: #B1839C;
}
.AnyTagClassName
{
color: #B1839C;
}
</style>
background-color css
<style>
a { background-color: #B1839C; }
a { background-color: rgb(177,131,156); }
div.DivClassName
{
background-color: #B1839C;
}
.BgClassName
{
background-color: #B1839C;
}
</style>
border-color css
<style>
span { border-color: #B1839C; }
span { border-color: rgb(177,131,156); }
td.TdClassName
{
border-color: #B1839C;
}
.TagClassName
{
border-color: #B1839C;
}
</style>