Shades of Bouquet #B17E9B
Tints of Bouquet #B17E9B
RGB
CMYK
RGB Variations
Color information
#B17E9B (or 0xB17E9B) is known color: Bouquet. HEX triplet: B1, 7E and 9B. RGB value is (177,126,155). Sum of RGB (Red+Green+Blue) = 177+126+155=458 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.65% from 458); Green value is 126 (49.61% from 255 or 27.51% from 458); Blue value is 155 (60.94% from 255 or 33.84% from 458); Max value from RGB is 177 - color contains mainly: red. Hex color #B17E9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17E9B is #4E8164. Grayscale: #909090. Windows color (decimal): -5144933 or 10190513. OLE color: 10190513.
HSL color Cylindrical-coordinate representation of color #B17E9B: hue angle of 325.88º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B17E9B is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 126 | 155 | - |
| CMYK | 0 | 0.29 | 0.12 | 0.31 |
| HSL | 325.88º | 0.25% | 0.59% | - |
| HSV(B) | 325.88º | 0.29% | 0.69% | - |
| XYZ | 31.51 | 26.64 | 34.49 | - |
| YUV | 144.56 | 133.9 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 126 | 155 | 0 | 0.29 | 0.12 | 0.31 | 325.88 | 0.25 | 0.59 |
| Hex | B1 | 7E | 9B | 0 | 1D | C | 1F | 146 | 19 | 3B |
| Octal | 261 | 176 | 233 | 0 | 35 | 14 | 37 | 506 | 31 | 73 |
| Binary | 10110001 | 1111110 | 10011011 | 0 | 11101 | 1100 | 11111 | 101000110 | 11001 | 111011 |
Color Harmonies of #B17E9B
Complementary color
Monochromatic Colors of #B17E9B
Black with #B17E9B
Text Example
Text Example
White with #B17E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17E9B; }
p { color: rgb(177,126,155); }
H1.HeaderClassName
{
color: #B17E9B;
}
.AnyTagClassName
{
color: #B17E9B;
}
</style>
background-color css
<style>
a { background-color: #B17E9B; }
a { background-color: rgb(177,126,155); }
div.DivClassName
{
background-color: #B17E9B;
}
.BgClassName
{
background-color: #B17E9B;
}
</style>
border-color css
<style>
span { border-color: #B17E9B; }
span { border-color: rgb(177,126,155); }
td.TdClassName
{
border-color: #B17E9B;
}
.TagClassName
{
border-color: #B17E9B;
}
</style>