Html Css Color HEX #88846D Bandicoot

📋 copy color: '#88846D'

red 136 ◦ green 132 ◦ blue 109

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

Shades of Bandicoot #88846D

Tints of Bandicoot #88846D

RGB

 RED value IS 136 (53.52% from 255) = 36.07%

 GREEN value IS 132 (51.95% from 255) = 35.01%

 BLUE value IS 109 (42.97% from 255) = 28.91%

R = 36.07%
G = 35.01%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.20

 K value IS 0.47

RGB Variations

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

Color information

#88846D (or 0x88846D) is known color: Bandicoot. HEX triplet: 88, 84 and 6D. RGB value is (136,132,109). Sum of RGB (Red+Green+Blue) = 136+132+109=377 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.07% from 377); Green value is 132 (51.95% from 255 or 35.01% from 377); Blue value is 109 (42.97% from 255 or 28.91% from 377); Max value from RGB is 136 - color contains mainly: red. Hex color #88846D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88846D is #777B92. Grayscale: #828282. Windows color (decimal): -7830419 or 7177352. OLE color: 7177352.

HSL color Cylindrical-coordinate representation of color #88846D: hue angle of 51.11º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #88846D is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 132 109 -
CMYK 0 0.03 0.20 0.47
HSL 51.11º 0.11% 0.48% -
HSV(B) 51.11º 0.2% 0.53% -
XYZ 21.16 22.84 17.76 -
YUV 130.57 115.83 131.87 -
System Red Green Blue C M Y K H S L
Decimal 136 132 109 0 0.03 0.20 0.47 51.11 0.11 0.48
Hex 88 84 6D 0 3 14 2F 33 B 30
Octal 210 204 155 0 3 24 57 63 13 60
Binary 10001000 10000100 1101101 0 11 10100 101111 110011 1011 110000

Color Harmonies of #88846D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88846D

Black with #88846D

Text Example


Text Example

White with #88846D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88846D; }

 p { color: rgb(136,132,109); }

 H1.HeaderClassName
 {
   color: #88846D;
 }
 .AnyTagClassName
 {
   color: #88846D;
 }
</style>

background-color css

<style>
 a { background-color: #88846D; }

 a { background-color: rgb(136,132,109); }

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

border-color css

<style>
 span { border-color: #88846D; }

 span { border-color: rgb(136,132,109); }

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