Shades of Bouquet #9B8795
Tints of Bouquet #9B8795
RGB
CMYK
RGB Variations
Color information
#9B8795 (or 0x9B8795) is known color: Bouquet. HEX triplet: 9B, 87 and 95. RGB value is (155,135,149). Sum of RGB (Red+Green+Blue) = 155+135+149=439 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.31% from 439); Green value is 135 (53.12% from 255 or 30.75% from 439); Blue value is 149 (58.59% from 255 or 33.94% from 439); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8795 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8795 is #64786A. Grayscale: #8E8E8E. Windows color (decimal): -6584427 or 9799579. OLE color: 9799579.
HSL color Cylindrical-coordinate representation of color #9B8795: hue angle of 318º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9B8795 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 135 | 149 | - |
| CMYK | 0 | 0.13 | 0.04 | 0.39 |
| HSL | 318º | 0.09% | 0.57% | - |
| HSV(B) | 318º | 0.13% | 0.61% | - |
| XYZ | 27.61 | 26.47 | 32.09 | - |
| YUV | 142.58 | 131.63 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 135 | 149 | 0 | 0.13 | 0.04 | 0.39 | 318 | 0.09 | 0.57 |
| Hex | 9B | 87 | 95 | 0 | D | 4 | 27 | 13E | 9 | 39 |
| Octal | 233 | 207 | 225 | 0 | 15 | 4 | 47 | 476 | 11 | 71 |
| Binary | 10011011 | 10000111 | 10010101 | 0 | 1101 | 100 | 100111 | 100111110 | 1001 | 111001 |
Color Harmonies of #9B8795
Complementary color
Monochromatic Colors of #9B8795
Black with #9B8795
Text Example
Text Example
White with #9B8795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8795; }
p { color: rgb(155,135,149); }
H1.HeaderClassName
{
color: #9B8795;
}
.AnyTagClassName
{
color: #9B8795;
}
</style>
background-color css
<style>
a { background-color: #9B8795; }
a { background-color: rgb(155,135,149); }
div.DivClassName
{
background-color: #9B8795;
}
.BgClassName
{
background-color: #9B8795;
}
</style>
border-color css
<style>
span { border-color: #9B8795; }
span { border-color: rgb(155,135,149); }
td.TdClassName
{
border-color: #9B8795;
}
.TagClassName
{
border-color: #9B8795;
}
</style>