#9B7470

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

Shades of Bazaar #9B7470

Tints of Bazaar #9B7470

Color information

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

RGB155116112-
CMYK00.250.280.39
HSL5.58º17.7%52.35%-
HSV(B)5.58º27.74%60.78%-
XYZ22.6920.6318.12-
YUV127.2119.42147.83-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.47%
GREEN value IS 116 (45.70% from 255) = 30.29%
BLUE value IS 112 (44.14% from 255) = 29.24%
R=40.47%
G=30.29%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.28
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15511611200.250.280.395.5817.752.35
Hex9B74700191C2761234
Octal233164160031344762264
Binary10011011111010011100000110011110010011111010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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