Shades of Bouquet #9B8395
Tints of Bouquet #9B8395
RGB
CMYK
RGB Variations
Color information
#9B8395 (or 0x9B8395) is known color: Bouquet. HEX triplet: 9B, 83 and 95. RGB value is (155,131,149). Sum of RGB (Red+Green+Blue) = 155+131+149=435 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.63% from 435); Green value is 131 (51.56% from 255 or 30.11% from 435); Blue value is 149 (58.59% from 255 or 34.25% from 435); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8395 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8395 is #647C6A. Grayscale: #8C8C8C. Windows color (decimal): -6585451 or 9798555. OLE color: 9798555.
HSL color Cylindrical-coordinate representation of color #9B8395: hue angle of 315º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9B8395 is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 131 | 149 | - |
| CMYK | 0 | 0.15 | 0.04 | 0.39 |
| HSL | 315º | 0.11% | 0.56% | - |
| HSV(B) | 315º | 0.15% | 0.61% | - |
| XYZ | 27.06 | 25.37 | 31.9 | - |
| YUV | 140.23 | 132.95 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 131 | 149 | 0 | 0.15 | 0.04 | 0.39 | 315 | 0.11 | 0.56 |
| Hex | 9B | 83 | 95 | 0 | F | 4 | 27 | 13B | B | 38 |
| Octal | 233 | 203 | 225 | 0 | 17 | 4 | 47 | 473 | 13 | 70 |
| Binary | 10011011 | 10000011 | 10010101 | 0 | 1111 | 100 | 100111 | 100111011 | 1011 | 111000 |
Color Harmonies of #9B8395
Complementary color
Monochromatic Colors of #9B8395
Black with #9B8395
Text Example
Text Example
White with #9B8395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8395; }
p { color: rgb(155,131,149); }
H1.HeaderClassName
{
color: #9B8395;
}
.AnyTagClassName
{
color: #9B8395;
}
</style>
background-color css
<style>
a { background-color: #9B8395; }
a { background-color: rgb(155,131,149); }
div.DivClassName
{
background-color: #9B8395;
}
.BgClassName
{
background-color: #9B8395;
}
</style>
border-color css
<style>
span { border-color: #9B8395; }
span { border-color: rgb(155,131,149); }
td.TdClassName
{
border-color: #9B8395;
}
.TagClassName
{
border-color: #9B8395;
}
</style>