#9B7270

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

Shades of Bazaar #9B7270

Tints of Bazaar #9B7270

Color information

#9B7270 (or 0x9B7270) is unknown color: approx Bazaar. HEX triplet: 9B, 72 and 70. RGB value is (155,114,112). Sum of RGB (Red+Green+Blue) = 155+114+112=381 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.68% from 381); Green value is 114 (44.92% from 255 or 29.92% from 381); Blue value is 112 (44.14% from 255 or 29.40% from 381); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7270 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7270 is #648D8F. Grayscale: #7E7E7E. Windows color (decimal): -6589840 or 7369371. OLE color: 7369371.

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

Color convert

RGB155114112-
CMYK00.260.280.39
HSL2.79º17.7%52.35%-
HSV(B)2.79º27.74%60.78%-
XYZ22.4620.1718.04-
YUV126.03120.08148.66-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.68%
GREEN value IS 114 (44.92% from 255) = 29.92%
BLUE value IS 112 (44.14% from 255) = 29.40%
R=40.68%
G=29.92%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.28
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15511411200.260.280.392.7917.752.35
Hex9B727001A1C2731234
Octal233162160032344732264
Binary1001101111100101110000011010111001001111110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,114,112); }

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

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

 a { background-color: rgb(155,114,112); }

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

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

 span { border-color: rgb(155,114,112); }

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