Shades of Bouquet #9B8B94
Tints of Bouquet #9B8B94
RGB
CMYK
RGB Variations
Color information
#9B8B94 (or 0x9B8B94) is known color: Bouquet. HEX triplet: 9B, 8B and 94. RGB value is (155,139,148). Sum of RGB (Red+Green+Blue) = 155+139+148=442 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.07% from 442); Green value is 139 (54.69% from 255 or 31.45% from 442); Blue value is 148 (58.20% from 255 or 33.48% from 442); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8B94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8B94 is #64746B. Grayscale: #909090. Windows color (decimal): -6583404 or 9735067. OLE color: 9735067.
HSL color Cylindrical-coordinate representation of color #9B8B94: hue angle of 326.25º 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 #9B8B94 is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 139 | 148 | - |
| CMYK | 0 | 0.10 | 0.05 | 0.39 |
| HSL | 326.25º | 0.07% | 0.58% | - |
| HSV(B) | 326.25º | 0.1% | 0.61% | - |
| XYZ | 28.1 | 27.57 | 31.86 | - |
| YUV | 144.81 | 129.8 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 139 | 148 | 0 | 0.10 | 0.05 | 0.39 | 326.25 | 0.07 | 0.58 |
| Hex | 9B | 8B | 94 | 0 | A | 5 | 27 | 146 | 7 | 3A |
| Octal | 233 | 213 | 224 | 0 | 12 | 5 | 47 | 506 | 7 | 72 |
| Binary | 10011011 | 10001011 | 10010100 | 0 | 1010 | 101 | 100111 | 101000110 | 111 | 111010 |
Color Harmonies of #9B8B94
Complementary color
Monochromatic Colors of #9B8B94
Black with #9B8B94
Text Example
Text Example
White with #9B8B94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8B94; }
p { color: rgb(155,139,148); }
H1.HeaderClassName
{
color: #9B8B94;
}
.AnyTagClassName
{
color: #9B8B94;
}
</style>
background-color css
<style>
a { background-color: #9B8B94; }
a { background-color: rgb(155,139,148); }
div.DivClassName
{
background-color: #9B8B94;
}
.BgClassName
{
background-color: #9B8B94;
}
</style>
border-color css
<style>
span { border-color: #9B8B94; }
span { border-color: rgb(155,139,148); }
td.TdClassName
{
border-color: #9B8B94;
}
.TagClassName
{
border-color: #9B8B94;
}
</style>