Shades of Bouquet #B0859D
Tints of Bouquet #B0859D
RGB
CMYK
RGB Variations
Color information
#B0859D (or 0xB0859D) is known color: Bouquet. HEX triplet: B0, 85 and 9D. RGB value is (176,133,157). Sum of RGB (Red+Green+Blue) = 176+133+157=466 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.77% from 466); Green value is 133 (52.34% from 255 or 28.54% from 466); Blue value is 157 (61.72% from 255 or 33.69% from 466); Max value from RGB is 176 - color contains mainly: red. Hex color #B0859D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0859D is #4F7A62. Grayscale: #949494. Windows color (decimal): -5208675 or 10323376. OLE color: 10323376.
HSL color Cylindrical-coordinate representation of color #B0859D: hue angle of 326.51º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B0859D is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 133 | 157 | - |
| CMYK | 0 | 0.24 | 0.11 | 0.31 |
| HSL | 326.51º | 0.21% | 0.61% | - |
| HSV(B) | 326.51º | 0.24% | 0.69% | - |
| XYZ | 32.38 | 28.44 | 35.68 | - |
| YUV | 148.59 | 132.75 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 133 | 157 | 0 | 0.24 | 0.11 | 0.31 | 326.51 | 0.21 | 0.61 |
| Hex | B0 | 85 | 9D | 0 | 18 | B | 1F | 147 | 15 | 3D |
| Octal | 260 | 205 | 235 | 0 | 30 | 13 | 37 | 507 | 25 | 75 |
| Binary | 10110000 | 10000101 | 10011101 | 0 | 11000 | 1011 | 11111 | 101000111 | 10101 | 111101 |
Color Harmonies of #B0859D
Complementary color
Monochromatic Colors of #B0859D
Black with #B0859D
Text Example
Text Example
White with #B0859D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0859D; }
p { color: rgb(176,133,157); }
H1.HeaderClassName
{
color: #B0859D;
}
.AnyTagClassName
{
color: #B0859D;
}
</style>
background-color css
<style>
a { background-color: #B0859D; }
a { background-color: rgb(176,133,157); }
div.DivClassName
{
background-color: #B0859D;
}
.BgClassName
{
background-color: #B0859D;
}
</style>
border-color css
<style>
span { border-color: #B0859D; }
span { border-color: rgb(176,133,157); }
td.TdClassName
{
border-color: #B0859D;
}
.TagClassName
{
border-color: #B0859D;
}
</style>