Shades of Bouquet #B17A94
Tints of Bouquet #B17A94
RGB
CMYK
RGB Variations
Color information
#B17A94 (or 0xB17A94) is known color: Bouquet. HEX triplet: B1, 7A and 94. RGB value is (177,122,148). Sum of RGB (Red+Green+Blue) = 177+122+148=447 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.60% from 447); Green value is 122 (48.05% from 255 or 27.29% from 447); Blue value is 148 (58.20% from 255 or 33.11% from 447); Max value from RGB is 177 - color contains mainly: red. Hex color #B17A94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17A94 is #4E856B. Grayscale: #8D8D8D. Windows color (decimal): -5145964 or 9730737. OLE color: 9730737.
HSL color Cylindrical-coordinate representation of color #B17A94: hue angle of 331.64º 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 #B17A94 is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 122 | 148 | - |
| CMYK | 0 | 0.31 | 0.16 | 0.31 |
| HSL | 331.64º | 0.26% | 0.59% | - |
| HSV(B) | 331.64º | 0.31% | 0.69% | - |
| XYZ | 30.44 | 25.4 | 31.32 | - |
| YUV | 141.41 | 131.72 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 122 | 148 | 0 | 0.31 | 0.16 | 0.31 | 331.64 | 0.26 | 0.59 |
| Hex | B1 | 7A | 94 | 0 | 1F | 10 | 1F | 14C | 1A | 3B |
| Octal | 261 | 172 | 224 | 0 | 37 | 20 | 37 | 514 | 32 | 73 |
| Binary | 10110001 | 1111010 | 10010100 | 0 | 11111 | 10000 | 11111 | 101001100 | 11010 | 111011 |
Color Harmonies of #B17A94
Complementary color
Monochromatic Colors of #B17A94
Black with #B17A94
Text Example
Text Example
White with #B17A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17A94; }
p { color: rgb(177,122,148); }
H1.HeaderClassName
{
color: #B17A94;
}
.AnyTagClassName
{
color: #B17A94;
}
</style>
background-color css
<style>
a { background-color: #B17A94; }
a { background-color: rgb(177,122,148); }
div.DivClassName
{
background-color: #B17A94;
}
.BgClassName
{
background-color: #B17A94;
}
</style>
border-color css
<style>
span { border-color: #B17A94; }
span { border-color: rgb(177,122,148); }
td.TdClassName
{
border-color: #B17A94;
}
.TagClassName
{
border-color: #B17A94;
}
</style>