Shades of Bouquet #B17E9A
Tints of Bouquet #B17E9A
RGB
CMYK
RGB Variations
Color information
#B17E9A (or 0xB17E9A) is known color: Bouquet. HEX triplet: B1, 7E and 9A. RGB value is (177,126,154). Sum of RGB (Red+Green+Blue) = 177+126+154=457 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.73% from 457); Green value is 126 (49.61% from 255 or 27.57% from 457); Blue value is 154 (60.55% from 255 or 33.70% from 457); Max value from RGB is 177 - color contains mainly: red. Hex color #B17E9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17E9A is #4E8165. Grayscale: #909090. Windows color (decimal): -5144934 or 10124977. OLE color: 10124977.
HSL color Cylindrical-coordinate representation of color #B17E9A: hue angle of 327.06º 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 #B17E9A is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 126 | 154 | - |
| CMYK | 0 | 0.29 | 0.13 | 0.31 |
| HSL | 327.06º | 0.25% | 0.59% | - |
| HSV(B) | 327.06º | 0.29% | 0.69% | - |
| XYZ | 31.43 | 26.6 | 34.05 | - |
| YUV | 144.44 | 133.4 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 126 | 154 | 0 | 0.29 | 0.13 | 0.31 | 327.06 | 0.25 | 0.59 |
| Hex | B1 | 7E | 9A | 0 | 1D | D | 1F | 147 | 19 | 3B |
| Octal | 261 | 176 | 232 | 0 | 35 | 15 | 37 | 507 | 31 | 73 |
| Binary | 10110001 | 1111110 | 10011010 | 0 | 11101 | 1101 | 11111 | 101000111 | 11001 | 111011 |
Color Harmonies of #B17E9A
Complementary color
Monochromatic Colors of #B17E9A
Black with #B17E9A
Text Example
Text Example
White with #B17E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17E9A; }
p { color: rgb(177,126,154); }
H1.HeaderClassName
{
color: #B17E9A;
}
.AnyTagClassName
{
color: #B17E9A;
}
</style>
background-color css
<style>
a { background-color: #B17E9A; }
a { background-color: rgb(177,126,154); }
div.DivClassName
{
background-color: #B17E9A;
}
.BgClassName
{
background-color: #B17E9A;
}
</style>
border-color css
<style>
span { border-color: #B17E9A; }
span { border-color: rgb(177,126,154); }
td.TdClassName
{
border-color: #B17E9A;
}
.TagClassName
{
border-color: #B17E9A;
}
</style>