Html Css Color HEX #8B8859 Bandicoot

📋 copy color: '#8B8859'

red 139 ◦ green 136 ◦ blue 89

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

Shades of Bandicoot #8B8859

Tints of Bandicoot #8B8859

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 24.45%

R = 38.19%
G = 37.36%
B = 24.45%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.36

 K value IS 0.45

RGB Variations

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

Color information

#8B8859 (or 0x8B8859) is known color: Bandicoot. HEX triplet: 8B, 88 and 59. RGB value is (139,136,89). Sum of RGB (Red+Green+Blue) = 139+136+89=364 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.19% from 364); Green value is 136 (53.52% from 255 or 37.36% from 364); Blue value is 89 (35.16% from 255 or 24.45% from 364); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8859 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8859 is #7477A6. Grayscale: #838383. Windows color (decimal): -7632807 or 5867659. OLE color: 5867659.

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

Color convert

RGB 139 136 89 -
CMYK 0 0.02 0.36 0.45
HSL 56.4º 0.22% 0.45% -
HSV(B) 56.4º 0.36% 0.55% -
XYZ 21.25 23.82 12.93 -
YUV 131.54 103.99 133.32 -
System Red Green Blue C M Y K H S L
Decimal 139 136 89 0 0.02 0.36 0.45 56.4 0.22 0.45
Hex 8B 88 59 0 2 24 2D 38 16 2D
Octal 213 210 131 0 2 44 55 70 26 55
Binary 10001011 10001000 1011001 0 10 100100 101101 111000 10110 101101

Color Harmonies of #8B8859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B8859

Black with #8B8859

Text Example


Text Example

White with #8B8859

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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