Shades of Bazaar #8B7573
Tints of Bazaar #8B7573
RGB
CMYK
RGB Variations
Color information
#8B7573 (or 0x8B7573) is known color: Bazaar. HEX triplet: 8B, 75 and 73. RGB value is (139,117,115). Sum of RGB (Red+Green+Blue) = 139+117+115=371 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.47% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 115 (45.31% from 255 or 31.00% from 371); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7573 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7573 is #748A8C. Grayscale: #7B7B7B. Windows color (decimal): -7637645 or 7566731. OLE color: 7566731.
HSL color Cylindrical-coordinate representation of color #8B7573: hue angle of 5º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8B7573 is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 117 | 115 | - |
| CMYK | 0 | 0.16 | 0.17 | 0.45 |
| HSL | 5º | 0.09% | 0.5% | - |
| HSV(B) | 5º | 0.17% | 0.55% | - |
| XYZ | 20.1 | 19.45 | 18.91 | - |
| YUV | 123.35 | 123.29 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 117 | 115 | 0 | 0.16 | 0.17 | 0.45 | 5 | 0.09 | 0.5 |
| Hex | 8B | 75 | 73 | 0 | 10 | 11 | 2D | 5 | 9 | 32 |
| Octal | 213 | 165 | 163 | 0 | 20 | 21 | 55 | 5 | 11 | 62 |
| Binary | 10001011 | 1110101 | 1110011 | 0 | 10000 | 10001 | 101101 | 101 | 1001 | 110010 |
Color Harmonies of #8B7573
Complementary color
Monochromatic Colors of #8B7573
Black with #8B7573
Text Example
Text Example
White with #8B7573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7573; }
p { color: rgb(139,117,115); }
H1.HeaderClassName
{
color: #8B7573;
}
.AnyTagClassName
{
color: #8B7573;
}
</style>
background-color css
<style>
a { background-color: #8B7573; }
a { background-color: rgb(139,117,115); }
div.DivClassName
{
background-color: #8B7573;
}
.BgClassName
{
background-color: #8B7573;
}
</style>
border-color css
<style>
span { border-color: #8B7573; }
span { border-color: rgb(139,117,115); }
td.TdClassName
{
border-color: #8B7573;
}
.TagClassName
{
border-color: #8B7573;
}
</style>