#8B7472

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

Shades of Bazaar #8B7472

Tints of Bazaar #8B7472

Color information

#8B7472 (or 0x8B7472) is unknown color: approx Bazaar. HEX triplet: 8B, 74 and 72. RGB value is (139,116,114). Sum of RGB (Red+Green+Blue) = 139+116+114=369 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.67% from 369); Green value is 116 (45.70% from 255 or 31.44% from 369); Blue value is 114 (44.92% from 255 or 30.89% from 369); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7472 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7472 is #748B8D. Grayscale: #7A7A7A. Windows color (decimal): -7637902 or 7500939. OLE color: 7500939.

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

Color convert

RGB139116114-
CMYK00.170.180.45
HSL4.8º9.88%49.61%-
HSV(B)4.8º17.99%54.51%-
XYZ19.9319.1918.57-
YUV122.65123.12139.66-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.67%
GREEN value IS 116 (45.70% from 255) = 31.44%
BLUE value IS 114 (44.92% from 255) = 30.89%
R=37.67%
G=31.44%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13911611400.170.180.454.89.8849.61
Hex8B7472011122D5a32
Octal213164162021225551262
Binary1000101111101001110010010001100101011011011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,116,114); }

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

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

 a { background-color: rgb(139,116,114); }

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

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

 span { border-color: rgb(139,116,114); }

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