Html Css Color HEX #8B885E Bandicoot

📋 copy color: '#8B885E'

red 139 ◦ green 136 ◦ blue 94

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

Shades of Bandicoot #8B885E

Tints of Bandicoot #8B885E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.86%

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

R = 37.67%
G = 36.86%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.32

 K value IS 0.45

RGB Variations

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

Color information

#8B885E (or 0x8B885E) is known color: Bandicoot. HEX triplet: 8B, 88 and 5E. RGB value is (139,136,94). Sum of RGB (Red+Green+Blue) = 139+136+94=369 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.67% from 369); Green value is 136 (53.52% from 255 or 36.86% from 369); Blue value is 94 (37.11% from 255 or 25.47% from 369); Max value from RGB is 139 - color contains mainly: red. Hex color #8B885E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B885E is #7477A1. Grayscale: #848484. Windows color (decimal): -7632802 or 6195339. OLE color: 6195339.

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

Color convert

RGB 139 136 94 -
CMYK 0 0.02 0.32 0.45
HSL 56º 0.19% 0.46% -
HSV(B) 56º 0.32% 0.55% -
XYZ 21.47 23.91 14.07 -
YUV 132.11 106.49 132.92 -
System Red Green Blue C M Y K H S L
Decimal 139 136 94 0 0.02 0.32 0.45 56 0.19 0.46
Hex 8B 88 5E 0 2 20 2D 38 13 2E
Octal 213 210 136 0 2 40 55 70 23 56
Binary 10001011 10001000 1011110 0 10 100000 101101 111000 10011 101110

Color Harmonies of #8B885E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B885E

Black with #8B885E

Text Example


Text Example

White with #8B885E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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