Shades of Bouquet #B0859B
Tints of Bouquet #B0859B
RGB
CMYK
RGB Variations
Color information
#B0859B (or 0xB0859B) is known color: Bouquet. HEX triplet: B0, 85 and 9B. RGB value is (176,133,155). Sum of RGB (Red+Green+Blue) = 176+133+155=464 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.93% from 464); Green value is 133 (52.34% from 255 or 28.66% from 464); Blue value is 155 (60.94% from 255 or 33.41% from 464); Max value from RGB is 176 - color contains mainly: red. Hex color #B0859B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0859B is #4F7A64. Grayscale: #949494. Windows color (decimal): -5208677 or 10192304. OLE color: 10192304.
HSL color Cylindrical-coordinate representation of color #B0859B: hue angle of 329.3º 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 #B0859B is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 133 | 155 | - |
| CMYK | 0 | 0.24 | 0.12 | 0.31 |
| HSL | 329.3º | 0.21% | 0.61% | - |
| HSV(B) | 329.3º | 0.24% | 0.69% | - |
| XYZ | 32.21 | 28.37 | 34.79 | - |
| YUV | 148.37 | 131.75 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 133 | 155 | 0 | 0.24 | 0.12 | 0.31 | 329.3 | 0.21 | 0.61 |
| Hex | B0 | 85 | 9B | 0 | 18 | C | 1F | 149 | 15 | 3D |
| Octal | 260 | 205 | 233 | 0 | 30 | 14 | 37 | 511 | 25 | 75 |
| Binary | 10110000 | 10000101 | 10011011 | 0 | 11000 | 1100 | 11111 | 101001001 | 10101 | 111101 |
Color Harmonies of #B0859B
Complementary color
Monochromatic Colors of #B0859B
Black with #B0859B
Text Example
Text Example
White with #B0859B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0859B; }
p { color: rgb(176,133,155); }
H1.HeaderClassName
{
color: #B0859B;
}
.AnyTagClassName
{
color: #B0859B;
}
</style>
background-color css
<style>
a { background-color: #B0859B; }
a { background-color: rgb(176,133,155); }
div.DivClassName
{
background-color: #B0859B;
}
.BgClassName
{
background-color: #B0859B;
}
</style>
border-color css
<style>
span { border-color: #B0859B; }
span { border-color: rgb(176,133,155); }
td.TdClassName
{
border-color: #B0859B;
}
.TagClassName
{
border-color: #B0859B;
}
</style>