Shades of Bouquet #B0829D
Tints of Bouquet #B0829D
RGB
CMYK
RGB Variations
Color information
#B0829D (or 0xB0829D) is known color: Bouquet. HEX triplet: B0, 82 and 9D. RGB value is (176,130,157). Sum of RGB (Red+Green+Blue) = 176+130+157=463 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.01% from 463); Green value is 130 (51.17% from 255 or 28.08% from 463); Blue value is 157 (61.72% from 255 or 33.91% from 463); Max value from RGB is 176 - color contains mainly: red. Hex color #B0829D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0829D is #4F7D62. Grayscale: #929292. Windows color (decimal): -5209443 or 10322608. OLE color: 10322608.
HSL color Cylindrical-coordinate representation of color #B0829D: hue angle of 324.78º 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 #B0829D is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 130 | 157 | - |
| CMYK | 0 | 0.26 | 0.11 | 0.31 |
| HSL | 324.78º | 0.23% | 0.6% | - |
| HSV(B) | 324.78º | 0.26% | 0.69% | - |
| XYZ | 31.97 | 27.63 | 35.55 | - |
| YUV | 146.83 | 133.74 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 130 | 157 | 0 | 0.26 | 0.11 | 0.31 | 324.78 | 0.23 | 0.6 |
| Hex | B0 | 82 | 9D | 0 | 1A | B | 1F | 145 | 17 | 3C |
| Octal | 260 | 202 | 235 | 0 | 32 | 13 | 37 | 505 | 27 | 74 |
| Binary | 10110000 | 10000010 | 10011101 | 0 | 11010 | 1011 | 11111 | 101000101 | 10111 | 111100 |
Color Harmonies of #B0829D
Complementary color
Monochromatic Colors of #B0829D
Black with #B0829D
Text Example
Text Example
White with #B0829D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0829D; }
p { color: rgb(176,130,157); }
H1.HeaderClassName
{
color: #B0829D;
}
.AnyTagClassName
{
color: #B0829D;
}
</style>
background-color css
<style>
a { background-color: #B0829D; }
a { background-color: rgb(176,130,157); }
div.DivClassName
{
background-color: #B0829D;
}
.BgClassName
{
background-color: #B0829D;
}
</style>
border-color css
<style>
span { border-color: #B0829D; }
span { border-color: rgb(176,130,157); }
td.TdClassName
{
border-color: #B0829D;
}
.TagClassName
{
border-color: #B0829D;
}
</style>