Shades of Bouquet #B16398
Tints of Bouquet #B16398
RGB
CMYK
RGB Variations
Color information
#B16398 (or 0xB16398) is known color: Bouquet. HEX triplet: B1, 63 and 98. RGB value is (177,99,152). Sum of RGB (Red+Green+Blue) = 177+99+152=428 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.36% from 428); Green value is 99 (39.06% from 255 or 23.13% from 428); Blue value is 152 (59.77% from 255 or 35.51% from 428); Max value from RGB is 177 - color contains mainly: red. Hex color #B16398 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16398 is #4E9C67. Grayscale: #808080. Windows color (decimal): -5151848 or 9986993. OLE color: 9986993.
HSL color Cylindrical-coordinate representation of color #B16398: hue angle of 319.23º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B16398 is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 99 | 152 | - |
| CMYK | 0 | 0.44 | 0.14 | 0.31 |
| HSL | 319.23º | 0.33% | 0.54% | - |
| HSV(B) | 319.23º | 0.44% | 0.69% | - |
| XYZ | 28.26 | 20.54 | 32.18 | - |
| YUV | 128.36 | 141.34 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 99 | 152 | 0 | 0.44 | 0.14 | 0.31 | 319.23 | 0.33 | 0.54 |
| Hex | B1 | 63 | 98 | 0 | 2C | E | 1F | 13F | 21 | 36 |
| Octal | 261 | 143 | 230 | 0 | 54 | 16 | 37 | 477 | 41 | 66 |
| Binary | 10110001 | 1100011 | 10011000 | 0 | 101100 | 1110 | 11111 | 100111111 | 100001 | 110110 |
Color Harmonies of #B16398
Complementary color
Monochromatic Colors of #B16398
Black with #B16398
Text Example
Text Example
White with #B16398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16398; }
p { color: rgb(177,99,152); }
H1.HeaderClassName
{
color: #B16398;
}
.AnyTagClassName
{
color: #B16398;
}
</style>
background-color css
<style>
a { background-color: #B16398; }
a { background-color: rgb(177,99,152); }
div.DivClassName
{
background-color: #B16398;
}
.BgClassName
{
background-color: #B16398;
}
</style>
border-color css
<style>
span { border-color: #B16398; }
span { border-color: rgb(177,99,152); }
td.TdClassName
{
border-color: #B16398;
}
.TagClassName
{
border-color: #B16398;
}
</style>