Shades of Bouquet #B0869E
Tints of Bouquet #B0869E
RGB
CMYK
RGB Variations
Color information
#B0869E (or 0xB0869E) is known color: Bouquet. HEX triplet: B0, 86 and 9E. RGB value is (176,134,158). Sum of RGB (Red+Green+Blue) = 176+134+158=468 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.61% from 468); Green value is 134 (52.73% from 255 or 28.63% from 468); Blue value is 158 (62.11% from 255 or 33.76% from 468); Max value from RGB is 176 - color contains mainly: red. Hex color #B0869E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0869E is #4F7961. Grayscale: #959595. Windows color (decimal): -5208418 or 10389168. OLE color: 10389168.
HSL color Cylindrical-coordinate representation of color #B0869E: hue angle of 325.71º 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 #B0869E is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 134 | 158 | - |
| CMYK | 0 | 0.24 | 0.10 | 0.31 |
| HSL | 325.71º | 0.21% | 0.61% | - |
| HSV(B) | 325.71º | 0.24% | 0.69% | - |
| XYZ | 32.6 | 28.75 | 36.18 | - |
| YUV | 149.29 | 132.91 | 147.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 134 | 158 | 0 | 0.24 | 0.10 | 0.31 | 325.71 | 0.21 | 0.61 |
| Hex | B0 | 86 | 9E | 0 | 18 | A | 1F | 146 | 15 | 3D |
| Octal | 260 | 206 | 236 | 0 | 30 | 12 | 37 | 506 | 25 | 75 |
| Binary | 10110000 | 10000110 | 10011110 | 0 | 11000 | 1010 | 11111 | 101000110 | 10101 | 111101 |
Color Harmonies of #B0869E
Complementary color
Monochromatic Colors of #B0869E
Black with #B0869E
Text Example
Text Example
White with #B0869E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0869E; }
p { color: rgb(176,134,158); }
H1.HeaderClassName
{
color: #B0869E;
}
.AnyTagClassName
{
color: #B0869E;
}
</style>
background-color css
<style>
a { background-color: #B0869E; }
a { background-color: rgb(176,134,158); }
div.DivClassName
{
background-color: #B0869E;
}
.BgClassName
{
background-color: #B0869E;
}
</style>
border-color css
<style>
span { border-color: #B0869E; }
span { border-color: rgb(176,134,158); }
td.TdClassName
{
border-color: #B0869E;
}
.TagClassName
{
border-color: #B0869E;
}
</style>