#8B7572

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

Shades of Bazaar #8B7572

Tints of Bazaar #8B7572

Color information

#8B7572 (or 0x8B7572) is unknown color: approx Bazaar. HEX triplet: 8B, 75 and 72. RGB value is (139,117,114). Sum of RGB (Red+Green+Blue) = 139+117+114=370 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.57% from 370); Green value is 117 (46.09% from 255 or 31.62% from 370); Blue value is 114 (44.92% from 255 or 30.81% from 370); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7572 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7572 is #748A8D. Grayscale: #7B7B7B. Windows color (decimal): -7637646 or 7501195. OLE color: 7501195.

HSL color Cylindrical-coordinate representation of color #8B7572: hue angle of 7.2º 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 #8B7572 is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.45.

Color convert

RGB139117114-
CMYK00.160.180.45
HSL7.2º9.88%49.61%-
HSV(B)7.2º17.99%54.51%-
XYZ20.0519.4318.61-
YUV123.24122.79139.24-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.57%
GREEN value IS 117 (46.09% from 255) = 31.62%
BLUE value IS 114 (44.92% from 255) = 30.81%
R=37.57%
G=31.62%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13911711400.160.180.457.29.8849.61
Hex8B7572010122D7a32
Octal213165162020225571262
Binary1000101111101011110010010000100101011011111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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