Shades of Bouquet #B17193
Tints of Bouquet #B17193
RGB
CMYK
RGB Variations
Color information
#B17193 (or 0xB17193) is known color: Bouquet. HEX triplet: B1, 71 and 93. RGB value is (177,113,147). Sum of RGB (Red+Green+Blue) = 177+113+147=437 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.50% from 437); Green value is 113 (44.53% from 255 or 25.86% from 437); Blue value is 147 (57.81% from 255 or 33.64% from 437); Max value from RGB is 177 - color contains mainly: red. Hex color #B17193 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17193 is #4E8E6C. Grayscale: #878787. Windows color (decimal): -5148269 or 9662897. OLE color: 9662897.
HSL color Cylindrical-coordinate representation of color #B17193: hue angle of 328.12º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B17193 is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 113 | 147 | - |
| CMYK | 0 | 0.36 | 0.17 | 0.31 |
| HSL | 328.13º | 0.29% | 0.57% | - |
| HSV(B) | 328.13º | 0.36% | 0.69% | - |
| XYZ | 29.3 | 23.26 | 30.55 | - |
| YUV | 136.01 | 134.2 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 113 | 147 | 0 | 0.36 | 0.17 | 0.31 | 328.13 | 0.29 | 0.57 |
| Hex | B1 | 71 | 93 | 0 | 24 | 11 | 1F | 148 | 1D | 39 |
| Octal | 261 | 161 | 223 | 0 | 44 | 21 | 37 | 510 | 35 | 71 |
| Binary | 10110001 | 1110001 | 10010011 | 0 | 100100 | 10001 | 11111 | 101001000 | 11101 | 111001 |
Color Harmonies of #B17193
Complementary color
Monochromatic Colors of #B17193
Black with #B17193
Text Example
Text Example
White with #B17193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17193; }
p { color: rgb(177,113,147); }
H1.HeaderClassName
{
color: #B17193;
}
.AnyTagClassName
{
color: #B17193;
}
</style>
background-color css
<style>
a { background-color: #B17193; }
a { background-color: rgb(177,113,147); }
div.DivClassName
{
background-color: #B17193;
}
.BgClassName
{
background-color: #B17193;
}
</style>
border-color css
<style>
span { border-color: #B17193; }
span { border-color: rgb(177,113,147); }
td.TdClassName
{
border-color: #B17193;
}
.TagClassName
{
border-color: #B17193;
}
</style>