Shades of Bazaar #9B7470
Tints of Bazaar #9B7470
RGB
CMYK
RGB Variations
Color information
#9B7470 (or 0x9B7470) is known color: Bazaar. HEX triplet: 9B, 74 and 70. RGB value is (155,116,112). Sum of RGB (Red+Green+Blue) = 155+116+112=383 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.47% from 383); Green value is 116 (45.70% from 255 or 30.29% from 383); Blue value is 112 (44.14% from 255 or 29.24% from 383); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7470 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7470 is #648B8F. Grayscale: #7F7F7F. Windows color (decimal): -6589328 or 7369883. OLE color: 7369883.
HSL color Cylindrical-coordinate representation of color #9B7470: hue angle of 5.58º 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 #9B7470 is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 116 | 112 | - |
| CMYK | 0 | 0.25 | 0.28 | 0.39 |
| HSL | 5.58º | 0.18% | 0.52% | - |
| HSV(B) | 5.58º | 0.28% | 0.61% | - |
| XYZ | 22.69 | 20.63 | 18.12 | - |
| YUV | 127.21 | 119.42 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 116 | 112 | 0 | 0.25 | 0.28 | 0.39 | 5.58 | 0.18 | 0.52 |
| Hex | 9B | 74 | 70 | 0 | 19 | 1C | 27 | 6 | 12 | 34 |
| Octal | 233 | 164 | 160 | 0 | 31 | 34 | 47 | 6 | 22 | 64 |
| Binary | 10011011 | 1110100 | 1110000 | 0 | 11001 | 11100 | 100111 | 110 | 10010 | 110100 |
Color Harmonies of #9B7470
Complementary color
Monochromatic Colors of #9B7470
Black with #9B7470
Text Example
Text Example
White with #9B7470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7470; }
p { color: rgb(155,116,112); }
H1.HeaderClassName
{
color: #9B7470;
}
.AnyTagClassName
{
color: #9B7470;
}
</style>
background-color css
<style>
a { background-color: #9B7470; }
a { background-color: rgb(155,116,112); }
div.DivClassName
{
background-color: #9B7470;
}
.BgClassName
{
background-color: #9B7470;
}
</style>
border-color css
<style>
span { border-color: #9B7470; }
span { border-color: rgb(155,116,112); }
td.TdClassName
{
border-color: #9B7470;
}
.TagClassName
{
border-color: #9B7470;
}
</style>