#8B8770

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

Shades of Bandicoot #8B8770

Tints of Bandicoot #8B8770

Color information

#8B8770 (or 0x8B8770) is unknown color: approx Bandicoot. HEX triplet: 8B, 87 and 70. RGB value is (139,135,112). Sum of RGB (Red+Green+Blue) = 139+135+112=386 (51% of max value = 765). Red value is 139 (54.69% from 255 or 36.01% from 386); Green value is 135 (53.12% from 255 or 34.97% from 386); Blue value is 112 (44.14% from 255 or 29.02% from 386); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8770 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8770 is #74788F. Grayscale: #858585. Windows color (decimal): -7633040 or 7374731. OLE color: 7374731.

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

Color convert

RGB139135112-
CMYK00.030.190.45
HSL51.11º10.76%49.22%-
HSV(B)51.11º19.42%54.51%-
XYZ22.2423.9918.79-
YUV133.57115.83131.87-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.01%
GREEN value IS 135 (53.12% from 255) = 34.97%
BLUE value IS 112 (44.14% from 255) = 29.02%
R=36.01%
G=34.97%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13913511200.030.190.4551.1110.7649.22
Hex8B877003132D33b31
Octal213207160032355631361
Binary10001011100001111110000011100111011011100111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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