Shades of Bazaar #9B736F
Tints of Bazaar #9B736F
RGB
CMYK
RGB Variations
Color information
#9B736F (or 0x9B736F) is known color: Bazaar. HEX triplet: 9B, 73 and 6F. RGB value is (155,115,111). Sum of RGB (Red+Green+Blue) = 155+115+111=381 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.68% from 381); Green value is 115 (45.31% from 255 or 30.18% from 381); Blue value is 111 (43.75% from 255 or 29.13% from 381); Max value from RGB is 155 - color contains mainly: red. Hex color #9B736F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B736F is #648C90. Grayscale: #7E7E7E. Windows color (decimal): -6589585 or 7304091. OLE color: 7304091.
HSL color Cylindrical-coordinate representation of color #9B736F: hue angle of 5.45º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9B736F is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 115 | 111 | - |
| CMYK | 0 | 0.26 | 0.28 | 0.39 |
| HSL | 5.45º | 0.18% | 0.52% | - |
| HSV(B) | 5.45º | 0.28% | 0.61% | - |
| XYZ | 22.52 | 20.38 | 17.79 | - |
| YUV | 126.5 | 119.25 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 115 | 111 | 0 | 0.26 | 0.28 | 0.39 | 5.45 | 0.18 | 0.52 |
| Hex | 9B | 73 | 6F | 0 | 1A | 1C | 27 | 5 | 12 | 34 |
| Octal | 233 | 163 | 157 | 0 | 32 | 34 | 47 | 5 | 22 | 64 |
| Binary | 10011011 | 1110011 | 1101111 | 0 | 11010 | 11100 | 100111 | 101 | 10010 | 110100 |
Color Harmonies of #9B736F
Complementary color
Monochromatic Colors of #9B736F
Black with #9B736F
Text Example
Text Example
White with #9B736F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B736F; }
p { color: rgb(155,115,111); }
H1.HeaderClassName
{
color: #9B736F;
}
.AnyTagClassName
{
color: #9B736F;
}
</style>
background-color css
<style>
a { background-color: #9B736F; }
a { background-color: rgb(155,115,111); }
div.DivClassName
{
background-color: #9B736F;
}
.BgClassName
{
background-color: #9B736F;
}
</style>
border-color css
<style>
span { border-color: #9B736F; }
span { border-color: rgb(155,115,111); }
td.TdClassName
{
border-color: #9B736F;
}
.TagClassName
{
border-color: #9B736F;
}
</style>