Shades of Bouquet #B17392
Tints of Bouquet #B17392
RGB
CMYK
RGB Variations
Color information
#B17392 (or 0xB17392) is known color: Bouquet. HEX triplet: B1, 73 and 92. RGB value is (177,115,146). Sum of RGB (Red+Green+Blue) = 177+115+146=438 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.41% from 438); Green value is 115 (45.31% from 255 or 26.26% from 438); Blue value is 146 (57.42% from 255 or 33.33% from 438); Max value from RGB is 177 - color contains mainly: red. Hex color #B17392 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17392 is #4E8C6D. Grayscale: #898989. Windows color (decimal): -5147758 or 9597873. OLE color: 9597873.
HSL color Cylindrical-coordinate representation of color #B17392: hue angle of 330º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B17392 is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 115 | 146 | - |
| CMYK | 0 | 0.35 | 0.18 | 0.31 |
| HSL | 330º | 0.28% | 0.57% | - |
| HSV(B) | 330º | 0.35% | 0.69% | - |
| XYZ | 29.45 | 23.68 | 30.21 | - |
| YUV | 137.07 | 133.04 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 115 | 146 | 0 | 0.35 | 0.18 | 0.31 | 330 | 0.28 | 0.57 |
| Hex | B1 | 73 | 92 | 0 | 23 | 12 | 1F | 14A | 1C | 39 |
| Octal | 261 | 163 | 222 | 0 | 43 | 22 | 37 | 512 | 34 | 71 |
| Binary | 10110001 | 1110011 | 10010010 | 0 | 100011 | 10010 | 11111 | 101001010 | 11100 | 111001 |
Color Harmonies of #B17392
Complementary color
Monochromatic Colors of #B17392
Black with #B17392
Text Example
Text Example
White with #B17392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17392; }
p { color: rgb(177,115,146); }
H1.HeaderClassName
{
color: #B17392;
}
.AnyTagClassName
{
color: #B17392;
}
</style>
background-color css
<style>
a { background-color: #B17392; }
a { background-color: rgb(177,115,146); }
div.DivClassName
{
background-color: #B17392;
}
.BgClassName
{
background-color: #B17392;
}
</style>
border-color css
<style>
span { border-color: #B17392; }
span { border-color: rgb(177,115,146); }
td.TdClassName
{
border-color: #B17392;
}
.TagClassName
{
border-color: #B17392;
}
</style>