Shades of Bouquet #B1789B
Tints of Bouquet #B1789B
RGB
CMYK
RGB Variations
Color information
#B1789B (or 0xB1789B) is known color: Bouquet. HEX triplet: B1, 78 and 9B. RGB value is (177,120,155). Sum of RGB (Red+Green+Blue) = 177+120+155=452 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.16% from 452); Green value is 120 (47.27% from 255 or 26.55% from 452); Blue value is 155 (60.94% from 255 or 34.29% from 452); Max value from RGB is 177 - color contains mainly: red. Hex color #B1789B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1789B is #4E8764. Grayscale: #8C8C8C. Windows color (decimal): -5146469 or 10188977. OLE color: 10188977.
HSL color Cylindrical-coordinate representation of color #B1789B: hue angle of 323.16º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B1789B is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 120 | 155 | - |
| CMYK | 0 | 0.32 | 0.12 | 0.31 |
| HSL | 323.16º | 0.27% | 0.58% | - |
| HSV(B) | 323.16º | 0.32% | 0.69% | - |
| XYZ | 30.76 | 25.15 | 34.24 | - |
| YUV | 141.03 | 135.88 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 120 | 155 | 0 | 0.32 | 0.12 | 0.31 | 323.16 | 0.27 | 0.58 |
| Hex | B1 | 78 | 9B | 0 | 20 | C | 1F | 143 | 1B | 3A |
| Octal | 261 | 170 | 233 | 0 | 40 | 14 | 37 | 503 | 33 | 72 |
| Binary | 10110001 | 1111000 | 10011011 | 0 | 100000 | 1100 | 11111 | 101000011 | 11011 | 111010 |
Color Harmonies of #B1789B
Complementary color
Monochromatic Colors of #B1789B
Black with #B1789B
Text Example
Text Example
White with #B1789B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1789B; }
p { color: rgb(177,120,155); }
H1.HeaderClassName
{
color: #B1789B;
}
.AnyTagClassName
{
color: #B1789B;
}
</style>
background-color css
<style>
a { background-color: #B1789B; }
a { background-color: rgb(177,120,155); }
div.DivClassName
{
background-color: #B1789B;
}
.BgClassName
{
background-color: #B1789B;
}
</style>
border-color css
<style>
span { border-color: #B1789B; }
span { border-color: rgb(177,120,155); }
td.TdClassName
{
border-color: #B1789B;
}
.TagClassName
{
border-color: #B1789B;
}
</style>