Shades of Bouquet #B17195
Tints of Bouquet #B17195
RGB
CMYK
RGB Variations
Color information
#B17195 (or 0xB17195) is known color: Bouquet. HEX triplet: B1, 71 and 95. RGB value is (177,113,149). Sum of RGB (Red+Green+Blue) = 177+113+149=439 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.32% from 439); Green value is 113 (44.53% from 255 or 25.74% from 439); Blue value is 149 (58.59% from 255 or 33.94% from 439); Max value from RGB is 177 - color contains mainly: red. Hex color #B17195 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17195 is #4E8E6A. Grayscale: #888888. Windows color (decimal): -5148267 or 9793969. OLE color: 9793969.
HSL color Cylindrical-coordinate representation of color #B17195: hue angle of 326.25º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B17195 is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 113 | 149 | - |
| CMYK | 0 | 0.36 | 0.16 | 0.31 |
| HSL | 326.25º | 0.29% | 0.57% | - |
| HSV(B) | 326.25º | 0.36% | 0.69% | - |
| XYZ | 29.46 | 23.33 | 31.38 | - |
| YUV | 136.24 | 135.2 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 113 | 149 | 0 | 0.36 | 0.16 | 0.31 | 326.25 | 0.29 | 0.57 |
| Hex | B1 | 71 | 95 | 0 | 24 | 10 | 1F | 146 | 1D | 39 |
| Octal | 261 | 161 | 225 | 0 | 44 | 20 | 37 | 506 | 35 | 71 |
| Binary | 10110001 | 1110001 | 10010101 | 0 | 100100 | 10000 | 11111 | 101000110 | 11101 | 111001 |
Color Harmonies of #B17195
Complementary color
Monochromatic Colors of #B17195
Black with #B17195
Text Example
Text Example
White with #B17195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17195; }
p { color: rgb(177,113,149); }
H1.HeaderClassName
{
color: #B17195;
}
.AnyTagClassName
{
color: #B17195;
}
</style>
background-color css
<style>
a { background-color: #B17195; }
a { background-color: rgb(177,113,149); }
div.DivClassName
{
background-color: #B17195;
}
.BgClassName
{
background-color: #B17195;
}
</style>
border-color css
<style>
span { border-color: #B17195; }
span { border-color: rgb(177,113,149); }
td.TdClassName
{
border-color: #B17195;
}
.TagClassName
{
border-color: #B17195;
}
</style>