Shades of Bouquet #B1849E
Tints of Bouquet #B1849E
RGB
CMYK
RGB Variations
Color information
#B1849E (or 0xB1849E) is known color: Bouquet. HEX triplet: B1, 84 and 9E. RGB value is (177,132,158). Sum of RGB (Red+Green+Blue) = 177+132+158=467 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.90% from 467); Green value is 132 (51.95% from 255 or 28.27% from 467); Blue value is 158 (62.11% from 255 or 33.83% from 467); Max value from RGB is 177 - color contains mainly: red. Hex color #B1849E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1849E is #4E7B61. Grayscale: #949494. Windows color (decimal): -5143394 or 10388657. OLE color: 10388657.
HSL color Cylindrical-coordinate representation of color #B1849E: hue angle of 325.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 #B1849E is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 132 | 158 | - |
| CMYK | 0 | 0.25 | 0.11 | 0.31 |
| HSL | 325.33º | 0.22% | 0.61% | - |
| HSV(B) | 325.33º | 0.25% | 0.69% | - |
| XYZ | 32.55 | 28.32 | 36.1 | - |
| YUV | 148.42 | 133.41 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 132 | 158 | 0 | 0.25 | 0.11 | 0.31 | 325.33 | 0.22 | 0.61 |
| Hex | B1 | 84 | 9E | 0 | 19 | B | 1F | 145 | 16 | 3D |
| Octal | 261 | 204 | 236 | 0 | 31 | 13 | 37 | 505 | 26 | 75 |
| Binary | 10110001 | 10000100 | 10011110 | 0 | 11001 | 1011 | 11111 | 101000101 | 10110 | 111101 |
Color Harmonies of #B1849E
Complementary color
Monochromatic Colors of #B1849E
Black with #B1849E
Text Example
Text Example
White with #B1849E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1849E; }
p { color: rgb(177,132,158); }
H1.HeaderClassName
{
color: #B1849E;
}
.AnyTagClassName
{
color: #B1849E;
}
</style>
background-color css
<style>
a { background-color: #B1849E; }
a { background-color: rgb(177,132,158); }
div.DivClassName
{
background-color: #B1849E;
}
.BgClassName
{
background-color: #B1849E;
}
</style>
border-color css
<style>
span { border-color: #B1849E; }
span { border-color: rgb(177,132,158); }
td.TdClassName
{
border-color: #B1849E;
}
.TagClassName
{
border-color: #B1849E;
}
</style>