Shades of Bouquet #B0859E
Tints of Bouquet #B0859E
RGB
CMYK
RGB Variations
Color information
#B0859E (or 0xB0859E) is known color: Bouquet. HEX triplet: B0, 85 and 9E. RGB value is (176,133,158). Sum of RGB (Red+Green+Blue) = 176+133+158=467 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.69% from 467); Green value is 133 (52.34% from 255 or 28.48% from 467); Blue value is 158 (62.11% from 255 or 33.83% from 467); Max value from RGB is 176 - color contains mainly: red. Hex color #B0859E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0859E is #4F7A61. Grayscale: #949494. Windows color (decimal): -5208674 or 10388912. OLE color: 10388912.
HSL color Cylindrical-coordinate representation of color #B0859E: hue angle of 325.12º 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 #B0859E is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 133 | 158 | - |
| CMYK | 0 | 0.24 | 0.10 | 0.31 |
| HSL | 325.12º | 0.21% | 0.61% | - |
| HSV(B) | 325.12º | 0.24% | 0.69% | - |
| XYZ | 32.46 | 28.47 | 36.13 | - |
| YUV | 148.71 | 133.25 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 133 | 158 | 0 | 0.24 | 0.10 | 0.31 | 325.12 | 0.21 | 0.61 |
| Hex | B0 | 85 | 9E | 0 | 18 | A | 1F | 145 | 15 | 3D |
| Octal | 260 | 205 | 236 | 0 | 30 | 12 | 37 | 505 | 25 | 75 |
| Binary | 10110000 | 10000101 | 10011110 | 0 | 11000 | 1010 | 11111 | 101000101 | 10101 | 111101 |
Color Harmonies of #B0859E
Complementary color
Monochromatic Colors of #B0859E
Black with #B0859E
Text Example
Text Example
White with #B0859E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0859E; }
p { color: rgb(176,133,158); }
H1.HeaderClassName
{
color: #B0859E;
}
.AnyTagClassName
{
color: #B0859E;
}
</style>
background-color css
<style>
a { background-color: #B0859E; }
a { background-color: rgb(176,133,158); }
div.DivClassName
{
background-color: #B0859E;
}
.BgClassName
{
background-color: #B0859E;
}
</style>
border-color css
<style>
span { border-color: #B0859E; }
span { border-color: rgb(176,133,158); }
td.TdClassName
{
border-color: #B0859E;
}
.TagClassName
{
border-color: #B0859E;
}
</style>