Shades of Bouquet #B0859F
Tints of Bouquet #B0859F
RGB
CMYK
RGB Variations
Color information
#B0859F (or 0xB0859F) is known color: Bouquet. HEX triplet: B0, 85 and 9F. RGB value is (176,133,159). Sum of RGB (Red+Green+Blue) = 176+133+159=468 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.61% from 468); Green value is 133 (52.34% from 255 or 28.42% from 468); Blue value is 159 (62.5% from 255 or 33.97% from 468); Max value from RGB is 176 - color contains mainly: red. Hex color #B0859F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0859F is #4F7A60. Grayscale: #949494. Windows color (decimal): -5208673 or 10454448. OLE color: 10454448.
HSL color Cylindrical-coordinate representation of color #B0859F: hue angle of 323.72º 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 #B0859F is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 133 | 159 | - |
| CMYK | 0 | 0.24 | 0.10 | 0.31 |
| HSL | 323.72º | 0.21% | 0.61% | - |
| HSV(B) | 323.72º | 0.24% | 0.69% | - |
| XYZ | 32.55 | 28.51 | 36.59 | - |
| YUV | 148.82 | 133.75 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 133 | 159 | 0 | 0.24 | 0.10 | 0.31 | 323.72 | 0.21 | 0.61 |
| Hex | B0 | 85 | 9F | 0 | 18 | A | 1F | 144 | 15 | 3D |
| Octal | 260 | 205 | 237 | 0 | 30 | 12 | 37 | 504 | 25 | 75 |
| Binary | 10110000 | 10000101 | 10011111 | 0 | 11000 | 1010 | 11111 | 101000100 | 10101 | 111101 |
Color Harmonies of #B0859F
Complementary color
Monochromatic Colors of #B0859F
Black with #B0859F
Text Example
Text Example
White with #B0859F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0859F; }
p { color: rgb(176,133,159); }
H1.HeaderClassName
{
color: #B0859F;
}
.AnyTagClassName
{
color: #B0859F;
}
</style>
background-color css
<style>
a { background-color: #B0859F; }
a { background-color: rgb(176,133,159); }
div.DivClassName
{
background-color: #B0859F;
}
.BgClassName
{
background-color: #B0859F;
}
</style>
border-color css
<style>
span { border-color: #B0859F; }
span { border-color: rgb(176,133,159); }
td.TdClassName
{
border-color: #B0859F;
}
.TagClassName
{
border-color: #B0859F;
}
</style>