Html Css Color HEX #858264 Bandicoot

📋 copy color: '#858264'

red 133 ◦ green 130 ◦ blue 100

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

Shades of Bandicoot #858264

Tints of Bandicoot #858264

RGB

 RED value IS 133 (52.34% from 255) = 36.64%

 GREEN value IS 130 (51.17% from 255) = 35.81%

 BLUE value IS 100 (39.45% from 255) = 27.55%

R = 36.64%
G = 35.81%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.25

 K value IS 0.48

RGB Variations

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

Color information

#858264 (or 0x858264) is known color: Bandicoot. HEX triplet: 85, 82 and 64. RGB value is (133,130,100). Sum of RGB (Red+Green+Blue) = 133+130+100=363 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.64% from 363); Green value is 130 (51.17% from 255 or 35.81% from 363); Blue value is 100 (39.45% from 255 or 27.55% from 363); Max value from RGB is 133 - color contains mainly: red. Hex color #858264 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858264 is #7A7D9B. Grayscale: #7F7F7F. Windows color (decimal): -8027548 or 6587013. OLE color: 6587013.

HSL color Cylindrical-coordinate representation of color #858264: hue angle of 54.55º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #858264 is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 130 100 -
CMYK 0 0.02 0.25 0.48
HSL 54.55º 0.14% 0.46% -
HSV(B) 54.55º 0.25% 0.52% -
XYZ 19.96 21.87 15.23 -
YUV 127.48 112.49 131.94 -
System Red Green Blue C M Y K H S L
Decimal 133 130 100 0 0.02 0.25 0.48 54.55 0.14 0.46
Hex 85 82 64 0 2 19 30 37 E 2E
Octal 205 202 144 0 2 31 60 67 16 56
Binary 10000101 10000010 1100100 0 10 11001 110000 110111 1110 101110

Color Harmonies of #858264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858264

Black with #858264

Text Example


Text Example

White with #858264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858264; }

 p { color: rgb(133,130,100); }

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

background-color css

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

 a { background-color: rgb(133,130,100); }

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

border-color css

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

 span { border-color: rgb(133,130,100); }

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