Shades of Bouquet #B17292
Tints of Bouquet #B17292
RGB
CMYK
RGB Variations
Color information
#B17292 (or 0xB17292) is known color: Bouquet. HEX triplet: B1, 72 and 92. RGB value is (177,114,146). Sum of RGB (Red+Green+Blue) = 177+114+146=437 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.50% from 437); Green value is 114 (44.92% from 255 or 26.09% from 437); Blue value is 146 (57.42% from 255 or 33.41% from 437); Max value from RGB is 177 - color contains mainly: red. Hex color #B17292 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17292 is #4E8D6D. Grayscale: #888888. Windows color (decimal): -5148014 or 9597617. OLE color: 9597617.
HSL color Cylindrical-coordinate representation of color #B17292: hue angle of 329.52º 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 #B17292 is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 114 | 146 | - |
| CMYK | 0 | 0.36 | 0.18 | 0.31 |
| HSL | 329.52º | 0.29% | 0.57% | - |
| HSV(B) | 329.52º | 0.36% | 0.69% | - |
| XYZ | 29.34 | 23.46 | 30.18 | - |
| YUV | 136.49 | 133.37 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 114 | 146 | 0 | 0.36 | 0.18 | 0.31 | 329.52 | 0.29 | 0.57 |
| Hex | B1 | 72 | 92 | 0 | 24 | 12 | 1F | 14A | 1D | 39 |
| Octal | 261 | 162 | 222 | 0 | 44 | 22 | 37 | 512 | 35 | 71 |
| Binary | 10110001 | 1110010 | 10010010 | 0 | 100100 | 10010 | 11111 | 101001010 | 11101 | 111001 |
Color Harmonies of #B17292
Complementary color
Monochromatic Colors of #B17292
Black with #B17292
Text Example
Text Example
White with #B17292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17292; }
p { color: rgb(177,114,146); }
H1.HeaderClassName
{
color: #B17292;
}
.AnyTagClassName
{
color: #B17292;
}
</style>
background-color css
<style>
a { background-color: #B17292; }
a { background-color: rgb(177,114,146); }
div.DivClassName
{
background-color: #B17292;
}
.BgClassName
{
background-color: #B17292;
}
</style>
border-color css
<style>
span { border-color: #B17292; }
span { border-color: rgb(177,114,146); }
td.TdClassName
{
border-color: #B17292;
}
.TagClassName
{
border-color: #B17292;
}
</style>