Shades of Bouquet #B1699B
Tints of Bouquet #B1699B
RGB
CMYK
RGB Variations
Color information
#B1699B (or 0xB1699B) is known color: Bouquet. HEX triplet: B1, 69 and 9B. RGB value is (177,105,155). Sum of RGB (Red+Green+Blue) = 177+105+155=437 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.50% from 437); Green value is 105 (41.41% from 255 or 24.03% from 437); Blue value is 155 (60.94% from 255 or 35.47% from 437); Max value from RGB is 177 - color contains mainly: red. Hex color #B1699B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1699B is #4E9664. Grayscale: #848484. Windows color (decimal): -5150309 or 10185137. OLE color: 10185137.
HSL color Cylindrical-coordinate representation of color #B1699B: hue angle of 318.33º 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 #B1699B is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 105 | 155 | - |
| CMYK | 0 | 0.41 | 0.12 | 0.31 |
| HSL | 318.33º | 0.32% | 0.55% | - |
| HSV(B) | 318.33º | 0.41% | 0.69% | - |
| XYZ | 29.1 | 21.82 | 33.69 | - |
| YUV | 132.23 | 140.85 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 105 | 155 | 0 | 0.41 | 0.12 | 0.31 | 318.33 | 0.32 | 0.55 |
| Hex | B1 | 69 | 9B | 0 | 29 | C | 1F | 13E | 20 | 37 |
| Octal | 261 | 151 | 233 | 0 | 51 | 14 | 37 | 476 | 40 | 67 |
| Binary | 10110001 | 1101001 | 10011011 | 0 | 101001 | 1100 | 11111 | 100111110 | 100000 | 110111 |
Color Harmonies of #B1699B
Complementary color
Monochromatic Colors of #B1699B
Black with #B1699B
Text Example
Text Example
White with #B1699B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1699B; }
p { color: rgb(177,105,155); }
H1.HeaderClassName
{
color: #B1699B;
}
.AnyTagClassName
{
color: #B1699B;
}
</style>
background-color css
<style>
a { background-color: #B1699B; }
a { background-color: rgb(177,105,155); }
div.DivClassName
{
background-color: #B1699B;
}
.BgClassName
{
background-color: #B1699B;
}
</style>
border-color css
<style>
span { border-color: #B1699B; }
span { border-color: rgb(177,105,155); }
td.TdClassName
{
border-color: #B1699B;
}
.TagClassName
{
border-color: #B1699B;
}
</style>