Html Css Color HEX #88875E Bandicoot

📋 copy color: '#88875E'

red 136 ◦ green 135 ◦ blue 94

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

Shades of Bandicoot #88875E

Tints of Bandicoot #88875E

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.99%

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

R = 37.26%
G = 36.99%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#88875E (or 0x88875E) is known color: Bandicoot. HEX triplet: 88, 87 and 5E. RGB value is (136,135,94). Sum of RGB (Red+Green+Blue) = 136+135+94=365 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.26% from 365); Green value is 135 (53.12% from 255 or 36.99% from 365); Blue value is 94 (37.11% from 255 or 25.75% from 365); Max value from RGB is 136 - color contains mainly: red. Hex color #88875E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88875E is #7778A1. Grayscale: #828282. Windows color (decimal): -7829666 or 6195080. OLE color: 6195080.

HSL color Cylindrical-coordinate representation of color #88875E: hue angle of 58.57º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #88875E is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 135 94 -
CMYK 0 0.01 0.31 0.47
HSL 58.57º 0.18% 0.45% -
HSV(B) 58.57º 0.31% 0.53% -
XYZ 20.84 23.37 14 -
YUV 130.63 107.33 131.83 -
System Red Green Blue C M Y K H S L
Decimal 136 135 94 0 0.01 0.31 0.47 58.57 0.18 0.45
Hex 88 87 5E 0 1 1F 2F 3B 12 2D
Octal 210 207 136 0 1 37 57 73 22 55
Binary 10001000 10000111 1011110 0 1 11111 101111 111011 10010 101101

Color Harmonies of #88875E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88875E

Black with #88875E

Text Example


Text Example

White with #88875E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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