Shades of Bouquet #B17BA5
Tints of Bouquet #B17BA5
RGB
CMYK
RGB Variations
Color information
#B17BA5 (or 0xB17BA5) is known color: Bouquet. HEX triplet: B1, 7B and A5. RGB value is (177,123,165). Sum of RGB (Red+Green+Blue) = 177+123+165=465 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.06% from 465); Green value is 123 (48.44% from 255 or 26.45% from 465); Blue value is 165 (64.84% from 255 or 35.48% from 465); Max value from RGB is 177 - color contains mainly: red. Hex color #B17BA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17BA5 is #4E845A. Grayscale: #8F8F8F. Windows color (decimal): -5145691 or 10845105. OLE color: 10845105.
HSL color Cylindrical-coordinate representation of color #B17BA5: hue angle of 313.33º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B17BA5 is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 123 | 165 | - |
| CMYK | 0 | 0.31 | 0.07 | 0.31 |
| HSL | 313.33º | 0.26% | 0.59% | - |
| HSV(B) | 313.33º | 0.31% | 0.69% | - |
| XYZ | 32.01 | 26.23 | 38.97 | - |
| YUV | 143.93 | 139.89 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 123 | 165 | 0 | 0.31 | 0.07 | 0.31 | 313.33 | 0.26 | 0.59 |
| Hex | B1 | 7B | A5 | 0 | 1F | 7 | 1F | 139 | 1A | 3B |
| Octal | 261 | 173 | 245 | 0 | 37 | 7 | 37 | 471 | 32 | 73 |
| Binary | 10110001 | 1111011 | 10100101 | 0 | 11111 | 111 | 11111 | 100111001 | 11010 | 111011 |
Color Harmonies of #B17BA5
Complementary color
Monochromatic Colors of #B17BA5
Black with #B17BA5
Text Example
Text Example
White with #B17BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17BA5; }
p { color: rgb(177,123,165); }
H1.HeaderClassName
{
color: #B17BA5;
}
.AnyTagClassName
{
color: #B17BA5;
}
</style>
background-color css
<style>
a { background-color: #B17BA5; }
a { background-color: rgb(177,123,165); }
div.DivClassName
{
background-color: #B17BA5;
}
.BgClassName
{
background-color: #B17BA5;
}
</style>
border-color css
<style>
span { border-color: #B17BA5; }
span { border-color: rgb(177,123,165); }
td.TdClassName
{
border-color: #B17BA5;
}
.TagClassName
{
border-color: #B17BA5;
}
</style>