#8B7370

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

Shades of Bazaar #8B7370

Tints of Bazaar #8B7370

Color information

#8B7370 (or 0x8B7370) is unknown color: approx Bazaar. HEX triplet: 8B, 73 and 70. RGB value is (139,115,112). Sum of RGB (Red+Green+Blue) = 139+115+112=366 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.98% from 366); Green value is 115 (45.31% from 255 or 31.42% from 366); Blue value is 112 (44.14% from 255 or 30.60% from 366); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7370 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7370 is #748C8F. Grayscale: #797979. Windows color (decimal): -7638160 or 7369611. OLE color: 7369611.

HSL color Cylindrical-coordinate representation of color #8B7370: hue angle of 6.67º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8B7370 is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB139115112-
CMYK00.170.190.45
HSL6.67º10.76%49.22%-
HSV(B)6.67º19.42%54.51%-
XYZ19.718.9217.94-
YUV121.83122.45140.24-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.98%
GREEN value IS 115 (45.31% from 255) = 31.42%
BLUE value IS 112 (44.14% from 255) = 30.60%
R=37.98%
G=31.42%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13911511200.170.190.456.6710.7649.22
Hex8B7370011132D7b31
Octal213163160021235571361
Binary1000101111100111110000010001100111011011111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B7370; }

 p { color: rgb(139,115,112); }

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

<style>
 a { background-color: #8B7370; }

 a { background-color: rgb(139,115,112); }

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

<style>
 span { border-color: #8B7370; }

 span { border-color: rgb(139,115,112); }

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