Shades of Bouquet #B1849B
Tints of Bouquet #B1849B
RGB
CMYK
RGB Variations
Color information
#B1849B (or 0xB1849B) is known color: Bouquet. HEX triplet: B1, 84 and 9B. RGB value is (177,132,155). Sum of RGB (Red+Green+Blue) = 177+132+155=464 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.15% from 464); Green value is 132 (51.95% from 255 or 28.45% from 464); Blue value is 155 (60.94% from 255 or 33.41% from 464); Max value from RGB is 177 - color contains mainly: red. Hex color #B1849B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1849B is #4E7B64. Grayscale: #949494. Windows color (decimal): -5143397 or 10192049. OLE color: 10192049.
HSL color Cylindrical-coordinate representation of color #B1849B: hue angle of 329.33º 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 #B1849B is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 132 | 155 | - |
| CMYK | 0 | 0.25 | 0.12 | 0.31 |
| HSL | 329.33º | 0.22% | 0.61% | - |
| HSV(B) | 329.33º | 0.25% | 0.69% | - |
| XYZ | 32.3 | 28.22 | 34.75 | - |
| YUV | 148.08 | 131.91 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 132 | 155 | 0 | 0.25 | 0.12 | 0.31 | 329.33 | 0.22 | 0.61 |
| Hex | B1 | 84 | 9B | 0 | 19 | C | 1F | 149 | 16 | 3D |
| Octal | 261 | 204 | 233 | 0 | 31 | 14 | 37 | 511 | 26 | 75 |
| Binary | 10110001 | 10000100 | 10011011 | 0 | 11001 | 1100 | 11111 | 101001001 | 10110 | 111101 |
Color Harmonies of #B1849B
Complementary color
Monochromatic Colors of #B1849B
Black with #B1849B
Text Example
Text Example
White with #B1849B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1849B; }
p { color: rgb(177,132,155); }
H1.HeaderClassName
{
color: #B1849B;
}
.AnyTagClassName
{
color: #B1849B;
}
</style>
background-color css
<style>
a { background-color: #B1849B; }
a { background-color: rgb(177,132,155); }
div.DivClassName
{
background-color: #B1849B;
}
.BgClassName
{
background-color: #B1849B;
}
</style>
border-color css
<style>
span { border-color: #B1849B; }
span { border-color: rgb(177,132,155); }
td.TdClassName
{
border-color: #B1849B;
}
.TagClassName
{
border-color: #B1849B;
}
</style>