#9B7471

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

Shades of Bazaar #9B7471

Tints of Bazaar #9B7471

Color information

#9B7471 (or 0x9B7471) is unknown color: approx Bazaar. HEX triplet: 9B, 74 and 71. RGB value is (155,116,113). Sum of RGB (Red+Green+Blue) = 155+116+113=384 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.36% from 384); Green value is 116 (45.70% from 255 or 30.21% from 384); Blue value is 113 (44.53% from 255 or 29.43% from 384); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7471 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7471 is #648B8E. Grayscale: #7F7F7F. Windows color (decimal): -6589327 or 7435419. OLE color: 7435419.

HSL color Cylindrical-coordinate representation of color #9B7471: hue angle of 4.29º 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 #9B7471 is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.39.

Color convert

RGB155116113-
CMYK00.250.270.39
HSL4.29º17.36%52.55%-
HSV(B)4.29º27.1%60.78%-
XYZ22.7420.6518.41-
YUV127.32119.92147.74-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.36%
GREEN value IS 116 (45.70% from 255) = 30.21%
BLUE value IS 113 (44.53% from 255) = 29.43%
R=40.36%
G=30.21%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.27
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15511611300.250.270.394.2917.3652.55
Hex9B74710191B2741135
Octal233164161031334742165
Binary10011011111010011100010110011101110011110010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B7471; }

 p { color: rgb(155,116,113); }

 H1.HeaderClassName
 {
   color: #9B7471;
 }
 .AnyTagClassName
 {
   color: #9B7471;
 }
</style>
background-color css

<style>
 a { background-color: #9B7471; }

 a { background-color: rgb(155,116,113); }

 div.DivClassName
 {
   background-color: #9B7471;
 }
 .BgClassName
 {
   background-color: #9B7471;
 }
</style>
border-color css

<style>
 span { border-color: #9B7471; }

 span { border-color: rgb(155,116,113); }

 td.TdClassName
 {
   border-color: #9B7471;
 }
 .TagClassName
 {
   border-color: #9B7471;
 }
</style>