#9B7371

Color #9B7371 Bazaar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bazaar #9B7371

Tints of Bazaar #9B7371

Color information

#9B7371 (or 0x9B7371) is unknown color: approx 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

RGB155115113-
CMYK00.260.270.39
HSL2.86º17.36%52.55%-
HSV(B)2.86º27.1%60.78%-
XYZ22.6320.4218.37-
YUV126.73120.25148.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 155 (60.94% from 255) = 40.47%
GREEN value IS 115 (45.31% from 255) = 30.03%
BLUE value IS 113 (44.53% from 255) = 29.50%
R=40.47%
G=30.03%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.27
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15511511300.260.270.392.8617.3652.55
Hex9B737101A1B2731135
Octal233163161032334732165
Binary1001101111100111110001011010110111001111110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>