Html Css Color HEX #88846E Bandicoot

📋 copy color: '#88846E'

red 136 ◦ green 132 ◦ blue 110

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

Shades of Bandicoot #88846E

Tints of Bandicoot #88846E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 29.1%

R = 35.98%
G = 34.92%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#88846E (or 0x88846E) is known color: Bandicoot. HEX triplet: 88, 84 and 6E. RGB value is (136,132,110). Sum of RGB (Red+Green+Blue) = 136+132+110=378 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.98% from 378); Green value is 132 (51.95% from 255 or 34.92% from 378); Blue value is 110 (43.36% from 255 or 29.10% from 378); Max value from RGB is 136 - color contains mainly: red. Hex color #88846E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88846E is #777B91. Grayscale: #828282. Windows color (decimal): -7830418 or 7242888. OLE color: 7242888.

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

Color convert

RGB 136 132 110 -
CMYK 0 0.03 0.19 0.47
HSL 50.77º 0.11% 0.48% -
HSV(B) 50.77º 0.19% 0.53% -
XYZ 21.22 22.86 18.05 -
YUV 130.69 116.33 131.79 -
System Red Green Blue C M Y K H S L
Decimal 136 132 110 0 0.03 0.19 0.47 50.77 0.11 0.48
Hex 88 84 6E 0 3 13 2F 33 B 30
Octal 210 204 156 0 3 23 57 63 13 60
Binary 10001000 10000100 1101110 0 11 10011 101111 110011 1011 110000

Color Harmonies of #88846E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88846E

Black with #88846E

Text Example


Text Example

White with #88846E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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