Shades of Bouquet #B0879B
Tints of Bouquet #B0879B
RGB
CMYK
RGB Variations
Color information
#B0879B (or 0xB0879B) is known color: Bouquet. HEX triplet: B0, 87 and 9B. RGB value is (176,135,155). Sum of RGB (Red+Green+Blue) = 176+135+155=466 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.77% from 466); Green value is 135 (53.12% from 255 or 28.97% from 466); Blue value is 155 (60.94% from 255 or 33.26% from 466); Max value from RGB is 176 - color contains mainly: red. Hex color #B0879B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0879B is #4F7864. Grayscale: #959595. Windows color (decimal): -5208165 or 10192816. OLE color: 10192816.
HSL color Cylindrical-coordinate representation of color #B0879B: hue angle of 330.73º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B0879B is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 135 | 155 | - |
| CMYK | 0 | 0.23 | 0.12 | 0.31 |
| HSL | 330.73º | 0.21% | 0.61% | - |
| HSV(B) | 330.73º | 0.23% | 0.69% | - |
| XYZ | 32.48 | 28.92 | 34.88 | - |
| YUV | 149.54 | 131.08 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 135 | 155 | 0 | 0.23 | 0.12 | 0.31 | 330.73 | 0.21 | 0.61 |
| Hex | B0 | 87 | 9B | 0 | 17 | C | 1F | 14B | 15 | 3D |
| Octal | 260 | 207 | 233 | 0 | 27 | 14 | 37 | 513 | 25 | 75 |
| Binary | 10110000 | 10000111 | 10011011 | 0 | 10111 | 1100 | 11111 | 101001011 | 10101 | 111101 |
Color Harmonies of #B0879B
Complementary color
Monochromatic Colors of #B0879B
Black with #B0879B
Text Example
Text Example
White with #B0879B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0879B; }
p { color: rgb(176,135,155); }
H1.HeaderClassName
{
color: #B0879B;
}
.AnyTagClassName
{
color: #B0879B;
}
</style>
background-color css
<style>
a { background-color: #B0879B; }
a { background-color: rgb(176,135,155); }
div.DivClassName
{
background-color: #B0879B;
}
.BgClassName
{
background-color: #B0879B;
}
</style>
border-color css
<style>
span { border-color: #B0879B; }
span { border-color: rgb(176,135,155); }
td.TdClassName
{
border-color: #B0879B;
}
.TagClassName
{
border-color: #B0879B;
}
</style>