#8B865F

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

Shades of Bandicoot #8B865F

Tints of Bandicoot #8B865F

Color information

#8B865F (or 0x8B865F) is unknown color: approx Bandicoot. HEX triplet: 8B, 86 and 5F. RGB value is (139,134,95). Sum of RGB (Red+Green+Blue) = 139+134+95=368 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.77% from 368); Green value is 134 (52.73% from 255 or 36.41% from 368); Blue value is 95 (37.5% from 255 or 25.82% from 368); Max value from RGB is 139 - color contains mainly: red. Hex color #8B865F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B865F is #7479A0. Grayscale: #838383. Windows color (decimal): -7633313 or 6260363. OLE color: 6260363.

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

Color convert

RGB13913495-
CMYK00.040.320.45
HSL53.18º18.8%45.88%-
HSV(B)53.18º31.65%54.51%-
XYZ21.2423.3714.22-
YUV131.05107.66133.67-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.77%
GREEN value IS 134 (52.73% from 255) = 36.41%
BLUE value IS 95 (37.5% from 255) = 25.82%
R=37.77%
G=36.41%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.32
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391349500.040.320.4553.1818.845.88
Hex8B865F04202D35132e
Octal213206137044055652356
Binary10001011100001101011111010010000010110111010110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B865F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,134,95); }

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

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

 a { background-color: rgb(139,134,95); }

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

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

 span { border-color: rgb(139,134,95); }

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