Shades of Bazaar #9B7573
Tints of Bazaar #9B7573
RGB
CMYK
RGB Variations
Color information
#9B7573 (or 0x9B7573) is known color: Bazaar. HEX triplet: 9B, 75 and 73. RGB value is (155,117,115). Sum of RGB (Red+Green+Blue) = 155+117+115=387 (51% of max value = 765). Red value is 155 (60.94% from 255 or 40.05% from 387); Green value is 117 (46.09% from 255 or 30.23% from 387); Blue value is 115 (45.31% from 255 or 29.72% from 387); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7573 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7573 is #648A8C. Grayscale: #808080. Windows color (decimal): -6589069 or 7566747. OLE color: 7566747.
HSL color Cylindrical-coordinate representation of color #9B7573: hue angle of 3º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9B7573 is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 117 | 115 | - |
| CMYK | 0 | 0.25 | 0.26 | 0.39 |
| HSL | 3º | 0.17% | 0.53% | - |
| HSV(B) | 3º | 0.26% | 0.61% | - |
| XYZ | 22.97 | 20.93 | 19.05 | - |
| YUV | 128.13 | 120.59 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 117 | 115 | 0 | 0.25 | 0.26 | 0.39 | 3 | 0.17 | 0.53 |
| Hex | 9B | 75 | 73 | 0 | 19 | 1A | 27 | 3 | 11 | 35 |
| Octal | 233 | 165 | 163 | 0 | 31 | 32 | 47 | 3 | 21 | 65 |
| Binary | 10011011 | 1110101 | 1110011 | 0 | 11001 | 11010 | 100111 | 11 | 10001 | 110101 |
Color Harmonies of #9B7573
Complementary color
Monochromatic Colors of #9B7573
Black with #9B7573
Text Example
Text Example
White with #9B7573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7573; }
p { color: rgb(155,117,115); }
H1.HeaderClassName
{
color: #9B7573;
}
.AnyTagClassName
{
color: #9B7573;
}
</style>
background-color css
<style>
a { background-color: #9B7573; }
a { background-color: rgb(155,117,115); }
div.DivClassName
{
background-color: #9B7573;
}
.BgClassName
{
background-color: #9B7573;
}
</style>
border-color css
<style>
span { border-color: #9B7573; }
span { border-color: rgb(155,117,115); }
td.TdClassName
{
border-color: #9B7573;
}
.TagClassName
{
border-color: #9B7573;
}
</style>