Shades of Bouquet #9B8694
Tints of Bouquet #9B8694
RGB
CMYK
RGB Variations
Color information
#9B8694 (or 0x9B8694) is known color: Bouquet. HEX triplet: 9B, 86 and 94. RGB value is (155,134,148). Sum of RGB (Red+Green+Blue) = 155+134+148=437 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.47% from 437); Green value is 134 (52.73% from 255 or 30.66% from 437); Blue value is 148 (58.20% from 255 or 33.87% from 437); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8694 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8694 is #64796B. Grayscale: #8D8D8D. Windows color (decimal): -6584684 or 9733787. OLE color: 9733787.
HSL color Cylindrical-coordinate representation of color #9B8694: hue angle of 320º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9B8694 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 134 | 148 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.39 |
| HSL | 320º | 0.1% | 0.57% | - |
| HSV(B) | 320º | 0.14% | 0.61% | - |
| XYZ | 27.39 | 26.16 | 31.62 | - |
| YUV | 141.88 | 131.46 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 134 | 148 | 0 | 0.14 | 0.05 | 0.39 | 320 | 0.1 | 0.57 |
| Hex | 9B | 86 | 94 | 0 | E | 5 | 27 | 140 | A | 39 |
| Octal | 233 | 206 | 224 | 0 | 16 | 5 | 47 | 500 | 12 | 71 |
| Binary | 10011011 | 10000110 | 10010100 | 0 | 1110 | 101 | 100111 | 101000000 | 1010 | 111001 |
Color Harmonies of #9B8694
Complementary color
Monochromatic Colors of #9B8694
Black with #9B8694
Text Example
Text Example
White with #9B8694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8694; }
p { color: rgb(155,134,148); }
H1.HeaderClassName
{
color: #9B8694;
}
.AnyTagClassName
{
color: #9B8694;
}
</style>
background-color css
<style>
a { background-color: #9B8694; }
a { background-color: rgb(155,134,148); }
div.DivClassName
{
background-color: #9B8694;
}
.BgClassName
{
background-color: #9B8694;
}
</style>
border-color css
<style>
span { border-color: #9B8694; }
span { border-color: rgb(155,134,148); }
td.TdClassName
{
border-color: #9B8694;
}
.TagClassName
{
border-color: #9B8694;
}
</style>