Html Css Color HEX #8B855E Bandicoot

📋 copy color: '#8B855E'

red 139 ◦ green 133 ◦ blue 94

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

Shades of Bandicoot #8B855E

Tints of Bandicoot #8B855E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.34%

 BLUE value IS 94 (37.11% from 255) = 25.68%

R = 37.98%
G = 36.34%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.32

 K value IS 0.45

RGB Variations

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

Color information

#8B855E (or 0x8B855E) is known color: Bandicoot. HEX triplet: 8B, 85 and 5E. RGB value is (139,133,94). Sum of RGB (Red+Green+Blue) = 139+133+94=366 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.98% from 366); Green value is 133 (52.34% from 255 or 36.34% from 366); Blue value is 94 (37.11% from 255 or 25.68% from 366); Max value from RGB is 139 - color contains mainly: red. Hex color #8B855E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B855E is #747AA1. Grayscale: #828282. Windows color (decimal): -7633570 or 6194571. OLE color: 6194571.

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

Color convert

RGB 139 133 94 -
CMYK 0 0.04 0.32 0.45
HSL 52º 0.19% 0.46% -
HSV(B) 52º 0.32% 0.55% -
XYZ 21.06 23.07 13.93 -
YUV 130.35 107.49 134.17 -
System Red Green Blue C M Y K H S L
Decimal 139 133 94 0 0.04 0.32 0.45 52 0.19 0.46
Hex 8B 85 5E 0 4 20 2D 34 13 2E
Octal 213 205 136 0 4 40 55 64 23 56
Binary 10001011 10000101 1011110 0 100 100000 101101 110100 10011 101110

Color Harmonies of #8B855E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B855E

Black with #8B855E

Text Example


Text Example

White with #8B855E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,133,94); }

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

background-color css

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

 a { background-color: rgb(139,133,94); }

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

border-color css

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

 span { border-color: rgb(139,133,94); }

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