Shades of Bazaar #9B7371
Tints of Bazaar #9B7371
RGB
CMYK
RGB Variations
Color information
#9B7371 (or 0x9B7371) is known color: Bazaar. HEX triplet: 9B, 73 and 71. RGB value is (155,115,113). Sum of RGB (Red+Green+Blue) = 155+115+113=383 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.47% from 383); Green value is 115 (45.31% from 255 or 30.03% from 383); Blue value is 113 (44.53% from 255 or 29.50% from 383); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7371 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7371 is #648C8E. Grayscale: #7E7E7E. Windows color (decimal): -6589583 or 7435163. OLE color: 7435163.
HSL color Cylindrical-coordinate representation of color #9B7371: hue angle of 2.86º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9B7371 is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 115 | 113 | - |
| CMYK | 0 | 0.26 | 0.27 | 0.39 |
| HSL | 2.86º | 0.17% | 0.53% | - |
| HSV(B) | 2.86º | 0.27% | 0.61% | - |
| XYZ | 22.63 | 20.42 | 18.37 | - |
| YUV | 126.73 | 120.25 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 115 | 113 | 0 | 0.26 | 0.27 | 0.39 | 2.86 | 0.17 | 0.53 |
| Hex | 9B | 73 | 71 | 0 | 1A | 1B | 27 | 3 | 11 | 35 |
| Octal | 233 | 163 | 161 | 0 | 32 | 33 | 47 | 3 | 21 | 65 |
| Binary | 10011011 | 1110011 | 1110001 | 0 | 11010 | 11011 | 100111 | 11 | 10001 | 110101 |
Color Harmonies of #9B7371
Complementary color
Monochromatic Colors of #9B7371
Black with #9B7371
Text Example
Text Example
White with #9B7371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7371; }
p { color: rgb(155,115,113); }
H1.HeaderClassName
{
color: #9B7371;
}
.AnyTagClassName
{
color: #9B7371;
}
</style>
background-color css
<style>
a { background-color: #9B7371; }
a { background-color: rgb(155,115,113); }
div.DivClassName
{
background-color: #9B7371;
}
.BgClassName
{
background-color: #9B7371;
}
</style>
border-color css
<style>
span { border-color: #9B7371; }
span { border-color: rgb(155,115,113); }
td.TdClassName
{
border-color: #9B7371;
}
.TagClassName
{
border-color: #9B7371;
}
</style>