Html Css Color HEX #88846F Bandicoot

📋 copy color: '#88846F'

red 136 ◦ green 132 ◦ blue 111

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

Shades of Bandicoot #88846F

Tints of Bandicoot #88846F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 29.29%

R = 35.88%
G = 34.83%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#88846F (or 0x88846F) is known color: Bandicoot. HEX triplet: 88, 84 and 6F. RGB value is (136,132,111). Sum of RGB (Red+Green+Blue) = 136+132+111=379 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.88% from 379); Green value is 132 (51.95% from 255 or 34.83% from 379); Blue value is 111 (43.75% from 255 or 29.29% from 379); Max value from RGB is 136 - color contains mainly: red. Hex color #88846F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88846F is #777B90. Grayscale: #828282. Windows color (decimal): -7830417 or 7308424. OLE color: 7308424.

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

Color convert

RGB 136 132 111 -
CMYK 0 0.03 0.18 0.47
HSL 50.4º 0.1% 0.48% -
HSV(B) 50.4º 0.18% 0.53% -
XYZ 21.27 22.88 18.33 -
YUV 130.8 116.83 131.71 -
System Red Green Blue C M Y K H S L
Decimal 136 132 111 0 0.03 0.18 0.47 50.4 0.1 0.48
Hex 88 84 6F 0 3 12 2F 32 A 30
Octal 210 204 157 0 3 22 57 62 12 60
Binary 10001000 10000100 1101111 0 11 10010 101111 110010 1010 110000

Color Harmonies of #88846F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88846F

Black with #88846F

Text Example


Text Example

White with #88846F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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