Html Css Color HEX #8B876F Bandicoot

📋 copy color: '#8B876F'

red 139 ◦ green 135 ◦ blue 111

#8B876F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bandicoot #8B876F

Tints of Bandicoot #8B876F

RGB

 RED value IS 139 (54.69% from 255) = 36.1%

 GREEN value IS 135 (53.13% from 255) = 35.06%

 BLUE value IS 111 (43.75% from 255) = 28.83%

R = 36.1%
G = 35.06%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.20

 K value IS 0.45

RGB Variations

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

Color information

#8B876F (or 0x8B876F) is known color: Bandicoot. HEX triplet: 8B, 87 and 6F. RGB value is (139,135,111). Sum of RGB (Red+Green+Blue) = 139+135+111=385 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.10% from 385); Green value is 135 (53.12% from 255 or 35.06% from 385); Blue value is 111 (43.75% from 255 or 28.83% from 385); Max value from RGB is 139 - color contains mainly: red. Hex color #8B876F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B876F is #747890. Grayscale: #858585. Windows color (decimal): -7633041 or 7309195. OLE color: 7309195.

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

Color convert

RGB 139 135 111 -
CMYK 0 0.03 0.20 0.45
HSL 51.43º 0.11% 0.49% -
HSV(B) 51.43º 0.2% 0.55% -
XYZ 22.18 23.96 18.5 -
YUV 133.46 115.33 131.95 -
System Red Green Blue C M Y K H S L
Decimal 139 135 111 0 0.03 0.20 0.45 51.43 0.11 0.49
Hex 8B 87 6F 0 3 14 2D 33 B 31
Octal 213 207 157 0 3 24 55 63 13 61
Binary 10001011 10000111 1101111 0 11 10100 101101 110011 1011 110001

Color Harmonies of #8B876F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B876F

Black with #8B876F

Text Example


Text Example

White with #8B876F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8B876F;
 }
 .AnyTagClassName
 {
   color: #8B876F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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