Shades of Bouquet #B0829F
Tints of Bouquet #B0829F
RGB
CMYK
RGB Variations
Color information
#B0829F (or 0xB0829F) is known color: Bouquet. HEX triplet: B0, 82 and 9F. RGB value is (176,130,159). Sum of RGB (Red+Green+Blue) = 176+130+159=465 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.85% from 465); Green value is 130 (51.17% from 255 or 27.96% from 465); Blue value is 159 (62.5% from 255 or 34.19% from 465); Max value from RGB is 176 - color contains mainly: red. Hex color #B0829F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0829F is #4F7D60. Grayscale: #929292. Windows color (decimal): -5209441 or 10453680. OLE color: 10453680.
HSL color Cylindrical-coordinate representation of color #B0829F: hue angle of 322.17º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0829F is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 130 | 159 | - |
| CMYK | 0 | 0.26 | 0.10 | 0.31 |
| HSL | 322.17º | 0.23% | 0.6% | - |
| HSV(B) | 322.17º | 0.26% | 0.69% | - |
| XYZ | 32.15 | 27.7 | 36.45 | - |
| YUV | 147.06 | 134.74 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 130 | 159 | 0 | 0.26 | 0.10 | 0.31 | 322.17 | 0.23 | 0.6 |
| Hex | B0 | 82 | 9F | 0 | 1A | A | 1F | 142 | 17 | 3C |
| Octal | 260 | 202 | 237 | 0 | 32 | 12 | 37 | 502 | 27 | 74 |
| Binary | 10110000 | 10000010 | 10011111 | 0 | 11010 | 1010 | 11111 | 101000010 | 10111 | 111100 |
Color Harmonies of #B0829F
Complementary color
Monochromatic Colors of #B0829F
Black with #B0829F
Text Example
Text Example
White with #B0829F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0829F; }
p { color: rgb(176,130,159); }
H1.HeaderClassName
{
color: #B0829F;
}
.AnyTagClassName
{
color: #B0829F;
}
</style>
background-color css
<style>
a { background-color: #B0829F; }
a { background-color: rgb(176,130,159); }
div.DivClassName
{
background-color: #B0829F;
}
.BgClassName
{
background-color: #B0829F;
}
</style>
border-color css
<style>
span { border-color: #B0829F; }
span { border-color: rgb(176,130,159); }
td.TdClassName
{
border-color: #B0829F;
}
.TagClassName
{
border-color: #B0829F;
}
</style>