Shades of Bouquet #B17795
Tints of Bouquet #B17795
RGB
CMYK
RGB Variations
Color information
#B17795 (or 0xB17795) is known color: Bouquet. HEX triplet: B1, 77 and 95. RGB value is (177,119,149). Sum of RGB (Red+Green+Blue) = 177+119+149=445 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.78% from 445); Green value is 119 (46.88% from 255 or 26.74% from 445); Blue value is 149 (58.59% from 255 or 33.48% from 445); Max value from RGB is 177 - color contains mainly: red. Hex color #B17795 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17795 is #4E886A. Grayscale: #8B8B8B. Windows color (decimal): -5146731 or 9795505. OLE color: 9795505.
HSL color Cylindrical-coordinate representation of color #B17795: hue angle of 328.97º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B17795 is Cyan = 0, Magento = 0.33, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 119 | 149 | - |
| CMYK | 0 | 0.33 | 0.16 | 0.31 |
| HSL | 328.97º | 0.27% | 0.58% | - |
| HSV(B) | 328.97º | 0.33% | 0.69% | - |
| XYZ | 30.15 | 24.71 | 31.61 | - |
| YUV | 139.76 | 133.22 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 119 | 149 | 0 | 0.33 | 0.16 | 0.31 | 328.97 | 0.27 | 0.58 |
| Hex | B1 | 77 | 95 | 0 | 21 | 10 | 1F | 149 | 1B | 3A |
| Octal | 261 | 167 | 225 | 0 | 41 | 20 | 37 | 511 | 33 | 72 |
| Binary | 10110001 | 1110111 | 10010101 | 0 | 100001 | 10000 | 11111 | 101001001 | 11011 | 111010 |
Color Harmonies of #B17795
Complementary color
Monochromatic Colors of #B17795
Black with #B17795
Text Example
Text Example
White with #B17795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17795; }
p { color: rgb(177,119,149); }
H1.HeaderClassName
{
color: #B17795;
}
.AnyTagClassName
{
color: #B17795;
}
</style>
background-color css
<style>
a { background-color: #B17795; }
a { background-color: rgb(177,119,149); }
div.DivClassName
{
background-color: #B17795;
}
.BgClassName
{
background-color: #B17795;
}
</style>
border-color css
<style>
span { border-color: #B17795; }
span { border-color: rgb(177,119,149); }
td.TdClassName
{
border-color: #B17795;
}
.TagClassName
{
border-color: #B17795;
}
</style>