Shades of Bouquet #B17999
Tints of Bouquet #B17999
RGB
CMYK
RGB Variations
Color information
#B17999 (or 0xB17999) is known color: Bouquet. HEX triplet: B1, 79 and 99. RGB value is (177,121,153). Sum of RGB (Red+Green+Blue) = 177+121+153=451 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.25% from 451); Green value is 121 (47.66% from 255 or 26.83% from 451); Blue value is 153 (60.16% from 255 or 33.92% from 451); Max value from RGB is 177 - color contains mainly: red. Hex color #B17999 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17999 is #4E8666. Grayscale: #8D8D8D. Windows color (decimal): -5146215 or 10058161. OLE color: 10058161.
HSL color Cylindrical-coordinate representation of color #B17999: hue angle of 325.71º degrees, saturation: 0.26, 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 #B17999 is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 121 | 153 | - |
| CMYK | 0 | 0.32 | 0.14 | 0.31 |
| HSL | 325.71º | 0.26% | 0.58% | - |
| HSV(B) | 325.71º | 0.32% | 0.69% | - |
| XYZ | 30.72 | 25.32 | 33.41 | - |
| YUV | 141.39 | 134.55 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 121 | 153 | 0 | 0.32 | 0.14 | 0.31 | 325.71 | 0.26 | 0.58 |
| Hex | B1 | 79 | 99 | 0 | 20 | E | 1F | 146 | 1A | 3A |
| Octal | 261 | 171 | 231 | 0 | 40 | 16 | 37 | 506 | 32 | 72 |
| Binary | 10110001 | 1111001 | 10011001 | 0 | 100000 | 1110 | 11111 | 101000110 | 11010 | 111010 |
Color Harmonies of #B17999
Complementary color
Monochromatic Colors of #B17999
Black with #B17999
Text Example
Text Example
White with #B17999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17999; }
p { color: rgb(177,121,153); }
H1.HeaderClassName
{
color: #B17999;
}
.AnyTagClassName
{
color: #B17999;
}
</style>
background-color css
<style>
a { background-color: #B17999; }
a { background-color: rgb(177,121,153); }
div.DivClassName
{
background-color: #B17999;
}
.BgClassName
{
background-color: #B17999;
}
</style>
border-color css
<style>
span { border-color: #B17999; }
span { border-color: rgb(177,121,153); }
td.TdClassName
{
border-color: #B17999;
}
.TagClassName
{
border-color: #B17999;
}
</style>