Shades of Bazaar #9B7271
Tints of Bazaar #9B7271
RGB
CMYK
RGB Variations
Color information
#9B7271 (or 0x9B7271) is known color: Bazaar. HEX triplet: 9B, 72 and 71. RGB value is (155,114,113). Sum of RGB (Red+Green+Blue) = 155+114+113=382 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.58% from 382); Green value is 114 (44.92% from 255 or 29.84% from 382); Blue value is 113 (44.53% from 255 or 29.58% from 382); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7271 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7271 is #648D8E. Grayscale: #7E7E7E. Windows color (decimal): -6589839 or 7434907. OLE color: 7434907.
HSL color Cylindrical-coordinate representation of color #9B7271: hue angle of 1.43º 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 #9B7271 is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 114 | 113 | - |
| CMYK | 0 | 0.26 | 0.27 | 0.39 |
| HSL | 1.43º | 0.17% | 0.53% | - |
| HSV(B) | 1.43º | 0.27% | 0.61% | - |
| XYZ | 22.52 | 20.2 | 18.33 | - |
| YUV | 126.15 | 120.58 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 114 | 113 | 0 | 0.26 | 0.27 | 0.39 | 1.43 | 0.17 | 0.53 |
| Hex | 9B | 72 | 71 | 0 | 1A | 1B | 27 | 1 | 11 | 35 |
| Octal | 233 | 162 | 161 | 0 | 32 | 33 | 47 | 1 | 21 | 65 |
| Binary | 10011011 | 1110010 | 1110001 | 0 | 11010 | 11011 | 100111 | 1 | 10001 | 110101 |
Color Harmonies of #9B7271
Complementary color
Monochromatic Colors of #9B7271
Black with #9B7271
Text Example
Text Example
White with #9B7271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7271; }
p { color: rgb(155,114,113); }
H1.HeaderClassName
{
color: #9B7271;
}
.AnyTagClassName
{
color: #9B7271;
}
</style>
background-color css
<style>
a { background-color: #9B7271; }
a { background-color: rgb(155,114,113); }
div.DivClassName
{
background-color: #9B7271;
}
.BgClassName
{
background-color: #9B7271;
}
</style>
border-color css
<style>
span { border-color: #9B7271; }
span { border-color: rgb(155,114,113); }
td.TdClassName
{
border-color: #9B7271;
}
.TagClassName
{
border-color: #9B7271;
}
</style>