#8B876D

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

Shades of Bandicoot #8B876D

Tints of Bandicoot #8B876D

Color information

#8B876D (or 0x8B876D) is unknown color: approx Bandicoot. HEX triplet: 8B, 87 and 6D. RGB value is (139,135,109). Sum of RGB (Red+Green+Blue) = 139+135+109=383 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.29% from 383); Green value is 135 (53.12% from 255 or 35.25% from 383); Blue value is 109 (42.97% from 255 or 28.46% from 383); Max value from RGB is 139 - color contains mainly: red. Hex color #8B876D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B876D is #747892. Grayscale: #858585. Windows color (decimal): -7633043 or 7178123. OLE color: 7178123.

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

Color convert

RGB139135109-
CMYK00.030.220.45
HSL52º12.1%48.63%-
HSV(B)52º21.58%54.51%-
XYZ22.0723.9217.92-
YUV133.23114.33132.11-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.29%
GREEN value IS 135 (53.12% from 255) = 35.25%
BLUE value IS 109 (42.97% from 255) = 28.46%
R=36.29%
G=35.25%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13913510900.030.220.455212.148.63
Hex8B876D03162D34c31
Octal213207155032655641461
Binary10001011100001111101101011101101011011101001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B876D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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