#8B8865

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

Shades of Bandicoot #8B8865

Tints of Bandicoot #8B8865

Color information

#8B8865 (or 0x8B8865) is unknown color: approx Bandicoot. HEX triplet: 8B, 88 and 65. RGB value is (139,136,101). Sum of RGB (Red+Green+Blue) = 139+136+101=376 (49% of max value = 765). Red value is 139 (54.69% from 255 or 36.97% from 376); Green value is 136 (53.52% from 255 or 36.17% from 376); Blue value is 101 (39.84% from 255 or 26.86% from 376); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8865 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8865 is #74779A. Grayscale: #858585. Windows color (decimal): -7632795 or 6654091. OLE color: 6654091.

HSL color Cylindrical-coordinate representation of color #8B8865: hue angle of 55.26º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8B8865 is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.45.

Color convert

RGB139136101-
CMYK00.020.270.45
HSL55.26º15.83%47.06%-
HSV(B)55.26º27.34%54.51%-
XYZ21.824.0415.8-
YUV132.91109.99132.35-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.97%
GREEN value IS 136 (53.52% from 255) = 36.17%
BLUE value IS 101 (39.84% from 255) = 26.86%
R=36.97%
G=36.17%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13913610100.020.270.4555.2615.8347.06
Hex8B8865021B2D37102f
Octal213210145023355672057
Binary100010111000100011001010101101110110111011110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,136,101); }

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

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

 a { background-color: rgb(139,136,101); }

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

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

 span { border-color: rgb(139,136,101); }

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