Shades of Bouquet #B17B93
Tints of Bouquet #B17B93
RGB
CMYK
RGB Variations
Color information
#B17B93 (or 0xB17B93) is known color: Bouquet. HEX triplet: B1, 7B and 93. RGB value is (177,123,147). Sum of RGB (Red+Green+Blue) = 177+123+147=447 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.60% from 447); Green value is 123 (48.44% from 255 or 27.52% from 447); Blue value is 147 (57.81% from 255 or 32.89% from 447); Max value from RGB is 177 - color contains mainly: red. Hex color #B17B93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17B93 is #4E846C. Grayscale: #8D8D8D. Windows color (decimal): -5145709 or 9665457. OLE color: 9665457.
HSL color Cylindrical-coordinate representation of color #B17B93: hue angle of 333.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 #B17B93 is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 123 | 147 | - |
| CMYK | 0 | 0.31 | 0.17 | 0.31 |
| HSL | 333.33º | 0.26% | 0.59% | - |
| HSV(B) | 333.33º | 0.31% | 0.69% | - |
| XYZ | 30.48 | 25.62 | 30.94 | - |
| YUV | 141.88 | 130.89 | 153.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 123 | 147 | 0 | 0.31 | 0.17 | 0.31 | 333.33 | 0.26 | 0.59 |
| Hex | B1 | 7B | 93 | 0 | 1F | 11 | 1F | 14D | 1A | 3B |
| Octal | 261 | 173 | 223 | 0 | 37 | 21 | 37 | 515 | 32 | 73 |
| Binary | 10110001 | 1111011 | 10010011 | 0 | 11111 | 10001 | 11111 | 101001101 | 11010 | 111011 |
Color Harmonies of #B17B93
Complementary color
Monochromatic Colors of #B17B93
Black with #B17B93
Text Example
Text Example
White with #B17B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17B93; }
p { color: rgb(177,123,147); }
H1.HeaderClassName
{
color: #B17B93;
}
.AnyTagClassName
{
color: #B17B93;
}
</style>
background-color css
<style>
a { background-color: #B17B93; }
a { background-color: rgb(177,123,147); }
div.DivClassName
{
background-color: #B17B93;
}
.BgClassName
{
background-color: #B17B93;
}
</style>
border-color css
<style>
span { border-color: #B17B93; }
span { border-color: rgb(177,123,147); }
td.TdClassName
{
border-color: #B17B93;
}
.TagClassName
{
border-color: #B17B93;
}
</style>