Shades of Bouquet #9B8B96
Tints of Bouquet #9B8B96
RGB
CMYK
RGB Variations
Color information
#9B8B96 (or 0x9B8B96) is known color: Bouquet. HEX triplet: 9B, 8B and 96. RGB value is (155,139,150). Sum of RGB (Red+Green+Blue) = 155+139+150=444 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.91% from 444); Green value is 139 (54.69% from 255 or 31.31% from 444); Blue value is 150 (58.98% from 255 or 33.78% from 444); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8B96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8B96 is #647469. Grayscale: #919191. Windows color (decimal): -6583402 or 9866139. OLE color: 9866139.
HSL color Cylindrical-coordinate representation of color #9B8B96: hue angle of 318.75º degrees, saturation: 0.07, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9B8B96 is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 139 | 150 | - |
| CMYK | 0 | 0.10 | 0.03 | 0.39 |
| HSL | 318.75º | 0.07% | 0.58% | - |
| HSV(B) | 318.75º | 0.1% | 0.61% | - |
| XYZ | 28.26 | 27.64 | 32.7 | - |
| YUV | 145.04 | 130.8 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 139 | 150 | 0 | 0.10 | 0.03 | 0.39 | 318.75 | 0.07 | 0.58 |
| Hex | 9B | 8B | 96 | 0 | A | 3 | 27 | 13F | 7 | 3A |
| Octal | 233 | 213 | 226 | 0 | 12 | 3 | 47 | 477 | 7 | 72 |
| Binary | 10011011 | 10001011 | 10010110 | 0 | 1010 | 11 | 100111 | 100111111 | 111 | 111010 |
Color Harmonies of #9B8B96
Complementary color
Monochromatic Colors of #9B8B96
Black with #9B8B96
Text Example
Text Example
White with #9B8B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8B96; }
p { color: rgb(155,139,150); }
H1.HeaderClassName
{
color: #9B8B96;
}
.AnyTagClassName
{
color: #9B8B96;
}
</style>
background-color css
<style>
a { background-color: #9B8B96; }
a { background-color: rgb(155,139,150); }
div.DivClassName
{
background-color: #9B8B96;
}
.BgClassName
{
background-color: #9B8B96;
}
</style>
border-color css
<style>
span { border-color: #9B8B96; }
span { border-color: rgb(155,139,150); }
td.TdClassName
{
border-color: #9B8B96;
}
.TagClassName
{
border-color: #9B8B96;
}
</style>