Shades of Bouquet #B17E9D
Tints of Bouquet #B17E9D
RGB
CMYK
RGB Variations
Color information
#B17E9D (or 0xB17E9D) is known color: Bouquet. HEX triplet: B1, 7E and 9D. RGB value is (177,126,157). Sum of RGB (Red+Green+Blue) = 177+126+157=460 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.48% from 460); Green value is 126 (49.61% from 255 or 27.39% from 460); Blue value is 157 (61.72% from 255 or 34.13% from 460); Max value from RGB is 177 - color contains mainly: red. Hex color #B17E9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17E9D is #4E8162. Grayscale: #909090. Windows color (decimal): -5144931 or 10321585. OLE color: 10321585.
HSL color Cylindrical-coordinate representation of color #B17E9D: hue angle of 323.53º 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 #B17E9D is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 126 | 157 | - |
| CMYK | 0 | 0.29 | 0.11 | 0.31 |
| HSL | 323.53º | 0.25% | 0.59% | - |
| HSV(B) | 323.53º | 0.29% | 0.69% | - |
| XYZ | 31.68 | 26.7 | 35.38 | - |
| YUV | 144.78 | 134.9 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 126 | 157 | 0 | 0.29 | 0.11 | 0.31 | 323.53 | 0.25 | 0.59 |
| Hex | B1 | 7E | 9D | 0 | 1D | B | 1F | 144 | 19 | 3B |
| Octal | 261 | 176 | 235 | 0 | 35 | 13 | 37 | 504 | 31 | 73 |
| Binary | 10110001 | 1111110 | 10011101 | 0 | 11101 | 1011 | 11111 | 101000100 | 11001 | 111011 |
Color Harmonies of #B17E9D
Complementary color
Monochromatic Colors of #B17E9D
Black with #B17E9D
Text Example
Text Example
White with #B17E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17E9D; }
p { color: rgb(177,126,157); }
H1.HeaderClassName
{
color: #B17E9D;
}
.AnyTagClassName
{
color: #B17E9D;
}
</style>
background-color css
<style>
a { background-color: #B17E9D; }
a { background-color: rgb(177,126,157); }
div.DivClassName
{
background-color: #B17E9D;
}
.BgClassName
{
background-color: #B17E9D;
}
</style>
border-color css
<style>
span { border-color: #B17E9D; }
span { border-color: rgb(177,126,157); }
td.TdClassName
{
border-color: #B17E9D;
}
.TagClassName
{
border-color: #B17E9D;
}
</style>