Shades of Bouquet #B1689C
Tints of Bouquet #B1689C
RGB
CMYK
RGB Variations
Color information
#B1689C (or 0xB1689C) is known color: Bouquet. HEX triplet: B1, 68 and 9C. RGB value is (177,104,156). Sum of RGB (Red+Green+Blue) = 177+104+156=437 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.50% from 437); Green value is 104 (41.02% from 255 or 23.80% from 437); Blue value is 156 (61.33% from 255 or 35.70% from 437); Max value from RGB is 177 - color contains mainly: red. Hex color #B1689C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1689C is #4E9763. Grayscale: #838383. Windows color (decimal): -5150564 or 10250417. OLE color: 10250417.
HSL color Cylindrical-coordinate representation of color #B1689C: hue angle of 317.26º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B1689C is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 104 | 156 | - |
| CMYK | 0 | 0.41 | 0.12 | 0.31 |
| HSL | 317.26º | 0.32% | 0.55% | - |
| HSV(B) | 317.26º | 0.41% | 0.69% | - |
| XYZ | 29.08 | 21.65 | 34.1 | - |
| YUV | 131.76 | 141.68 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 104 | 156 | 0 | 0.41 | 0.12 | 0.31 | 317.26 | 0.32 | 0.55 |
| Hex | B1 | 68 | 9C | 0 | 29 | C | 1F | 13D | 20 | 37 |
| Octal | 261 | 150 | 234 | 0 | 51 | 14 | 37 | 475 | 40 | 67 |
| Binary | 10110001 | 1101000 | 10011100 | 0 | 101001 | 1100 | 11111 | 100111101 | 100000 | 110111 |
Color Harmonies of #B1689C
Complementary color
Monochromatic Colors of #B1689C
Black with #B1689C
Text Example
Text Example
White with #B1689C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1689C; }
p { color: rgb(177,104,156); }
H1.HeaderClassName
{
color: #B1689C;
}
.AnyTagClassName
{
color: #B1689C;
}
</style>
background-color css
<style>
a { background-color: #B1689C; }
a { background-color: rgb(177,104,156); }
div.DivClassName
{
background-color: #B1689C;
}
.BgClassName
{
background-color: #B1689C;
}
</style>
border-color css
<style>
span { border-color: #B1689C; }
span { border-color: rgb(177,104,156); }
td.TdClassName
{
border-color: #B1689C;
}
.TagClassName
{
border-color: #B1689C;
}
</style>